Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(6188 errors, 1057 warnings)

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

mod/readaloud/ajaxhelper.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) No space found before comment text; expected "// $sessionid = required_param('sessionid', PARAM_INT); // course_module ID, or" but found "//$sessionid = required_param('sessionid', PARAM_INT); // course_module ID, or"
(#35) Expected 1 space before "="; 0 found
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Expected 1 space before "="; 0 found
(#37) Expected 1 space after "="; 0 found
(#44) Expected 1 space before "="; 0 found
(#44) Expected 1 space after "="; 0 found
(#45) Expected 1 space before "="; 0 found
(#45) Expected 1 space after "="; 0 found
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) No space found before comment text; expected "// make database items and adhoc tasks" but found "//make database items and adhoc tasks"
(#55) Expected 1 space before "="; 0 found
(#55) Expected 1 space after "="; 0 found
(#57) Expected "if (...) {\n"; found "if(...){\n"
(#58) Expected "if (...) {\n"; found "if(...) {\n"
(#60) Expected "if (...) {\n"; found "if(...){\n"
(#63) Expected "} else {\n"; found "}else{\n"
(#66) Expected "} else {\n"; found "}else{\n"
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) No space found before comment text; expected "// handle return to Moodle" but found "//handle return to Moodle"
(#71) Expected 1 space after "="; 0 found
(#72) Expected "if (...) {\n"; found "if(...){\n"
(#73) Expected 1 space before "="; 0 found
(#73) Expected 1 space after "="; 0 found
(#74) Expected "} else {\n"; found "}else{\n"
(#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
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) No space found before comment text; expected "// save the data to Moodle." but found "//save the data to Moodle."
(#82) Commas (,) must be followed by white space.
(#82) Expected 1 space before opening brace; found 0
(#83) Commas (,) must be followed by white space.
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) No space found before comment text; expected "// 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"
(#86) Commas (,) must be followed by white space.
(#86) Commas (,) must be followed by white space.
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) 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"
(#90) Expected 1 space before "="; 0 found
(#90) Expected 1 space after "="; 0 found
(#91) Expected 1 space before "="; 0 found
(#91) Expected 1 space after "="; 0 found
(#92) Expected 1 space before "="; 0 found
(#92) Expected 1 space after "="; 0 found
(#93) Expected 1 space before "="; 0 found
(#93) Expected 1 space after "="; 0 found
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#96) Line exceeds 132 characters; contains 140 characters
(#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) This comment is 58% valid code; is this commented out code?
(#96) 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"
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#98) Expected 1 space before "="; 0 found
(#98) Expected 1 space after "="; 0 found
(#99) Expected 1 space before "="; 0 found
(#99) Expected 1 space after "="; 0 found
(#100) Expected 1 space before "="; 0 found
(#100) Expected 1 space after "="; 0 found
(#101) Expected 1 space before "="; 0 found
(#101) Expected 1 space after "="; 0 found
(#102) Commas (,) must be followed by white space.
(#103) Expected "if (...) {\n"; found "if(...){\n"
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) 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"
(#109) No space found before comment text; expected "// But ... there is the chance a user will CHANGE this value after submissions have begun," but found "//But ... there is the chance a user will CHANGE this value after submissions have begun,"
(#110) 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."
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) 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"
(#112) Expected "if (...) {\n"; found "if(...) {\n"
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) No space found before comment text; expected "// return the attempt id" but found "//return the attempt id"
(#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 "// register an adhoc task to pick up transcripts" but found "//register an adhoc task to pick up transcripts"
(#121) Commas (,) must be followed by white space.
(#121) Expected 1 space before opening brace; found 0
(#122) Variable "s3_task" must not contain underscores.
(#123) Variable "s3_task" must not contain underscores.
(#131) Variable "s3_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
(#133) Variable "s3_task" must not contain underscores.
mod/readaloud/backup/moodle2/backup_readaloud_activity_task.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#60) Commas (,) must be followed by white space.
(#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"
(#68) Expected 1 space before "="; 0 found
mod/readaloud/backup/moodle2/backup_readaloud_stepslib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#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
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Line exceeds maximum limit of 180 characters; contains 188 characters
(#55) Commas (,) must be followed by white space.
(#55) Commas (,) must be followed by white space.
(#55) Commas (,) must be followed by white space.
(#55) Commas (,) must be followed by white space.
(#55) Commas (,) must be followed by white space.
(#55) Commas (,) must be followed by white space.
(#55) Commas (,) must be followed by white space.
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 3
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Whitespace found at end of line
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) 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) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) No space found before comment text; expected "// attempts" but found "//attempts"
(#60) Commas (,) must be followed by white space.
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 3
(#61) Commas (,) must be followed by white space.
(#61) Commas (,) must be followed by white space.
(#61) Commas (,) must be followed by white space.
(#61) Commas (,) must be followed by white space.
(#61) Commas (,) must be followed by white space.
(#61) Commas (,) must be followed by white space.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 3
(#62) Commas (,) must be followed by white space.
(#62) Commas (,) must be followed by white space.
(#62) Commas (,) must be followed by white space.
(#62) Commas (,) must be followed by white space.
(#62) Commas (,) must be followed by white space.
(#62) Commas (,) must be followed by white space.
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 "// ai results" but found "//ai results"
(#67) 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.
(#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) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#71) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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
(#78) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) No space found before comment text; expected "// sources if including user info" but found "//sources if including user info"
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 12 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 12 spaces, found 11
(#89) Expected 1 space before "=>"; 0 found
(#89) Expected 1 space after "=>"; 0 found
(#94) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Whitespace found at end of line
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) No space found before comment text; expected "// file annotation if including user info" but found "//file annotation if including user info"
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 12 spaces, found 3
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Whitespace found at end of line
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Whitespace found at end of line
(#110) Functions must not contain multiple empty lines in a row; found 2 empty lines
mod/readaloud/backup/moodle2/restore_readaloud_activity_task.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#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
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#94) Line exceeds 132 characters; contains 133 characters
(#131) Line exceeds 132 characters; contains 133 characters
mod/readaloud/backup/moodle2/restore_readaloud_stepslib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#33) Expected MOODLE_INTERNAL check or config.php inclusion
(#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
(#48) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Whitespace found at end of line
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) 72 slashes comments are not allowed; use "// Comment." instead
(#58) 72 slashes comments are not allowed; use "// Comment." instead
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) No space found before comment text; expected "// attempts" but found "//attempts"
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 3
(#60) Expected 1 space before "="; 0 found
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) No space found before comment text; expected "// airesults" but found "//airesults"
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Whitespace found at end of line
(#68) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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
(#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
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Whitespace found at end of line
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 4 spaces, found 1
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Whitespace found at end of line
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#106) 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"
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) 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"
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) 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. )"
(#109) Line indented incorrectly; expected at least 8 spaces, found 7
(#110) Closing brace indented incorrectly; expected 1 spaces, found 4
(#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. )"
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 2
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) 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
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 8 spaces, found 3
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 8 spaces, found 3
(#140) Expected "if (...) {\n"; found "if(...){\n"
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 12 spaces, found 3
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 8 spaces, found 3
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Whitespace found at end of line
mod/readaloud/classes/aigrade.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#18) Visibility must be declared on method "__construct"
(#22) Commas (,) must be followed by white space.
(#22) Expected 1 space before "=>"; 0 found
(#22) Expected 1 space after "=>"; 0 found
(#23) Expected "if (...) {\n"; found "if(...) {\n"
(#30) Commas (,) must be followed by white space.
(#36) Expected "if (...) {\n"; found "if(...){\n"
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) No space found before comment text; expected "// if we do not have transcripts we try to fetch them" but found "//if we do not have transcripts we try to fetch them"
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) No space found before comment text; expected "// if we got transcripts, right on man." but found "//if we got transcripts, right on man."
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) No space found before comment text; expected "// we process them and update gradebook" but found "//we process them and update gradebook"
(#41) Line indented incorrectly; expected 16 spaces, found 20
(#41) Expected "if (...) {\n"; found "if(...){\n"
(#44) Line indented incorrectly; expected 16 spaces, found 20
(#46) Expected "} else {\n"; found "}else{\n"
(#46) Empty ELSE statement detected
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) No space found before comment text; expected "// if there is no attempt we should not even be here" but found "//if there is no attempt we should not even be here"
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) No space found before comment text; expected "// just a simple interface to manage returning read only property data" but found "//just a simple interface to manage returning read only property data"
(#52) Expected 1 space before opening brace; found 0
(#69) Line indented incorrectly; expected at least 16 spaces, found 12
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) No space found before comment text; expected "// has attempt data. If not we really can not do much. Perhaps the attempt was deleted?" but found "//has attempt data. If not we really can not do much. Perhaps the attempt was deleted?"
(#83) Expected 1 space before opening brace; found 0
(#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 leave it up to the grading logic how/if it adds the ai grades to gradebook" but found "//we leave it up to the grading logic how/if it adds the ai grades to gradebook"
(#90) Expected 1 space before opening brace; found 0
(#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 "// do we have the AI transcripts" but found "//do we have the AI transcripts"
(#97) Line indented incorrectly; expected 4 spaces, found 3
(#97) Expected 1 space before opening brace; found 0
(#98) Commas (,) must be followed by white space.
(#99) Closing brace indented incorrectly; expected 3 spaces, found 4
(#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 "// do we have the AI at all" but found "//do we have the AI at all"
(#102) Expected 1 space before opening brace; found 0
(#103) Line indented incorrectly; expected at least 8 spaces, found 7
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) No space found before comment text; expected "// add an entry for the AI data for this attempt in the database" but found "//add an entry for the AI data for this attempt in the database"
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) No space found before comment text; expected "// we will fill it up with data shortly" but found "//we will fill it up with data shortly"
(#108) Line indented incorrectly; expected 4 spaces, found 3
(#108) Commas (,) must be followed by white space.
(#108) Expected 1 space before opening brace; found 0
(#111) Expected 1 space before "="; 0 found
(#111) Expected 1 space after "="; 0 found
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#113) Expected 1 space before "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Expected 1 space before ":"; 0 found
(#114) Expected 1 space after ":"; 0 found
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#116) Expected 1 space before "="; 0 found
(#116) Expected 1 space after "="; 0 found
(#117) Expected 1 space before "="; 0 found
(#117) Expected 1 space after "="; 0 found
(#118) Expected 1 space before "="; 0 found
(#118) Expected 1 space after "="; 0 found
(#119) Expected 1 space before "="; 0 found
(#119) Expected 1 space after "="; 0 found
(#120) Expected 1 space before "="; 0 found
(#120) Expected 1 space after "="; 0 found
(#121) Commas (,) must be followed by white space.
(#123) Closing brace indented incorrectly; expected 3 spaces, found 4
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#126) No space found before comment text; expected "// transcripts become ready in their own time, if they're ready update data and DB," but found "//transcripts become ready in their own time, if they're ready update data and DB,"
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Line indented incorrectly; expected 4 spaces, found 3
(#128) Expected 1 space before opening brace; found 0
(#131) Expected 1 space before "="; 0 found
(#132) Expected 1 space before "="; 0 found
(#132) Expected 1 space after "="; 0 found
(#133) Expected "if (...) {\n"; found "if(...){\n"
(#133) Commas (,) must be followed by white space.
(#133) Expected 1 space before "==="; 0 found
(#133) Expected 1 space after "==="; 0 found
(#135) Expected "if (...) {\n"; found "if(...){\n"
(#135) Commas (,) must be followed by white space.
(#135) Expected 1 space before ">"; 0 found
(#135) Expected 1 space after ">"; 0 found
(#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 "// 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"
(#140) Expected "if (...) {\n"; found "if(...){\n"
(#144) Expected "if (...) {\n"; found "if(...){\n"
(#145) Expected 1 space before "="; 0 found
(#145) Expected 1 space after "="; 0 found
(#147) Expected "if (...) {\n"; found "if(...) {\n"
(#155) Expected 1 space after "="; 2 found
(#158) Closing brace indented incorrectly; expected 3 spaces, found 4
(#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 "// this is the serious stuff, this is the high level function that manages the comparison of transcript and passage" but found "//this is the serious stuff, this is the high level function that manages the comparison of transcript and passage"
(#161) Line indented incorrectly; expected 4 spaces, found 3
(#161) Expected 1 space before opening brace; found 0
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) No space found before comment text; expected "// turn the passage and transcript into an array of words" but found "//turn the passage and transcript into an array of words"
(#165) Line indented incorrectly; expected at least 8 spaces, found 7
(#166) Line indented incorrectly; expected at least 8 spaces, found 7
(#167) Line indented incorrectly; expected at least 8 spaces, found 7
(#168) Line indented incorrectly; expected at least 8 spaces, found 7
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#170) Line indented incorrectly; expected at least 8 spaces, found 7
(#170) No space found before comment text; expected "// fetch sequences of transcript/passage matched words" but found "//fetch sequences of transcript/passage matched words"
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Line indented incorrectly; expected at least 8 spaces, found 7
(#172) Line indented incorrectly; expected at least 8 spaces, found 7
(#173) Line indented incorrectly; expected at least 8 spaces, found 7
(#174) Line indented incorrectly; expected at least 8 spaces, found 7
(#175) Line indented incorrectly; expected at least 8 spaces, found 7
(#175) Commas (,) must be followed by white space.
(#175) Commas (,) must be followed by white space.
(#175) Commas (,) must be followed by white space.
(#177) Line indented incorrectly; expected at least 8 spaces, found 7
(#177) Expected 1 space before "="; 0 found
(#177) Expected 1 space after "="; 0 found
(#178) Line indented incorrectly; expected 8 spaces, found 7
(#178) Expected "if (...) {\n"; found "if(...) {\n"
(#179) Line indented incorrectly; expected at least 12 spaces, found 11
(#179) Variable "diff_info" must not contain underscores.
(#179) Commas (,) must be followed by white space.
(#179) Commas (,) must be followed by white space.
(#180) Line indented incorrectly; expected at least 12 spaces, found 11
(#180) Variable "diff_info" must not contain underscores.
(#180) Commas (,) must be followed by white space.
(#180) Commas (,) must be followed by white space.
(#181) Line indented incorrectly; expected at least 12 spaces, found 11
(#181) Expected 1 space before "="; 0 found
(#181) Expected 1 space after "="; 0 found
(#181) Variable "diff_info" must not contain underscores.
(#182) Line indented incorrectly; expected 8 spaces, found 7
(#182) Expected "} else {\n"; found "}else{\n"
(#183) Line indented incorrectly; expected at least 12 spaces, found 11
(#183) Commas (,) must be followed by white space.
(#183) Commas (,) must be followed by white space.
(#184) Line indented incorrectly; expected at least 12 spaces, found 11
(#184) Commas (,) must be followed by white space.
(#184) Commas (,) must be followed by white space.
(#185) Line indented incorrectly; expected 8 spaces, found 7
(#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) Line indented incorrectly; expected at least 8 spaces, found 7
(#187) 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"
(#190) Expected 1 space before "="; 0 found
(#190) Expected 1 space after "="; 0 found
(#191) Expected 1 space before "="; 0 found
(#191) Expected 1 space after "="; 0 found
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) No space found before comment text; expected "// loop through diffs" but found "//loop through diffs"
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) Line indented incorrectly; expected at least 8 spaces, found 7
(#194) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#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 "// 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"
(#200) Expected 1 space before "="; 0 found
(#200) Expected 1 space after "="; 0 found
(#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
(#202) Expected 1 space before "="; 0 found
(#202) Expected 1 space after "="; 0 found
(#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 "// 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"
(#208) Expected 1 space before "="; 0 found
(#208) Expected 1 space after "="; 0 found
(#208) Expected 1 space before "-"; 0 found
(#208) Expected 1 space after "-"; 0 found
(#209) Expected 1 space before "="; 0 found
(#209) Expected 1 space after "="; 0 found
(#211) Expected 1 space before "="; 0 found
(#211) Expected 1 space after "="; 0 found
(#211) Inline comments must start with a capital letter, digit or 3-dots sequence
(#211) 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"
(#212) Expected 1 space before "="; 0 found
(#212) Expected 1 space after "="; 0 found
(#212) 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"
(#213) Expected 1 space before "="; 0 found
(#213) Expected 1 space after "="; 0 found
(#213) No space found before comment text; expected "// was this match an alternatives match?" but found "//was this match an alternatives match?"
(#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) No space found before comment text; expected "// do nothing" but found "//do nothing"
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) No space found before comment text; expected "// should never get here" but found "//should never get here"
(#226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#226) 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."
(#229) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#229) Expected 1 space before "=>"; 0 found
(#229) Expected 1 space after "=>"; 0 found
(#229) Expected 1 space before "=>"; 0 found
(#229) Expected 1 space after "=>"; 0 found
(#235) Inline comments must start with a capital letter, digit or 3-dots sequence
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) No space found before comment text; expected "// finalise and serialise session errors" but found "//finalise and serialise session errors"
(#238) Inline comments must start with a capital letter, digit or 3-dots sequence
(#238) 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"
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) Line indented incorrectly; expected at least 8 spaces, found 7
(#239) 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"
(#240) Line indented incorrectly; expected at least 8 spaces, found 7
(#240) Commas (,) must be followed by white space.
(#241) Line indented incorrectly; expected at least 8 spaces, found 7
(#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) Line indented incorrectly; expected at least 8 spaces, found 7
(#243) No space found before comment text; expected "// session time" but found "//session time"
(#245) Expected "if (...) {\n"; found "if(...){\n"
(#246) Expected "if (...) {\n"; found "if(...){\n"
(#247) Expected 1 space before "="; 0 found
(#247) Expected 1 space after "="; 0 found
(#248) Usage of ELSEIF not allowed; use ELSE IF instead
(#250) Expected "} else {\n"; found "}else {\n"
(#251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) No space found before comment text; expected "// we 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"
(#254) Expected "if (...) {\n"; found "if(...) {\n"
(#254) Expected 1 space before "<"; 0 found
(#254) 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 "// this is a guess now, We just don't know it." but found "//this is a guess now, We just don't know it."
(#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 "// save the diff and attempt analysis in the DB" but found "//save the diff and attempt analysis in the DB"
(#273) Expected 1 space before "="; 0 found
(#273) Expected 1 space after "="; 0 found
(#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 "// also uodate our internal data to prevent another db call to refresh data" but found "//also uodate our internal data to prevent another db call to refresh data"
(#281) Line indented incorrectly; expected at least 8 spaces, found 7
(#282) Line indented incorrectly; expected at least 8 spaces, found 7
(#283) Line indented incorrectly; expected at least 8 spaces, found 7
(#284) Line indented incorrectly; expected at least 8 spaces, found 7
(#285) Line indented incorrectly; expected at least 8 spaces, found 7
(#286) Line indented incorrectly; expected at least 8 spaces, found 7
(#287) Line indented incorrectly; expected at least 8 spaces, found 7
(#289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Line indented incorrectly; expected at least 8 spaces, found 7
(#289) No space found before comment text; expected "// if debugging we return some data" but found "//if debugging we return some data"
(#290) Line indented incorrectly; expected 8 spaces, found 7
(#290) Expected "if (...) {\n"; found "if(...){\n"
(#291) Line indented incorrectly; expected at least 12 spaces, found 11
(#292) Line indented incorrectly; expected 8 spaces, found 7
(#293) Closing brace indented incorrectly; expected 3 spaces, found 4
mod/readaloud/classes/constants.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Inline comments must start with a capital letter, digit or 3-dots sequence
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#15) Line indented incorrectly; expected at least 4 spaces, found 0
(#15) No space found before comment text; expected "// component name, db tables, things that define app" but found "//component name, db tables, things that define app"
(#16) Line indented incorrectly; expected at least 4 spaces, found 0
(#16) Expected 1 space before "="; 0 found
(#16) Expected 1 space after "="; 0 found
(#17) Line indented incorrectly; expected at least 4 spaces, found 0
(#17) Expected 1 space before "="; 0 found
(#17) Expected 1 space after "="; 0 found
(#18) Line indented incorrectly; expected at least 4 spaces, found 0
(#18) Expected 1 space before "="; 0 found
(#18) Expected 1 space after "="; 0 found
(#19) Line indented incorrectly; expected at least 4 spaces, found 0
(#19) Expected 1 space before "="; 0 found
(#19) Expected 1 space after "="; 0 found
(#20) Line indented incorrectly; expected at least 4 spaces, found 0
(#20) Expected 1 space before "="; 0 found
(#20) Expected 1 space after "="; 0 found
(#21) Line indented incorrectly; expected at least 4 spaces, found 0
(#21) Expected 1 space before "="; 0 found
(#21) Expected 1 space after "="; 0 found
(#22) Line indented incorrectly; expected at least 4 spaces, found 0
(#22) Expected 1 space before "="; 0 found
(#22) Expected 1 space after "="; 0 found
(#23) Line indented incorrectly; expected at least 4 spaces, found 0
(#23) Expected 1 space before "="; 0 found
(#23) Expected 1 space after "="; 0 found
(#25) Inline comments must start with a capital letter, digit or 3-dots sequence
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Line indented incorrectly; expected at least 4 spaces, found 0
(#25) No space found before comment text; expected "// grading options" but found "//grading options"
(#26) Line indented incorrectly; expected at least 4 spaces, found 0
(#26) Expected 1 space before "="; 0 found
(#27) Line indented incorrectly; expected at least 4 spaces, found 0
(#27) Expected 1 space before "="; 0 found
(#28) Line indented incorrectly; expected at least 4 spaces, found 0
(#28) Expected 1 space before "="; 0 found
(#29) Line indented incorrectly; expected at least 4 spaces, found 0
(#29) Expected 1 space before "="; 0 found
(#30) Line indented incorrectly; expected at least 4 spaces, found 0
(#30) Expected 1 space before "="; 0 found
(#31) Inline comments must start with a capital letter, digit or 3-dots sequence
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Line indented incorrectly; expected at least 4 spaces, found 0
(#31) No space found before comment text; expected "// accuracy adjustment method options" but found "//accuracy adjustment method options"
(#32) Line indented incorrectly; expected at least 4 spaces, found 0
(#32) Expected 1 space after "="; 0 found
(#33) Line indented incorrectly; expected at least 4 spaces, found 0
(#33) Expected 1 space after "="; 0 found
(#34) Line indented incorrectly; expected at least 4 spaces, found 0
(#34) Expected 1 space after "="; 0 found
(#35) Line indented incorrectly; expected at least 4 spaces, found 0
(#35) Expected 1 space after "="; 0 found
(#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) Line indented incorrectly; expected at least 4 spaces, found 0
(#36) 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"
(#37) Line indented incorrectly; expected at least 4 spaces, found 0
(#37) Expected 1 space before "="; 0 found
(#37) Expected 1 space after "="; 0 found
(#38) Line indented incorrectly; expected at least 4 spaces, found 0
(#38) Expected 1 space before "="; 0 found
(#38) Expected 1 space after "="; 0 found
(#39) Line indented incorrectly; expected at least 4 spaces, found 0
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 4 spaces, found 0
(#40) No space found before comment text; expected "// more review mode options" but found "//more review mode options"
(#41) Line indented incorrectly; expected at least 4 spaces, found 0
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#42) Line indented incorrectly; expected at least 4 spaces, found 0
(#42) Expected 1 space before "="; 0 found
(#42) Expected 1 space after "="; 0 found
(#43) Line indented incorrectly; expected at least 4 spaces, found 0
(#43) Expected 1 space before "="; 0 found
(#43) Expected 1 space after "="; 0 found
(#44) Line indented incorrectly; expected at least 4 spaces, found 0
(#44) Expected 1 space before "="; 0 found
(#44) Expected 1 space after "="; 0 found
(#45) 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) Line indented incorrectly; expected at least 4 spaces, found 0
(#45) No space found before comment text; expected "// to use or not use machine grades" but found "//to use or not use machine grades"
(#46) Line indented incorrectly; expected at least 4 spaces, found 0
(#46) Expected 1 space before "="; 0 found
(#46) Expected 1 space after "="; 0 found
(#47) Line indented incorrectly; expected at least 4 spaces, found 0
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Line indented incorrectly; expected at least 4 spaces, found 0
(#49) No space found before comment text; expected "// CSS ids/classes" but found "//CSS ids/classes"
(#50) Line indented incorrectly; expected at least 4 spaces, found 0
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#51) Line indented incorrectly; expected at least 4 spaces, found 0
(#51) Expected 1 space before "="; 0 found
(#51) Expected 1 space after "="; 0 found
(#52) Line indented incorrectly; expected at least 4 spaces, found 0
(#52) Expected 1 space before "="; 0 found
(#52) Expected 1 space after "="; 0 found
(#53) Line indented incorrectly; expected at least 4 spaces, found 0
(#53) Expected 1 space before "="; 0 found
(#53) Expected 1 space after "="; 0 found
(#54) Line indented incorrectly; expected at least 4 spaces, found 0
(#54) Expected 1 space before "="; 0 found
(#54) Expected 1 space after "="; 0 found
(#55) Line indented incorrectly; expected at least 4 spaces, found 0
(#55) Expected 1 space before "="; 0 found
(#55) Expected 1 space after "="; 0 found
(#56) Line indented incorrectly; expected at least 4 spaces, found 0
(#56) Expected 1 space before "="; 0 found
(#56) Expected 1 space after "="; 0 found
(#57) Line indented incorrectly; expected at least 4 spaces, found 0
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#58) Line indented incorrectly; expected at least 4 spaces, found 0
(#58) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#59) Line indented incorrectly; expected at least 4 spaces, found 0
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#60) Line indented incorrectly; expected at least 4 spaces, found 0
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#61) Line indented incorrectly; expected at least 4 spaces, found 0
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#62) Line indented incorrectly; expected at least 4 spaces, found 0
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Line indented incorrectly; expected at least 4 spaces, found 0
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#64) Line indented incorrectly; expected at least 4 spaces, found 0
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#65) Line indented incorrectly; expected at least 4 spaces, found 0
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#66) Line indented incorrectly; expected at least 4 spaces, found 0
(#66) Expected 1 space before "="; 0 found
(#66) Expected 1 space after "="; 0 found
(#67) Line indented incorrectly; expected at least 4 spaces, found 0
(#67) Expected 1 space before "="; 0 found
(#67) Expected 1 space after "="; 0 found
(#68) Line indented incorrectly; expected at least 4 spaces, found 0
(#68) Expected 1 space before "="; 0 found
(#68) Expected 1 space after "="; 0 found
(#69) Line indented incorrectly; expected at least 4 spaces, found 0
(#69) Expected 1 space before "="; 0 found
(#70) Line indented incorrectly; expected at least 4 spaces, found 0
(#70) Expected 1 space before "="; 0 found
(#70) Expected 1 space after "="; 0 found
(#71) Line indented incorrectly; expected at least 4 spaces, found 0
(#71) Expected 1 space before "="; 0 found
(#71) Expected 1 space after "="; 0 found
(#72) Line indented incorrectly; expected at least 4 spaces, found 0
(#72) Expected 1 space before "="; 0 found
(#72) Expected 1 space after "="; 0 found
(#73) Line indented incorrectly; expected at least 4 spaces, found 0
(#73) Expected 1 space before "="; 0 found
(#73) Expected 1 space after "="; 0 found
(#74) Line indented incorrectly; expected at least 4 spaces, found 0
(#74) Expected 1 space before "="; 0 found
(#74) Expected 1 space after "="; 0 found
(#75) Line indented incorrectly; expected at least 4 spaces, found 0
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#76) Line indented incorrectly; expected at least 4 spaces, found 0
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#77) Line indented incorrectly; expected at least 4 spaces, found 0
(#77) Expected 1 space before "="; 0 found
(#77) Expected 1 space after "="; 0 found
(#78) Line indented incorrectly; expected at least 4 spaces, found 0
(#78) Expected 1 space before "="; 0 found
(#78) Expected 1 space after "="; 0 found
(#79) Line indented incorrectly; expected at least 4 spaces, found 0
(#79) Expected 1 space before "="; 0 found
(#79) Expected 1 space after "="; 0 found
(#80) Line indented incorrectly; expected at least 4 spaces, found 0
(#80) Expected 1 space before "="; 0 found
(#80) Expected 1 space after "="; 0 found
(#81) Line indented incorrectly; expected at least 4 spaces, found 0
(#81) Expected 1 space before "="; 0 found
(#81) Expected 1 space after "="; 0 found
(#82) Line indented incorrectly; expected at least 4 spaces, found 0
(#82) Expected 1 space before "="; 0 found
(#82) Expected 1 space after "="; 0 found
(#83) Line indented incorrectly; expected at least 4 spaces, found 0
(#83) Expected 1 space before "="; 0 found
(#83) Expected 1 space after "="; 0 found
(#84) Line indented incorrectly; expected at least 4 spaces, found 0
(#84) Expected 1 space before "="; 0 found
(#84) Expected 1 space after "="; 0 found
(#85) Line indented incorrectly; expected at least 4 spaces, found 0
(#85) Expected 1 space before "="; 0 found
(#85) Expected 1 space after "="; 0 found
(#86) Line indented incorrectly; expected at least 4 spaces, found 0
(#86) Expected 1 space before "="; 0 found
(#86) Expected 1 space after "="; 0 found
(#87) Line indented incorrectly; expected at least 4 spaces, found 0
(#87) Expected 1 space before "="; 0 found
(#87) Expected 1 space after "="; 0 found
(#88) Line indented incorrectly; expected at least 4 spaces, found 0
(#88) Expected 1 space before "="; 0 found
(#88) Expected 1 space after "="; 0 found
(#89) Line indented incorrectly; expected at least 4 spaces, found 0
(#89) Expected 1 space before "="; 0 found
(#89) Expected 1 space after "="; 0 found
(#90) Line indented incorrectly; expected at least 4 spaces, found 0
(#90) Expected 1 space before "="; 0 found
(#90) Expected 1 space after "="; 0 found
(#91) Line indented incorrectly; expected at least 4 spaces, found 0
(#91) Expected 1 space before "="; 0 found
(#91) Expected 1 space after "="; 0 found
(#92) Line indented incorrectly; expected at least 4 spaces, found 0
(#92) Expected 1 space before "="; 0 found
(#92) Expected 1 space after "="; 0 found
(#93) Line indented incorrectly; expected at least 4 spaces, found 0
(#93) Expected 1 space before "="; 0 found
(#93) Expected 1 space after "="; 0 found
(#94) Line indented incorrectly; expected at least 4 spaces, found 0
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#95) Line indented incorrectly; expected at least 4 spaces, found 0
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#96) Line indented incorrectly; expected at least 4 spaces, found 0
(#96) Expected 1 space before "="; 0 found
(#96) Expected 1 space after "="; 0 found
(#97) Line indented incorrectly; expected at least 4 spaces, found 0
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#98) Line indented incorrectly; expected at least 4 spaces, found 0
(#98) Expected 1 space before "="; 0 found
(#98) Expected 1 space after "="; 0 found
(#99) Line indented incorrectly; expected at least 4 spaces, found 0
(#99) Expected 1 space before "="; 0 found
(#99) Expected 1 space after "="; 0 found
(#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) Line indented incorrectly; expected at least 4 spaces, found 0
(#101) No space found before comment text; expected "// languages" but found "//languages"
(#102) Line indented incorrectly; expected at least 4 spaces, found 0
(#103) Line indented incorrectly; expected at least 4 spaces, found 0
(#104) Line indented incorrectly; expected at least 4 spaces, found 0
(#105) Line indented incorrectly; expected at least 4 spaces, found 0
(#106) Line indented incorrectly; expected at least 4 spaces, found 0
(#107) Line indented incorrectly; expected at least 4 spaces, found 0
(#108) Line indented incorrectly; expected at least 4 spaces, found 0
(#109) Line indented incorrectly; expected at least 4 spaces, found 0
(#110) Line indented incorrectly; expected at least 4 spaces, found 0
(#111) Line indented incorrectly; expected at least 4 spaces, found 0
(#112) Line indented incorrectly; expected at least 4 spaces, found 0
(#113) Line indented incorrectly; expected at least 4 spaces, found 0
(#115) Line indented incorrectly; expected at least 4 spaces, found 0
(#116) Line indented incorrectly; expected at least 4 spaces, found 0
(#117) Line indented incorrectly; expected at least 4 spaces, found 0
(#118) Line indented incorrectly; expected at least 4 spaces, found 0
mod/readaloud/classes/diff.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Blank comments are not allowed
(#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
(#24) Expected 1 space before "="; 0 found
(#25) Expected 1 space before "="; 0 found
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Public method name "diff::fetchWordArray" must be in lower-case letters only
(#32) Expected 1 space before opening brace; found 0
(#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 "// 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"
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#38) Commas (,) must be followed by white space.
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#41) Closing brace must be on a line by itself
(#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) This comment is 43% valid code; is this commented out code?
(#43) 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)"
(#57) Public method name "diff::cleanText" must be in lower-case letters only
(#57) Expected 1 space before opening brace; found 0
(#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 "// lowercaseify" but found "//lowercaseify"
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// remove any html" but found "//remove any html"
(#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 "// replace all line ends with spaces" but found "//replace all line ends with spaces"
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) No space found before comment text; expected "// remove punctuation" but found "//remove punctuation"
(#68) 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"
(#69) This comment is 57% valid code; is this commented out code?
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) 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"
(#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 "// remove bad chars" but found "//remove bad chars"
(#74) Variable "b_open" must not contain underscores.
(#74) Expected 1 space before "="; 0 found
(#74) Expected 1 space after "="; 0 found
(#75) Variable "b_close" must not contain underscores.
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#76) Variable "b_sopen" must not contain underscores.
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#77) Variable "b_sclose" must not contain underscores.
(#77) Expected 1 space before "="; 0 found
(#77) Expected 1 space after "="; 0 found
(#78) Expected 1 space before "="; 0 found
(#78) Variable "b_open" must not contain underscores.
(#78) Commas (,) must be followed by white space.
(#78) Variable "b_close" must not contain underscores.
(#78) Commas (,) must be followed by white space.
(#78) Variable "b_sopen" must not contain underscores.
(#78) Commas (,) must be followed by white space.
(#78) Variable "b_sclose" must not contain underscores.
(#79) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#80) Expected 1 space before "="; 0 found
(#80) Expected 1 space after "="; 0 found
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) No space found before comment text; expected "// remove double spaces" but found "//remove double spaces"
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#85) Commas (,) must be followed by white space.
(#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 "// remove any empty elements" but found "//remove any empty elements"
(#87) Closing brace must be on a line by itself
(#88) Commas (,) must be followed by white space.
(#107) Line exceeds 132 characters; contains 156 characters
(#113) Public method name "diff::fetchAlternativesArray" must be in lower-case letters only
(#114) Opening brace should be on the same line as the declaration
(#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 "// return empty if input data is useless" but found "//return empty if input data is useless"
(#116) Expected "if (...) {\n"; found "if(...){\n"
(#116) Expected 1 space before "=="; 0 found
(#116) Expected 1 space after "=="; 0 found
(#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 "// 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"
(#123) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#124) Expected "if (...) {\n"; found "if(...) {\n"
(#129) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
(#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 "// clean each word in set" but found "//clean each word in set"
(#133) Expected 1 space before "="; 0 found
(#134) Expected 1 space before "="; 0 found
(#135) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#137) Expected "if (...) {\n"; found "if(...){"
(#137) Expected 1 space before "=="; 0 found
(#137) Expected 1 space after "=="; 0 found
(#137) Closing brace must be on a line by itself
(#138) Expected 1 space before "="; 0 found
(#138) Expected 1 space after "="; 0 found
(#138) Commas (,) must be followed by white space.
(#141) Expected "if (...) {\n"; found "if(...) {\n"
(#141) Expected 1 space after "!="; 0 found
(#144) Expected 1 space before "="; 0 found
(#144) Expected 1 space after "="; 0 found
(#146) Expected "if (...) {\n"; found "if(...){\n"
(#146) Expected 1 space before ">"; 0 found
(#146) Expected 1 space after ">"; 0 found
(#146) Expected 1 space after "!="; 0 found
(#147) Expected 1 space before "="; 0 found
(#147) Expected 1 space after "="; 0 found
(#150) Commas (,) must be followed by white space.
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) 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"
(#158) Commas (,) must be followed by white space.
(#158) Commas (,) must be followed by white space.
(#158) Expected 1 space before opening brace; found 0
(#163) Expected "if (...) {\n"; found "if(...){"
(#163) Closing brace must be on a line by itself
(#164) Expected "if (...) {\n"; found "if(...){"
(#164) Closing brace must be on a line by itself
(#172) 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)"
(#173) 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]"
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) 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"
(#176) 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")"
(#177) 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"
(#179) No space found before comment text; expected "// eg 1989 -> nineteen eighty nine." but found "//eg 1989 -> nineteen eighty nine."
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) No space found before comment text; expected "// returns array of sequences" but found "//returns array of sequences"
(#185) Public method name "diff::fetchSequences" must be in lower-case letters only
(#186) Opening brace should be on the same line as the declaration
(#187) Variable "p_length" must not contain underscores.
(#188) Variable "t_length" must not contain underscores.
(#190) Variable "t_slength" must not contain underscores.
(#190) Expected 1 space before "="; 0 found
(#190) Expected 1 space after "="; 0 found
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) No space found before comment text; expected "// sequence length (in the transcript)" but found "//sequence length (in the transcript)"
(#191) Variable "p_slength" must not contain underscores.
(#191) Expected 1 space before "="; 0 found
(#191) Expected 1 space after "="; 0 found
(#191) No space found before comment text; expected "// sequence length (in the passage)" but found "//sequence length (in the passage)"
(#192) Variable "alt_positions" must not contain underscores.
(#192) Expected 1 space before "="; 0 found
(#192) Expected 1 space after "="; 0 found
(#192) No space found before comment text; expected "// we record alternate usages in sequence" but found "//we record alternate usages in sequence"
(#193) Expected 1 space after "="; 0 found
(#193) No space found before comment text; expected "// transcript sequence match search start index" but found "//transcript sequence match search start index"
(#194) Expected 1 space before "="; 0 found
(#194) Expected 1 space after "="; 0 found
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) 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"
(#195) Functions must not contain multiple empty lines in a row; found 2 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 "// loop through passage word by word" but found "//loop through passage word by word"
(#198) Expected "for (...) {\n"; found "for(...){\n"
(#198) Expected 1 space after "="; 0 found
(#198) Variable "p_length" must not contain underscores.
(#199) Inline comments must start with a capital letter, digit or 3-dots sequence
(#199) 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"
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) 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"
(#201) Expected "while (...) {\n"; found "while(...) {\n"
(#201) Variable "t_slength" must not contain underscores.
(#201) Variable "t_length" must not contain underscores.
(#202) Variable "p_slength" must not contain underscores.
(#202) Variable "p_length" must not contain underscores.
(#204) Inline comments must start with a capital letter, digit or 3-dots sequence
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) No space found before comment text; expected "// get words to compare" but found "//get words to compare"
(#205) Expected 1 space before "="; 0 found
(#205) Variable "p_slength" must not contain underscores.
(#206) Expected 1 space after "="; 0 found
(#206) Variable "t_slength" must not contain underscores.
(#207) Expected 1 space before "="; 0 found
(#207) Expected 1 space after "="; 0 found
(#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 "// check for a forward match" but found "//check for a forward match"
(#210) Expected "if (...) {\n"; found "if(...){\n"
(#210) Expected 1 space before "!=="; 0 found
(#210) Expected 1 space after "!=="; 0 found
(#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 "// 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"
(#213) Expected "if (...) {\n"; found "if(...) {\n"
(#214) Variable "t_slength" must not contain underscores.
(#217) Expected 1 space before "="; 0 found
(#217) 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 "// check for a direct match" but found "//check for a direct match"
(#220) Expected "if (...) {\n"; found "if(...) {\n"
(#221) Expected 1 space after "="; 0 found
(#221) Commas (,) must be followed by white space.
(#224) Inline comments must start with a capital letter, digit or 3-dots sequence
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) No space found before comment text; expected "// if no direct match is there an alternates match" but found "//if no direct match is there an alternates match"
(#225) Expected "if (...) {\n"; found "if(...){\n"
(#226) Variable "altsearch_result" must not contain underscores.
(#229) Expected "if (...) {\n"; found "if(...){\n"
(#229) Variable "altsearch_result" must not contain underscores.
(#230) Expected 1 space before "="; 0 found
(#231) Expected 1 space before "="; 0 found
(#231) Expected 1 space after "="; 0 found
(#231) Variable "altsearch_result" must not contain underscores.
(#232) Variable "alt_positions" must not contain underscores.
(#232) Expected 1 space before "="; 0 found
(#232) Expected 1 space after "="; 0 found
(#232) Variable "p_slength" must not contain underscores.
(#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 "// 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)"
(#237) Expected "if (...) {\n"; found "if(...){\n"
(#238) Expected 1 space before "="; 0 found
(#238) Commas (,) must be followed by white space.
(#238) Commas (,) must be followed by white space.
(#241) Inline comments must start with a capital letter, digit or 3-dots sequence
(#241) 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"
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) 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)"
(#244) Variable "t_slength" must not contain underscores.
(#244) Variable "t_length" must not contain underscores.
(#245) Variable "p_slength" must not contain underscores.
(#245) Variable "p_length" 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 "// continue building sequence" but found "//continue building sequence"
(#247) Variable "p_slength" must not contain underscores.
(#248) Variable "t_slength" must not contain underscores.
(#250) 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[]"
(#252) 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"
(#253) 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."
(#254) 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()"
(#255) 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"
(#256) 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"
(#257) 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 ..."
(#258) 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 ..."
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#259) 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"
(#261) Variable "p_slength" must not contain underscores.
(#262) Variable "t_slength" must not contain underscores.
(#265) Variable "alt_positions" must not contain underscores.
(#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 "// else: no match or end of transcript/passage," but found "//else: no match or end of transcript/passage,"
(#270) Inline comments must start with a capital letter, digit or 3-dots sequence
(#270) 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..."
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
(#271) 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"
(#272) Expected "if (...) {\n"; found "if(...){\n"
(#273) Variable "p_slength" must not contain underscores.
(#274) Variable "t_slength" must not contain underscores.
(#276) Variable "p_slength" must not contain underscores.
(#277) Variable "t_slength" must not contain underscores.
(#280) Variable "alt_positions" must not contain underscores.
(#283) Inline comments must start with a capital letter, digit or 3-dots sequence
(#283) 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"
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) 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"
(#285) Expected 1 space before "+="; 0 found
(#285) Variable "t_slength" must not contain underscores.
(#286) Variable "p_slength" must not contain underscores.
(#287) Variable "t_slength" must not contain underscores.
(#288) Variable "alt_positions" must not contain underscores.
(#288) Expected 1 space after "="; 0 found
(#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 "// 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"
(#291) Usage of ELSEIF not allowed; use ELSE IF instead
(#291) Variable "p_slength" must not contain underscores.
(#294) Inline comments must start with a capital letter, digit or 3-dots sequence
(#294) 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,"
(#295) Inline comments must end in full-stops, exclamation marks, or question marks
(#295) 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"
(#298) Variable "p_slength" must not contain underscores.
(#299) Variable "t_slength" must not contain underscores.
(#302) Variable "alt_positions" must not contain underscores.
(#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 "// re init transcript loop variables for the next pass" but found "//re init transcript loop variables for the next pass"
(#306) Expected 1 space before "+="; 0 found
(#306) Variable "t_slength" must not contain underscores.
(#307) Variable "p_slength" must not contain underscores.
(#308) Variable "t_slength" must not contain underscores.
(#309) Variable "alt_positions" must not contain underscores.
(#309) Expected 1 space after "="; 0 found
(#311) Inline comments must start with a capital letter, digit or 3-dots sequence
(#314) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) No space found before comment text; expected "// reset transcript loop variables for each pass of passageword loop" but found "//reset transcript loop variables for each pass of passageword loop"
(#315) Expected 1 space before "="; 0 found
(#315) Expected 1 space after "="; 0 found
(#322) Commas (,) must be followed by white space.
(#322) Commas (,) must be followed by white space.
(#322) Commas (,) must be followed by white space.
(#322) Expected 1 space before opening brace; found 0
(#326) The use of function print_r() is forbidden
(#329) Expected "for (...) {\n"; found "for(...){\n"
(#329) Expected 1 space after first semicolon of FOR loop; 0 found
(#329) Expected 1 space after second semicolon of FOR loop; 0 found
(#329) Expected 1 space before "="; 0 found
(#329) Expected 1 space after "="; 0 found
(#329) Expected 1 space before "<"; 0 found
(#329) Expected 1 space after "<"; 0 found
(#340) Commas (,) must be followed by white space.
(#340) Commas (,) must be followed by white space.
(#340) Expected 1 space before opening brace; found 0
(#341) Expected 1 space before "="; 0 found
(#342) Expected 1 space after "="; 0 found
(#343) Expected 1 space before "="; 0 found
(#343) Expected 1 space after "="; 0 found
(#344) Expected 1 space before "="; 0 found
(#344) Expected 1 space after "="; 0 found
(#346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#346) No space found before comment text; expected "// loop through all alternatives" but found "//loop through all alternatives"
(#347) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) No space found before comment text; expected "// and then through each alternative->wordset" but found "//and then through each alternative->wordset"
(#348) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#349) Expected 1 space before "="; 0 found
(#349) Expected 1 space after "="; 0 found
(#350) Expected 1 space before "="; 0 found
(#350) Expected 1 space after "="; 0 found
(#351) Expected "if (...) {\n"; found "if(...){\n"
(#351) Commas (,) must be followed by white space.
(#352) Expected "for (...) {\n"; found "for(...) {\n"
(#352) Expected 1 space after first semicolon of FOR loop; 0 found
(#352) Expected 1 space after second semicolon of FOR loop; 0 found
(#352) Expected 1 space after "="; 0 found
(#352) Expected 1 space before "<"; 0 found
(#352) Expected 1 space after "<"; 0 found
(#353) Inline comments must start with a capital letter, digit or 3-dots sequence
(#353) 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)"
(#354) Inline comments must end in full-stops, exclamation marks, or question marks
(#354) This comment is 60% valid code; is this commented out code?
(#354) No space found before comment text; expected "// if ($wordset[$setindex] == $transcriptword || $wordset[$setindex] == '*') {" but found "//if ($wordset[$setindex] == $transcriptword || $wordset[$setindex] == '*') {"
(#358) Expected "if (...) {\n"; found "if(...){\n"
(#358) Commas (,) must be followed by white space.
(#359) Expected 1 space before "="; 0 found
(#359) Expected 1 space after "="; 0 found
(#365) Expected "if (...) {\n"; found "if(...){"
(#365) Closing brace must be on a line by itself
(#366) Inline comments must start with a capital letter, digit or 3-dots sequence
(#367) Inline comments must end in full-stops, exclamation marks, or question marks
(#367) No space found before comment text; expected "// we return the matchlength" but found "//we return the matchlength"
(#375) Public method name "diff::fetchWildcardsArray" must be in lower-case letters only
(#375) Expected 1 space before opening brace; found 0
(#376) Expected 1 space before "="; 0 found
(#376) Expected 1 space after "="; 0 found
(#378) Inline comments must start with a capital letter, digit or 3-dots sequence
(#378) No space found before comment text; expected "// loop through all alternatives" but found "//loop through all alternatives"
(#379) Inline comments must end in full-stops, exclamation marks, or question marks
(#379) No space found before comment text; expected "// and then through each alternative->wordset" but found "//and then through each alternative->wordset"
(#380) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#381) Expected 1 space before "="; 0 found
(#381) Expected 1 space after "="; 0 found
(#383) Expected "for (...) {\n"; found "for(...) {\n"
(#383) Expected 1 space after first semicolon of FOR loop; 0 found
(#383) Expected 1 space after second semicolon of FOR loop; 0 found
(#383) Expected 1 space after "="; 0 found
(#383) Expected 1 space before "<"; 0 found
(#383) Expected 1 space after "<"; 0 found
(#385) Expected 1 space before "="; 0 found
(#385) Expected 1 space after "="; 0 found
(#388) 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 "// we return the wildczrds" but found "//we return the wildczrds"
(#395) Expected 1 space before "=="; 0 found
(#395) Expected 1 space after "=="; 0 found
(#396) This comment is 59% valid code; is this commented out code?
(#406) Inline comments must start with a capital letter, digit or 3-dots sequence
(#406) 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"
(#407) 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."
(#408) Inline comments must end in full-stops, exclamation marks, or question marks
(#408) 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"
(#410) Opening brace should be on the same line as the declaration
(#412) Expected "if (...) {\n"; found "if(...){\n"
(#414) Expected "} else {\n"; found "}else{\n"
(#415) Expected 1 space before "<"; 0 found
(#421) Inline comments must start with a capital letter, digit or 3-dots sequence
(#421) 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"
(#422) 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)"
(#423) 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)"
(#424) No space found before comment text; expected "// iii) for each sequence" but found "//iii) for each sequence"
(#425) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#426) Line exceeds 132 characters; contains 142 characters
(#426) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#427) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#428) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#429) 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"
(#431) 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"
(#432) 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"
(#433) Inline comments must end in full-stops, exclamation marks, or question marks
(#434) Public method name "diff::fetchDiffs" must be in lower-case letters only
(#434) Commas (,) must be followed by white space.
(#434) Expected 1 space before opening brace; found 0
(#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 "// i) default passage positions to unmatched and transcript position -1" but found "//i) default passage positions to unmatched and transcript position -1"
(#436) Expected 1 space before "="; 0 found
(#436) Expected 1 space after "="; 0 found
(#436) Commas (,) must be followed by white space.
(#436) Commas (,) must be followed by white space.
(#438) Inline comments must start with a capital letter, digit or 3-dots sequence
(#438) No space found before comment text; expected "// ii) sort sequences by length, transcript posn" but found "//ii) sort sequences by length, transcript posn"
(#439) Inline comments must end in full-stops, exclamation marks, or question marks
(#439) 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"
(#440) Commas (,) must be followed by white space.
(#442) Inline comments must start with a capital letter, digit or 3-dots sequence
(#442) Inline comments must end in full-stops, exclamation marks, or question marks
(#442) No space found before comment text; expected "// record prior sequences for iii)" but found "//record prior sequences for iii)"
(#443) Expected 1 space before "="; 0 found
(#443) Expected 1 space after "="; 0 found
(#444) Expected 1 space before "="; 0 found
(#444) Expected 1 space after "="; 0 found
(#445) Inline comments must start with a capital letter, digit or 3-dots sequence
(#445) Inline comments must end in full-stops, exclamation marks, or question marks
(#445) No space found before comment text; expected "// iii) loop through sequences" but found "//iii) loop through sequences"
(#446) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#447) Expected 1 space before "="; 0 found
(#447) Expected 1 space after "="; 0 found
(#450) Inline comments must start with a capital letter, digit or 3-dots sequence
(#450) 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"
(#451) 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"
(#452) No space found before comment text; expected "// A seq pposition=63 length=18" but found "//A seq pposition=63 length=18"
(#453) No space found before comment text; expected "// B seq pposition=81 length=42" but found "//B seq pposition=81 length=42"
(#454) Inline comments must end in full-stops, exclamation marks, or question marks
(#454) 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"
(#455) Expected "for (...) {\n"; found "for(...){\n"
(#455) Expected 1 space before "="; 0 found
(#455) Expected 1 space after "="; 0 found
(#456) Expected "if (...) {\n"; found "if(...){\n"
(#456) Expected 1 space after "!="; 0 found
(#457) Expected 1 space before "="; 0 found
(#457) Expected 1 space after "="; 0 found
(#461) Expected "if (...) {\n"; found "if(...){\n"
(#462) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#463) Inline comments must start with a capital letter, digit or 3-dots sequence
(#463) Inline comments must end in full-stops, exclamation marks, or question marks
(#463) 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"
(#464) Expected "if (...) {\n"; found "if(...){\n"
(#466) Expected 1 space before "="; 0 found
(#466) 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 "// 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"
(#470) Expected "if (...) {\n"; found "if(...){\n"
(#472) Expected 1 space before "="; 0 found
(#472) Expected 1 space after "="; 0 found
(#475) Expected "if (...) {\n"; found "if(...){\n"
(#477) Expected 1 space before "="; 0 found
(#477) Expected 1 space after "="; 0 found
(#483) Inline comments must start with a capital letter, digit or 3-dots sequence
(#483) Inline comments must end in full-stops, exclamation marks, or question marks
(#483) 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"
(#484) Expected "if (...) {\n"; found "if(...){\n"
(#485) Inline comments must start with a capital letter, digit or 3-dots sequence
(#485) Inline comments must end in full-stops, exclamation marks, or question marks
(#485) No space found before comment text; expected "// distance from passage location to transcript location" but found "//distance from passage location to transcript location"
(#486) Expected 1 space after "="; 0 found
(#488) Inline comments must start with a capital letter, digit or 3-dots sequence
(#488) Inline comments must end in full-stops, exclamation marks, or question marks
(#488) No space found before comment text; expected "// distance between passage location and transcript length" but found "//distance between passage location and transcript length"
(#489) Expected 1 space after "="; 0 found
(#491) Inline comments must start with a capital letter, digit or 3-dots sequence
(#491) Inline comments must end in full-stops, exclamation marks, or question marks
(#491) No space found before comment text; expected "// ratio of alternates to full matches" but found "//ratio of alternates to full matches"
(#493) Expected "if (...) {\n"; found "if(...) {\n"
(#495) Expected "} else {\n"; found "}else{\n"
(#496) Expected 1 space before "="; 0 found
(#496) Expected 1 space after "="; 0 found
(#499) Inline comments must start with a capital letter, digit or 3-dots sequence
(#499) No space found before comment text; expected "// common is short matches after speaking ends" but found "//common is short matches after speaking ends"
(#500) Inline comments must end in full-stops, exclamation marks, or question marks
(#500) No space found before comment text; expected "// particularly dangerous are wildcards and alternates" but found "//particularly dangerous are wildcards and alternates"
(#501) Expected "if (...) {\n"; found "if(...){\n"
(#502) Expected 1 space before "="; 0 found
(#502) Expected 1 space after "="; 0 found
(#503) Usage of ELSEIF not allowed; use ELSE IF instead
(#504) Expected 1 space before "="; 0 found
(#504) Expected 1 space after "="; 0 found
(#508) Expected "if (...) {\n"; found "if(...){"
(#508) Closing brace must be on a line by itself
(#510) Inline comments must start with a capital letter, digit or 3-dots sequence
(#510) No space found before comment text; expected "// record sequence as :" but found "//record sequence as :"
(#511) No space found before comment text; expected "// i) matched and" but found "//i) matched and"
(#512) 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."
(#513) Inline comments must end in full-stops, exclamation marks, or question marks
(#513) No space found before comment text; expected "// Then store sequence in prior sequences" but found "//Then store sequence in prior sequences"
(#514) Expected "for (...) {\n"; found "for(...){\n"
(#514) Expected 1 space before "="; 0 found
(#514) Expected 1 space after "="; 0 found
(#515) Inline comments must start with a capital letter, digit or 3-dots sequence
(#515) Inline comments must end in full-stops, exclamation marks, or question marks
(#515) No space found before comment text; expected "// word position in sequence ( 0 = first )" but found "//word position in sequence ( 0 = first )"
(#517) Inline comments must end in full-stops, exclamation marks, or question marks
(#517) 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"
(#519) Inline comments must start with a capital letter, digit or 3-dots sequence
(#519) No space found before comment text; expected "// was this an alternatives match?" but found "//was this an alternatives match?"
(#520) Expected "if (...) {\n"; found "if(...){\n"
(#520) Commas (,) must be followed by white space.
(#521) Expected 1 space before "="; 0 found
(#521) Expected 1 space after "="; 0 found
(#522) Expected "} else {\n"; found "}else{\n"
(#523) Expected 1 space before "="; 0 found
(#523) Expected 1 space after "="; 0 found
(#526) Expected 1 space before "="; 0 found
(#526) Expected 1 space after "="; 0 found
(#526) Commas (,) must be followed by white space.
(#526) Commas (,) must be followed by white space.
(#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 "// 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"
(#532) Expected "if (...) {\n"; found "if(...){\n"
(#533) Commas (,) must be followed by white space.
(#534) Expected "} else {\n"; found "}else{\n"
(#555) Public method name "diff::applyWildcards" must be in lower-case letters only
(#555) Commas (,) must be followed by white space.
(#555) Commas (,) must be followed by white space.
(#555) Expected 1 space before opening brace; found 0
(#556) Variable "last_tposition" must not contain underscores.
(#556) Expected 1 space before "="; 0 found
(#556) Expected 1 space after "="; 0 found
(#557) Variable "last_p" must not contain underscores.
(#557) Expected 1 space before "="; 0 found
(#557) Expected 1 space after "="; 0 found
(#559) Inline comments must start with a capital letter, digit or 3-dots sequence
(#559) 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"
(#560) Inline comments must end in full-stops, exclamation marks, or question marks
(#560) No space found before comment text; expected "// here we find the last passage match" but found "//here we find the last passage match"
(#561) Expected "for (...) {\n"; found "for(...){\n"
(#561) Expected 1 space after first semicolon of FOR loop; 0 found
(#561) Expected 1 space after second semicolon of FOR loop; 0 found
(#561) Expected 1 space before "="; 0 found
(#561) Expected 1 space after "="; 0 found
(#561) Expected 1 space before "-"; 0 found
(#561) Expected 1 space after "-"; 0 found
(#561) Expected 1 space before ">="; 0 found
(#561) Expected 1 space after ">="; 0 found
(#562) Expected "if (...) {\n"; found "if(...){\n"
(#562) Expected 1 space before "=="; 0 found
(#562) Expected 1 space after "=="; 0 found
(#563) Variable "last_p" must not contain underscores.
(#563) Expected 1 space before "="; 0 found
(#563) Expected 1 space after "="; 0 found
(#567) Inline comments must end in full-stops, exclamation marks, or question marks
(#567) 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"
(#568) Expected "if (...) {\n"; found "if(...){\n"
(#568) Variable "last_p" must not contain underscores.
(#568) Expected 1 space before "<"; 0 found
(#568) Expected 1 space after "<"; 0 found
(#569) Variable "last_p" must not contain underscores.
(#569) Variable "last_p" must not contain underscores.
(#572) Inline comments must start with a capital letter, digit or 3-dots sequence
(#572) Inline comments must end in full-stops, exclamation marks, or question marks
(#572) 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"
(#573) Expected "for (...) {\n"; found "for(...){\n"
(#573) Expected 1 space after first semicolon of FOR loop; 0 found
(#573) Expected 1 space after second semicolon of FOR loop; 0 found
(#573) Expected 1 space before "="; 0 found
(#573) Expected 1 space after "="; 0 found
(#573) Expected 1 space before "<="; 0 found
(#573) Expected 1 space after "<="; 0 found
(#573) Variable "last_p" must not contain underscores.
(#574) Expected "if (...) {\n"; found "if(...){\n"
(#574) Expected 1 space before "=="; 0 found
(#574) Expected 1 space after "=="; 0 found
(#574) Commas (,) must be followed by white space.
(#575) Expected 1 space before "="; 0 found
(#575) Expected 1 space after "="; 0 found
(#575) Commas (,) must be followed by white space.
(#575) Variable "last_tposition" must not contain underscores.
(#575) Commas (,) must be followed by white space.
(#576) Expected "} else if (...) {\n"; found "}else if(...){\n"
(#576) Expected "if (...) {\n"; found "if(...){\n"
(#576) Expected 1 space before "=="; 0 found
(#576) Expected 1 space after "=="; 0 found
(#577) Variable "last_tposition" must not contain underscores.
(#577) Expected 1 space before "="; 0 found
(#577) Expected 1 space after "="; 0 found
(#584) A closing tag is not permitted at the end of a PHP file
mod/readaloud/classes/event_observer.php
(#47) Line indented incorrectly; expected at least 8 spaces, found 7
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#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) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space before "=>"; 0 found
(#49) 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) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 4 spaces, found 1
(#52) Closing brace indented incorrectly; expected 4 spaces, found 1
mod/readaloud/classes/form/alternatives.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5) 75 slashes comments are not allowed; use "// Comment." instead
(#6) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#9) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#14) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#19) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) 75 slashes comments are not allowed; use "// Comment." instead
(#25) Inline doc block 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.
(#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"
(#62) Commas (,) must be followed by white space.
(#62) Commas (,) must be followed by white space.
(#64) Commas (,) must be followed by white space.
(#65) Commas (,) must be followed by white space.
(#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) 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"
mod/readaloud/classes/gradenow.php
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#39) Expected 1 space after "="; 0 found
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 4 spaces, found 1
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#45) Visibility must be declared on method "__construct"
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Line indented incorrectly; expected at least 8 spaces, found 7
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 4
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 4
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 8 spaces, found 4
(#50) Expected "if (...) {\n"; found "if(...){\n"
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 12 spaces, found 3
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 12 spaces, found 3
(#52) Commas (,) must be followed by white space.
(#52) Expected 1 space before "=>"; 0 found
(#52) Expected 1 space after "=>"; 0 found
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Line indented incorrectly; expected at least 12 spaces, found 3
(#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."
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 12 spaces, found 3
(#54) Expected "if (...) {\n"; found "if(...) {\n"
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) No space found before comment text; expected "// 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"
(#59) Expected "if (...) {\n"; found "if(...) {\n"
(#59) Expected 1 space before "!="; 0 found
(#59) Expected 1 space after "!="; 0 found
(#72) Closing brace indented incorrectly; expected 3 spaces, found 12
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 8 spaces, found 2
(#73) Closing brace indented incorrectly; expected 4 spaces, found 2
(#74) Line indented incorrectly; expected 4 spaces, found 3
(#74) Closing brace indented incorrectly; expected 1 spaces, found 3
(#75) Whitespace found at end of line
(#76) Line indented incorrectly; expected 4 spaces, found 3
(#76) Expected 1 space before opening brace; found 0
(#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 2
(#79) Line indented incorrectly; expected at least 8 spaces, found 7
(#81) Line indented incorrectly; expected at least 8 spaces, found 7
(#82) Line indented incorrectly; expected at least 8 spaces, found 7
(#82) Expected 1 space before "="; 0 found
(#82) Expected 1 space after "="; 0 found
(#83) Line indented incorrectly; expected at least 8 spaces, found 7
(#83) Expected 1 space before "="; 0 found
(#83) Expected 1 space after "="; 0 found
(#84) Line indented incorrectly; expected 8 spaces, found 7
(#84) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#85) Line indented incorrectly; expected 12 spaces, found 11
(#86) Line indented incorrectly; expected at least 16 spaces, found 15
(#87) Line indented incorrectly; expected 12 spaces, found 11
(#88) Line indented incorrectly; expected 16 spaces, found 15
(#88) Expected 1 space after "=="; 0 found
(#89) Line indented incorrectly; expected at least 20 spaces, found 19
(#90) Line indented incorrectly; expected at least 20 spaces, found 19
(#91) Line indented incorrectly; expected 16 spaces, found 15
(#92) Line indented incorrectly; expected 12 spaces, found 11
(#93) Line indented incorrectly; expected 8 spaces, found 7
(#95) Line indented incorrectly; expected 4 spaces, found 3
(#96) Whitespace found at end of line
(#97) Line indented incorrectly; expected 4 spaces, found 3
(#97) Expected 1 space before opening brace; found 0
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Expected 1 space before "="; 0 found
(#100) Expected 1 space after "="; 0 found
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) 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"
(#110) Expected 1 space before "="; 0 found
(#110) Expected 1 space after "="; 0 found
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 2
(#112) Commas (,) must be followed by white space.
(#113) Line indented incorrectly; expected 4 spaces, found 3
(#114) Whitespace found at end of line
(#115) Line indented incorrectly; expected 4 spaces, found 3
(#115) Expected 1 space before opening brace; found 0
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected 8 spaces, found 2
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 12 spaces, found 3
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 16 spaces, found 4
(#119) Commas (,) must be followed by white space.
(#119) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space after "=>"; 0 found
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 16 spaces, found 4
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 12 spaces, found 3
(#122) Whitespace found at end of line
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 16 spaces, found 4
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 12 spaces, found 3
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 16 spaces, found 7
(#126) 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"
(#127) Commas (,) must be followed by white space.
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 12 spaces, found 3
(#132) Whitespace found at end of line
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 16 spaces, found 4
(#133) Expected 1 space before "="; 0 found
(#133) Whitespace found at end of line
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 12 spaces, found 3
(#135) Whitespace found at end of line
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 16 spaces, found 4
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 8 spaces, found 2
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 8 spaces, found 2
(#139) Line indented incorrectly; expected 4 spaces, found 3
(#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 4 spaces, found 3
(#141) 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"
(#142) Line indented incorrectly; expected 4 spaces, found 3
(#142) Commas (,) must be followed by white space.
(#142) Variable "force_aimode" must not contain underscores.
(#142) Expected 1 space before opening brace; found 0
(#143) Line indented incorrectly; expected at least 8 spaces, found 7
(#143) Variable "loading_aidata" must not contain underscores.
(#143) Variable "force_aimode" must not contain underscores.
(#143) Expected 1 space after "<"; 0 found
(#144) Line indented incorrectly; expected 8 spaces, found 7
(#145) Line indented incorrectly; expected 12 spaces, found 11
(#146) Line indented incorrectly; expected 16 spaces, found 15
(#146) Expected "if (...) {\n"; found "if(...){\n"
(#146) Variable "loading_aidata" must not contain underscores.
(#147) Line indented incorrectly; expected at least 20 spaces, found 19
(#148) Line indented incorrectly; expected 16 spaces, found 15
(#148) Expected "} else {\n"; found "}else{\n"
(#149) Line indented incorrectly; expected at least 20 spaces, found 19
(#150) Line indented incorrectly; expected 16 spaces, found 15
(#152) Line indented incorrectly; expected 12 spaces, found 11
(#153) Line indented incorrectly; expected 16 spaces, found 15
(#153) Expected "if (...) {\n"; found "if(...){\n"
(#153) Variable "loading_aidata" must not contain underscores.
(#154) Line indented incorrectly; expected at least 20 spaces, found 19
(#155) Line indented incorrectly; expected 16 spaces, found 15
(#155) Expected "} else {\n"; found "}else{\n"
(#156) Line indented incorrectly; expected at least 20 spaces, found 19
(#157) Line indented incorrectly; expected 16 spaces, found 15
(#159) Line indented incorrectly; expected 12 spaces, found 11
(#160) Line indented incorrectly; expected 16 spaces, found 15
(#160) Expected "if (...) {\n"; found "if(...){\n"
(#160) Variable "loading_aidata" must not contain underscores.
(#161) Line indented incorrectly; expected at least 20 spaces, found 19
(#162) Line indented incorrectly; expected 16 spaces, found 15
(#162) Expected "} else {\n"; found "}else{\n"
(#163) Line indented incorrectly; expected at least 20 spaces, found 19
(#164) Line indented incorrectly; expected 16 spaces, found 15
(#166) Line indented incorrectly; expected 12 spaces, found 11
(#167) Line indented incorrectly; expected 16 spaces, found 15
(#167) Expected "if (...) {\n"; found "if(...){\n"
(#167) Variable "loading_aidata" must not contain underscores.
(#168) Line indented incorrectly; expected at least 20 spaces, found 19
(#169) Line indented incorrectly; expected 16 spaces, found 15
(#169) Expected "} else {\n"; found "}else{\n"
(#170) Line indented incorrectly; expected at least 20 spaces, found 19
(#171) Line indented incorrectly; expected 16 spaces, found 15
(#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 "// should not get here really" but found "//should not get here really"
(#174) Line indented incorrectly; expected 12 spaces, found 11
(#177) Line indented incorrectly; expected 8 spaces, found 7
(#178) Line indented incorrectly; expected 4 spaces, found 3
(#179) Whitespace found at end of line
(#180) Line indented incorrectly; expected 4 spaces, found 3
(#180) Commas (,) must be followed by white space.
(#180) Variable "force_aimode" must not contain underscores.
(#180) Commas (,) must be followed by white space.
(#180) Expected 1 space before opening brace; found 0
(#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 2
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#183) 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."
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Line indented incorrectly; expected at least 8 spaces, found 7
(#184) 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"
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 8 spaces, found 2
(#185) Variable "loading_aidata" must not contain underscores.
(#185) Variable "force_aimode" must not contain underscores.
(#185) Expected 1 space after "<"; 0 found
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#187) 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"
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 8 spaces, found 2
(#188) Expected 1 space after "="; 0 found
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 8 spaces, found 2
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 8 spaces, found 2
(#190) Commas (,) must be followed by white space.
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 8 spaces, found 2
(#191) Expected 1 space after ":"; 0 found
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 8 spaces, found 2
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 8 spaces, found 3
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 8 spaces, found 2
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 8 spaces, found 2
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 8 spaces, found 2
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 8 spaces, found 2
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 8 spaces, found 2
(#199) Expected "if (...) {\n"; found "if(...){\n"
(#199) Variable "loading_aidata" must not contain underscores.
(#207) Closing brace indented incorrectly; expected 2 spaces, found 8
(#207) Expected "} else {\n"; found "}else{\n"
(#214) Line indented incorrectly; expected 12 spaces, found 8
(#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 12 spaces, found 5
(#215) 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"
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 12 spaces, found 2
(#216) Expected "if (...) {\n"; found "if(...){\n"
(#217) Line indented incorrectly; expected at least 16 spaces, found 12
(#218) Line indented incorrectly; expected at least 16 spaces, found 12
(#219) Line indented incorrectly; expected 12 spaces, found 8
(#219) Closing brace indented incorrectly; expected 2 spaces, found 8
(#219) Expected "} else {\n"; found "}else{\n"
(#220) Line indented incorrectly; expected at least 16 spaces, found 12
(#221) Line indented incorrectly; expected at least 16 spaces, found 12
(#222) Line indented incorrectly; expected 12 spaces, found 8
(#223) Line indented incorrectly; expected at least 12 spaces, found 7
(#224) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#226) Line indented incorrectly; expected at least 12 spaces, found 7
(#227) Line indented incorrectly; expected at least 12 spaces, found 7
(#227) Variable "opts_html" must not contain underscores.
(#227) Line exceeds 132 characters; contains 135 characters
(#228) Line indented incorrectly; expected at least 12 spaces, found 7
(#228) Expected 1 space before "=>"; 0 found
(#228) Expected 1 space after "=>"; 0 found
(#229) Line indented incorrectly; expected at least 12 spaces, found 7
(#230) Line indented incorrectly; expected at least 12 spaces, found 11
(#231) Line indented incorrectly; expected at least 12 spaces, found 11
(#232) Line indented incorrectly; expected at least 12 spaces, found 11
(#233) Line indented incorrectly; expected at least 12 spaces, found 11
(#234) Line indented incorrectly; expected at least 12 spaces, found 11
(#235) Line indented incorrectly; expected at least 12 spaces, found 11
(#236) Line indented incorrectly; expected at least 12 spaces, found 7
(#237) Line indented incorrectly; expected at least 12 spaces, found 11
(#239) Inline comments must start with a capital letter, digit or 3-dots sequence
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) Line indented incorrectly; expected at least 8 spaces, found 7
(#239) 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"
(#240) Line indented incorrectly; expected at least 8 spaces, found 7
(#240) Variable "opts_html" must not contain underscores.
(#242) Line indented incorrectly; expected 4 spaces, found 3
mod/readaloud/classes/gradenowform.php
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 5
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Commas (,) must be followed by white space.
(#47) Commas (,) must be followed by white space.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Whitespace found at end of line
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) No space found before comment text; expected "// do we show the next button" but found "//do we show the next button"
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) This comment is 81% valid code; is this commented out code?
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#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));"
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Whitespace found at end of line
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Expected 1 space before "="; 0 found
(#53) Expected 1 space after "="; 0 found
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 8 spaces, found 2
(#56) Expected "if (...) {\n"; found "if(...){\n"
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 3
(#57) Commas (,) must be followed by white space.
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) This comment is 75% valid code; is this commented out code?
(#61) Line indented incorrectly; expected at least 8 spaces, found 1
(#61) Tab found before comment text; expected "// $mform->closeHeaderBefore('buttonar');" but found "// $mform->closeHeaderBefore('buttonar');"
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Line indented incorrectly; expected at least 8 spaces, found 5
(#63) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Commas (,) must be followed by white space.
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 4
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#69) Commas (,) must be followed by white space.
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 at least 8 spaces, found 4
(#71) Expected 1 space before "=>"; 0 found
(#71) Expected 1 space after "=>"; 0 found
(#71) Commas (,) must be followed by white space.
(#71) Expected 1 space before "=>"; 0 found
(#71) Expected 1 space after "=>"; 0 found
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Commas (,) must be followed by white space.
(#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 4
(#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) 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
(#74) Commas (,) must be followed by white space.
(#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 4
(#75) Expected 1 space before "=>"; 0 found
(#75) 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
(#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 2
(#76) Commas (,) must be followed by white space.
(#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 4
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#77) Commas (,) must be followed by white space.
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#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 2
(#78) Commas (,) must be followed by white space.
(#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 4
(#79) Expected 1 space before "=>"; 0 found
(#79) Expected 1 space after "=>"; 0 found
(#79) Commas (,) must be followed by white space.
(#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 at least 8 spaces, found 2
(#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) 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 at least 8 spaces, found 2
(#82) Commas (,) must be followed by white space.
(#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
(#83) Commas (,) must be followed by white space.
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Commas (,) must be followed by white space.
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 8 spaces, found 2
(#86) Commas (,) must be followed by white space.
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 8 spaces, found 2
(#88) Commas (,) must be followed by white space.
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) This comment is 72% valid code; is this commented out code?
(#91) Line indented incorrectly; expected at least 8 spaces, found 7
mod/readaloud/classes/output/gradenow_renderer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Expected 1 space before opening brace; found 0
(#24) Commas (,) must be followed by white space.
(#24) Expected 1 space before "=>"; 0 found
(#24) Expected 1 space after "=>"; 0 found
(#43) Commas (,) must be followed by white space.
(#47) Commas (,) must be followed by white space.
(#51) Expected "if (...) {\n"; found "if(...) {\n"
(#52) Expected 1 space before "="; 0 found
(#52) Expected 1 space after "="; 0 found
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#54) Expected "} else {\n"; found "}else{\n"
(#60) Expected 1 space before opening brace; found 0
(#63) Line exceeds 132 characters; contains 145 characters
(#68) Commas (,) must be followed by white space.
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#69) Commas (,) must be followed by white space.
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#69) Commas (,) must be followed by white space.
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#69) Commas (,) must be followed by white space.
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#69) Line exceeds 132 characters; contains 163 characters
(#72) Commas (,) must be followed by white space.
(#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
(#73) Commas (,) must be followed by white space.
(#73) Expected 1 space before "=>"; 0 found
(#73) Expected 1 space after "=>"; 0 found
(#73) Line exceeds 132 characters; contains 158 characters
(#75) Commas (,) must be followed by white space.
(#75) Line exceeds 132 characters; contains 141 characters
(#79) Commas (,) must be followed by white space.
(#79) Commas (,) must be followed by white space.
(#79) Expected 1 space before opening brace; found 0
(#80) Variable "div_fulltranscript" must not contain underscores.
(#80) The use of function print_r() is forbidden
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#80) Line exceeds 132 characters; contains 165 characters
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) No space found before comment text; expected "// sequences" but found "//sequences"
(#82) Variable "debug_sequences" must not contain underscores.
(#83) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#84) Variable "debug_sequences" must not contain underscores.
(#84) Expected 1 space after ".="; 0 found
(#84) Commas (,) must be followed by white space.
(#84) The use of function print_r() is forbidden
(#84) Commas (,) must be followed by white space.
(#84) Commas (,) must be followed by white space.
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#84) Line exceeds 132 characters; contains 158 characters
(#86) Variable "div_sequences" must not contain underscores.
(#86) Variable "debug_sequences" must not contain underscores.
(#86) Commas (,) must be followed by white space.
(#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 "// transcript words" but found "//transcript words"
(#89) Variable "t_words" must not contain underscores.
(#89) Commas (,) must be followed by white space.
(#90) Variable "t_usewords" must not contain underscores.
(#90) Expected 1 space after "="; 0 found
(#91) Variable "t_count" must not contain underscores.
(#91) Expected 1 space before "="; 0 found
(#91) Expected 1 space after "="; 0 found
(#92) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#92) Variable "t_words" must not contain underscores.
(#92) Variable "t_word" must not contain underscores.
(#93) Variable "t_count" must not contain underscores.
(#94) Variable "t_usewords" must not contain underscores.
(#94) Commas (,) must be followed by white space.
(#94) Variable "t_word" must not contain underscores.
(#94) Commas (,) must be followed by white space.
(#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
(#94) Variable "t_count" must not contain underscores.
(#94) Line exceeds 132 characters; contains 151 characters
(#96) Variable "div_transcript" must not contain underscores.
(#96) Commas (,) must be followed by white space.
(#96) Variable "t_usewords" must not contain underscores.
(#96) Commas (,) must be followed by white space.
(#97) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#99) Variable "h_transcript" must not contain underscores.
(#99) Commas (,) must be followed by white space.
(#100) Variable "h_sequences" must not contain underscores.
(#100) Commas (,) must be followed by white space.
(#101) Variable "h_fulltranscript" must not contain underscores.
(#101) Commas (,) must be followed by white space.
(#102) Variable "h_transcript" must not contain underscores.
(#102) Variable "div_transcript" must not contain underscores.
(#103) Variable "h_sequences" must not contain underscores.
(#103) Variable "div_sequences" must not contain underscores.
(#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 "// . $h_fulltranscript . $div_fulltranscript,constants::M_CLASS . '_grading_debuginfo'" but found "//. $h_fulltranscript . $div_fulltranscript,constants::M_CLASS . '_grading_debuginfo'"
(#110) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#119) Expected 1 space before opening brace; found 0
(#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
(#122) 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 "// 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"
(#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
(#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 "// init the text count" but found "//init the text count"
(#130) Expected 1 space before "="; 0 found
(#130) Expected 1 space after "="; 0 found
(#133) Expected "if (...) {\n"; found "if(...){"
(#133) Closing brace must be on a line by itself
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) 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"
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) 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"
(#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) This comment is 58% valid code; is this commented out code?
(#138) No space found before comment text; expected "// $words = explode($seperator, $node->nodeValue);" but found "//$words = explode($seperator, $node->nodeValue);"
(#140) Commas (,) must be followed by white space.
(#143) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) No space found before comment text; expected "// 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"
(#145) Expected "if (...) {\n"; found "if(...){\n"
(#145) Expected 1 space before "=="; 0 found
(#145) Expected 1 space after "=="; 0 found
(#146) Commas (,) must be followed by white space.
(#152) Commas (,) must be followed by white space.
(#153) Commas (,) must be followed by white space.
(#154) This comment is 86% valid code; is this commented out code?
(#154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#154) No space found before comment text; expected "// $newnode->appendChild($spacenode);" but found "//$newnode->appendChild($spacenode);"
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) This comment is 80% valid code; is this commented out code?
(#155) No space found before comment text; expected "// print_r($newnode);" but found "//print_r($newnode);"
(#156) Commas (,) must be followed by white space.
(#157) Commas (,) must be followed by white space.
(#158) Commas (,) must be followed by white space.
(#159) Commas (,) must be followed by white space.
(#160) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#164) Commas (,) must be followed by white space.
(#166) Expected 1 space after "="; 0 found
(#169) Expected 1 space before "="; 0 found
(#171) Commas (,) must be followed by white space.
(#174) Expected 1 space before opening brace; found 0
(#177) Commas (,) must be followed by white space.
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#178) Commas (,) must be followed by white space.
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#178) Commas (,) must be followed by white space.
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#178) Line exceeds 132 characters; contains 160 characters
(#181) Commas (,) must be followed by white space.
(#182) Expected 1 space before "=>"; 0 found
(#182) Expected 1 space after "=>"; 0 found
(#182) Commas (,) must be followed by white space.
(#182) Expected 1 space before "=>"; 0 found
(#182) Expected 1 space after "=>"; 0 found
(#182) Commas (,) must be followed by white space.
(#182) Expected 1 space before "=>"; 0 found
(#182) Expected 1 space after "=>"; 0 found
(#182) Line exceeds 132 characters; contains 146 characters
(#185) Commas (,) must be followed by white space.
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Commas (,) must be followed by white space.
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Commas (,) must be followed by white space.
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Line exceeds 132 characters; contains 158 characters
(#187) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#190) Commas (,) must be followed by white space.
(#191) Expected 1 space before "=>"; 0 found
(#191) Expected 1 space after "=>"; 0 found
(#191) Commas (,) must be followed by white space.
(#191) Expected 1 space before "=>"; 0 found
(#191) Expected 1 space after "=>"; 0 found
(#191) Commas (,) must be followed by white space.
(#191) Expected 1 space before "=>"; 0 found
(#191) Expected 1 space after "=>"; 0 found
(#191) Line exceeds 132 characters; contains 135 characters
(#193) Expected 1 space after "="; 2 found
(#195) Commas (,) must be followed by white space.
(#199) Expected 1 space before opening brace; found 0
(#200) Commas (,) must be followed by white space.
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#202) Commas (,) must be followed by white space.
(#202) Commas (,) must be followed by white space.
(#202) Expected 1 space before "=>"; 0 found
(#202) Expected 1 space after "=>"; 0 found
(#202) Line exceeds 132 characters; contains 136 characters
(#207) Expected 1 space before opening brace; found 0
(#208) Commas (,) must be followed by white space.
(#208) Commas (,) must be followed by white space.
(#208) Expected 1 space before "=>"; 0 found
(#208) Expected 1 space after "=>"; 0 found
(#208) Commas (,) must be followed by white space.
(#208) Expected 1 space before "=>"; 0 found
(#208) Expected 1 space after "=>"; 0 found
(#208) Commas (,) must be followed by white space.
(#208) Expected 1 space before "=>"; 0 found
(#208) Expected 1 space after "=>"; 0 found
(#208) Line exceeds 132 characters; contains 139 characters
(#211) Expected 1 space before opening brace; found 0
(#213) Commas (,) must be followed by white space.
(#213) Commas (,) must be followed by white space.
(#214) Commas (,) must be followed by white space.
(#214) Commas (,) must be followed by white space.
(#214) Expected 1 space before "=>"; 0 found
(#214) Expected 1 space after "=>"; 0 found
(#215) Commas (,) must be followed by white space.
(#216) Expected 1 space before "=>"; 0 found
(#216) Expected 1 space after "=>"; 0 found
(#219) Expected 1 space before opening brace; found 0
(#221) Commas (,) must be followed by white space.
(#221) Commas (,) must be followed by white space.
(#222) Commas (,) must be followed by white space.
(#222) Commas (,) must be followed by white space.
(#222) Expected 1 space before "=>"; 0 found
(#222) Expected 1 space after "=>"; 0 found
(#223) Commas (,) must be followed by white space.
(#224) Expected 1 space before "=>"; 0 found
(#224) Expected 1 space after "=>"; 0 found
(#227) Expected 1 space before opening brace; found 0
(#229) Commas (,) must be followed by white space.
(#229) Commas (,) must be followed by white space.
(#230) Commas (,) must be followed by white space.
(#230) Commas (,) must be followed by white space.
(#230) Expected 1 space before "=>"; 0 found
(#230) Expected 1 space after "=>"; 0 found
(#231) Commas (,) must be followed by white space.
(#232) Expected 1 space before "=>"; 0 found
(#232) Expected 1 space after "=>"; 0 found
(#235) Expected 1 space before opening brace; found 0
(#237) Commas (,) must be followed by white space.
(#237) Commas (,) must be followed by white space.
(#238) Commas (,) must be followed by white space.
(#238) Commas (,) must be followed by white space.
(#238) Expected 1 space before "=>"; 0 found
(#238) Expected 1 space after "=>"; 0 found
(#239) Commas (,) must be followed by white space.
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
mod/readaloud/classes/output/renderer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#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
(#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) This comment is 53% valid code; is this commented out code?
(#44) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#55) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#63) Expected 1 space before opening brace; found 0
(#71) Expected 1 space before opening brace; found 0
(#74) Expected 1 space before "=>"; 0 found
(#74) Expected 1 space after "=>"; 0 found
(#74) Commas (,) must be followed by white space.
(#74) Expected 1 space before "=>"; 0 found
(#74) Expected 1 space after "=>"; 0 found
(#74) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#84) Expected 1 space before opening brace; found 0
(#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 "// show activity link if we are up to it" but found "//show activity link if we are up to it"
(#89) Expected 1 space before "="; 0 found
(#89) Commas (,) must be followed by white space.
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Line indented incorrectly; expected at least 12 spaces, found 8
(#90) No space found before comment text; expected "// else lets show a back to top link" but found "//else lets show a back to top link"
(#91) Expected "} else {\n"; found "}else {\n"
(#95) Commas (,) must be followed by white space.
(#103) Expected 1 space before opening brace; found 0
(#104) Expected 1 space before "="; 0 found
(#104) Expected 1 space after "="; 0 found
(#106) Expected 1 space before "=>"; 0 found
(#106) Expected 1 space after "=>"; 0 found
(#106) Expected 1 space before "=>"; 0 found
(#106) Expected 1 space after "=>"; 0 found
(#106) Commas (,) must be followed by white space.
(#106) Commas (,) must be followed by white space.
(#106) Commas (,) must be followed by white space.
(#106) Commas (,) must be followed by white space.
(#106) Line exceeds 132 characters; contains 148 characters
(#108) Commas (,) must be followed by white space.
(#115) Expected 1 space before opening brace; found 0
(#117) Expected 1 space before "="; 0 found
(#117) Commas (,) must be followed by white space.
(#120) Expected "if (...) {\n"; found "if(...){\n"
(#120) Expected 1 space before "=="; 0 found
(#120) Expected 1 space after "=="; 0 found
(#121) Expected 1 space before "="; 0 found
(#121) Expected 1 space after "="; 0 found
(#122) Expected "} else {\n"; found "}else{\n"
(#123) Expected 1 space before "="; 0 found
(#123) Expected 1 space after "="; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#126) Expected 1 space before "=>"; 0 found
(#126) Expected 1 space after "=>"; 0 found
(#126) Expected 1 space before "=>"; 0 found
(#126) Expected 1 space after "=>"; 0 found
(#126) Commas (,) must be followed by white space.
(#126) Commas (,) must be followed by white space.
(#126) Commas (,) must be followed by white space.
(#126) Commas (,) must be followed by white space.
(#126) Line exceeds 132 characters; contains 148 characters
(#128) Commas (,) must be followed by white space.
(#136) Expected 1 space before opening brace; found 0
(#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 "// set up our table" but found "//set up our table"
(#148) Expected 1 space before "="; 0 found
(#148) Expected 1 space after "="; 0 found
(#148) Commas (,) must be followed by white space.
(#149) Commas (,) must be followed by white space.
(#150) Commas (,) must be followed by white space.
(#151) Commas (,) must be followed by white space.
(#154) Expected 1 space before "="; 0 found
(#154) Expected 1 space after "="; 0 found
(#155) Variable "total_mistranscriptions" must not contain underscores.
(#155) Expected 1 space before "="; 0 found
(#155) Expected 1 space after "="; 0 found
(#156) Line indented incorrectly; expected 8 spaces, found 12
(#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 "// if this was not a mistranscription, skip" but found "//if this was not a mistranscription, skip"
(#158) Line indented incorrectly; expected 12 spaces, found 16
(#158) Expected "if (...) {\n"; found "if(...){"
(#158) Closing brace must be on a line by itself
(#171) Variable "mistrans_count" must not contain underscores.
(#172) Line indented incorrectly; expected 12 spaces, found 16
(#172) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#172) Expected 1 space before "=>"; 0 found
(#172) Expected 1 space after "=>"; 0 found
(#172) Expected 1 space before "=>"; 0 found
(#172) Expected 1 space after "=>"; 0 found
(#173) Line indented incorrectly; expected 16 spaces, found 20
(#173) Expected "if (...) {\n"; found "if(...){"
(#173) Closing brace must be on a line by itself
(#175) Variable "mistrans_count" must not contain underscores.
(#175) Expected 1 space before "+="; 0 found
(#175) Expected 1 space after "+="; 0 found
(#176) Line indented incorrectly; expected 12 spaces, found 16
(#177) Variable "total_mistranscriptions" must not contain underscores.
(#177) Expected 1 space before "+="; 0 found
(#177) Expected 1 space after "+="; 0 found
(#177) Variable "mistrans_count" must not contain underscores.
(#179) Variable "mistrans_count" must not contain underscores.
(#186) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#189) Line indented incorrectly; expected 8 spaces, found 12
(#190) Expected 1 space before "="; 0 found
(#190) Commas (,) must be followed by white space.
(#192) Line indented incorrectly; expected 8 spaces, found 12
(#192) Expected 1 space before "=="; 0 found
(#192) Expected 1 space after "=="; 0 found
(#193) Commas (,) must be followed by white space.
(#194) Line indented incorrectly; expected 8 spaces, found 12
(#194) Expected "} else {\n"; found "}else{\n"
(#195) Commas (,) must be followed by white space.
(#196) Commas (,) must be followed by white space.
(#196) Variable "total_mistranscriptions" must not contain underscores.
(#196) Commas (,) must be followed by white space.
(#196) Expected 1 space before "=>"; 0 found
(#196) Expected 1 space after "=>"; 0 found
(#196) Line exceeds 132 characters; contains 133 characters
(#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 "// set up datatables" but found "//set up datatables"
(#201) Expected 1 space after "="; 0 found
(#202) Expected 1 space before "="; 0 found
(#202) Expected 1 space after "="; 0 found
(#203) Expected 1 space before "="; 0 found
(#203) Expected 1 space after "="; 0 found
(#207) Line indented incorrectly; expected 8 spaces, found 12
(#214) Expected 1 space before opening brace; found 0
(#215) Commas (,) must be followed by white space.
(#215) Commas (,) must be followed by white space.
(#216) Commas (,) must be followed by white space.
(#224) Expected 1 space before opening brace; found 0
(#225) Commas (,) must be followed by white space.
(#225) Commas (,) must be followed by white space.
(#226) Commas (,) must be followed by white space.
(#231) Expected 1 space before opening brace; found 0
(#232) Commas (,) must be followed by white space.
(#233) Commas (,) must be followed by white space.
(#240) Commas (,) must be followed by white space.
(#241) Expected 1 space after "="; 2 found
(#242) Expected 1 space after "="; 2 found
(#242) Commas (,) must be followed by white space.
(#244) Commas (,) must be followed by white space.
(#246) Expected 1 space before "="; 0 found
(#256) Expected 1 space after "="; 2 found
(#257) Expected 1 space after "="; 2 found
(#257) Commas (,) must be followed by white space.
(#259) Commas (,) must be followed by white space.
(#261) Expected 1 space before "="; 0 found
(#261) Commas (,) must be followed by white space.
(#261) Commas (,) must be followed by white space.
(#261) Expected 1 space before "=>"; 0 found
(#261) Expected 1 space after "=>"; 0 found
(#268) Commas (,) must be followed by white space.
(#268) Expected 1 space before opening brace; found 0
(#281) Expected 1 space before opening brace; found 0
(#283) Expected 1 space after "="; 2 found
(#284) Commas (,) must be followed by white space.
(#285) Expected 1 space before "=>"; 0 found
(#285) Expected 1 space after "=>"; 0 found
(#292) Commas (,) must be followed by white space.
(#292) Expected 1 space before opening brace; found 0
(#295) Expected 1 space after "="; 2 found
(#296) Commas (,) must be followed by white space.
(#297) Expected 1 space before "=>"; 0 found
(#297) Expected 1 space after "=>"; 0 found
(#304) Commas (,) must be followed by white space.
(#304) Expected 1 space before opening brace; found 0
(#305) Expected 1 space after "="; 2 found
(#305) Commas (,) must be followed by white space.
(#305) Commas (,) must be followed by white space.
(#305) Expected 1 space before "=>"; 0 found
(#305) Expected 1 space after "=>"; 0 found
(#306) Expected 1 space after "="; 2 found
(#306) Commas (,) must be followed by white space.
(#306) Commas (,) must be followed by white space.
(#306) Commas (,) must be followed by white space.
(#307) Expected 1 space after "="; 2 found
(#307) Commas (,) must be followed by white space.
(#307) Commas (,) must be followed by white space.
(#307) Expected 1 space before "=>"; 0 found
(#307) Expected 1 space after "=>"; 0 found
(#308) Commas (,) must be followed by white space.
(#309) Expected 1 space before "=>"; 0 found
(#309) Expected 1 space after "=>"; 0 found
(#314) Expected 1 space before opening brace; found 0
(#315) Commas (,) must be followed by white space.
(#316) Expected 1 space before "="; 0 found
(#316) Commas (,) must be followed by white space.
(#316) Commas (,) must be followed by white space.
(#316) Expected 1 space before "=>"; 0 found
(#316) Expected 1 space after "=>"; 0 found
(#320) Expected 1 space before opening brace; found 0
(#321) Commas (,) must be followed by white space.
(#322) Expected 1 space before "="; 0 found
(#322) Commas (,) must be followed by white space.
(#322) Commas (,) must be followed by white space.
(#322) Expected 1 space before "=>"; 0 found
(#322) Expected 1 space after "=>"; 0 found
(#329) Commas (,) must be followed by white space.
(#329) Expected 1 space before opening brace; found 0
(#330) Expected 1 space after "="; 2 found
(#331) Expected 1 space after "="; 2 found
(#331) Commas (,) must be followed by white space.
(#333) Expected 1 space after ".="; 2 found
(#333) Commas (,) must be followed by white space.
(#335) Expected 1 space before "="; 0 found
(#335) Commas (,) must be followed by white space.
(#335) Commas (,) must be followed by white space.
(#335) Expected 1 space before "=>"; 0 found
(#335) Expected 1 space after "=>"; 0 found
(#342) Commas (,) must be followed by white space.
(#342) Expected 1 space before opening brace; found 0
(#343) Expected 1 space after "="; 2 found
(#344) Expected 1 space after "="; 2 found
(#344) Commas (,) must be followed by white space.
(#346) Expected 1 space after ".="; 2 found
(#346) Commas (,) must be followed by white space.
(#348) Expected 1 space before "="; 0 found
(#348) Commas (,) must be followed by white space.
(#348) Commas (,) must be followed by white space.
(#348) Expected 1 space before "=>"; 0 found
(#348) Expected 1 space after "=>"; 0 found
(#348) Line exceeds 132 characters; contains 156 characters
(#355) Commas (,) must be followed by white space.
(#355) Expected 1 space before opening brace; found 0
(#357) Commas (,) must be followed by white space.
(#358) Expected 1 space after ".="; 2 found
(#358) Commas (,) must be followed by white space.
(#358) Commas (,) must be followed by white space.
(#358) Commas (,) must be followed by white space.
(#360) Expected 1 space before "="; 0 found
(#360) Commas (,) must be followed by white space.
(#360) Commas (,) must be followed by white space.
(#360) Expected 1 space before "=>"; 0 found
(#360) Expected 1 space after "=>"; 0 found
(#367) Commas (,) must be followed by white space.
(#367) Expected 1 space before opening brace; found 0
(#370) Inline comments must start with a capital letter, digit or 3-dots sequence
(#370) No space found before comment text; expected "// recorder" but found "//recorder"
(#371) Inline comments must end in full-stops, exclamation marks, or question marks
(#371) No space found before comment text; expected "// =======================================" but found "//======================================="
(#375) Expected 1 space before "="; 0 found
(#375) Expected 1 space after "="; 0 found
(#377) Variable "string_hints" must not contain underscores.
(#379) Variable "can_transcribe" must not contain underscores.
(#380) Variable "can_transcribe" must not contain underscores.
(#380) Expected 1 space before "?"; 2 found
(#381) Expected 1 space before "="; 0 found
(#382) Expected 1 space before "=>"; 0 found
(#382) Expected 1 space after "=>"; 0 found
(#383) Expected 1 space before "=>"; 0 found
(#383) Expected 1 space after "=>"; 0 found
(#384) Expected 1 space before "=>"; 0 found
(#384) Expected 1 space after "=>"; 0 found
(#385) Expected 1 space before "=>"; 0 found
(#385) Expected 1 space after "=>"; 0 found
(#386) Expected 1 space before "=>"; 0 found
(#386) Expected 1 space after "=>"; 0 found
(#387) Expected 1 space before "=>"; 0 found
(#387) Expected 1 space after "=>"; 0 found
(#388) Expected 1 space before "=>"; 0 found
(#388) Expected 1 space after "=>"; 0 found
(#389) Expected 1 space before "=>"; 0 found
(#390) Expected 1 space before "=>"; 0 found
(#390) Expected 1 space before ":"; 0 found
(#390) Expected 1 space after ":"; 0 found
(#391) Expected 1 space before "=>"; 0 found
(#391) Expected 1 space after "=>"; 0 found
(#391) Expected 1 space before ":"; 0 found
(#391) Expected 1 space after ":"; 0 found
(#392) Inline comments must start with a capital letter, digit or 3-dots sequence
(#392) Inline comments must end in full-stops, exclamation marks, or question marks
(#392) This comment is 100% valid code; is this commented out code?
(#392) No space found before comment text; expected "// 'data-iframeclass'=>"letsberesponsive"," but found "//'data-iframeclass'=>"letsberesponsive","
(#393) Expected 1 space before "=>"; 0 found
(#393) Expected 1 space after "=>"; 0 found
(#394) Expected 1 space before "=>"; 0 found
(#395) Expected 1 space before "=>"; 0 found
(#395) Expected 1 space after "=>"; 0 found
(#396) Expected 1 space before "=>"; 0 found
(#396) Expected 1 space after "=>"; 0 found
(#397) Expected 1 space before "=>"; 0 found
(#397) Expected 1 space after "=>"; 0 found
(#398) Expected 1 space before "=>"; 0 found
(#398) Expected 1 space after "=>"; 0 found
(#399) Expected 1 space before "=>"; 0 found
(#399) Expected 1 space after "=>"; 0 found
(#400) Expected 1 space before "=>"; 0 found
(#400) Expected 1 space after "=>"; 0 found
(#401) Expected 1 space before "=>"; 0 found
(#401) Expected 1 space after "=>"; 0 found
(#401) Variable "string_hints" must not contain underscores.
(#402) Expected 1 space before "=>"; 0 found
(#402) Expected 1 space after "=>"; 0 found
(#402) Inline comments must start with a capital letter, digit or 3-dots sequence
(#402) No space found before comment text; expected "// localhost" but found "//localhost"
(#403) Inline comments must end in full-stops, exclamation marks, or question marks
(#403) This comment is 75% valid code; is this commented out code?
(#403) No space found before comment text; expected "// 'data-token'=>"643eba92a1447ac0c6a882c85051461a" //cloudpoodll" but found "//'data-token'=>"643eba92a1447ac0c6a882c85051461a" //cloudpoodll"
(#406) Expected 1 space before "="; 0 found
(#406) Commas (,) must be followed by white space.
(#407) Expected 1 space before "=>"; 0 found
(#407) Expected 1 space after "=>"; 0 found
(#408) Inline comments must start with a capital letter, digit or 3-dots sequence
(#408) Inline comments must end in full-stops, exclamation marks, or question marks
(#408) No space found before comment text; expected "// =======================================" but found "//======================================="
(#409) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#411) Commas (,) must be followed by white space.
(#413) Inline comments must start with a capital letter, digit or 3-dots sequence
(#413) Inline comments must end in full-stops, exclamation marks, or question marks
(#413) No space found before comment text; expected "// prepare output" but found "//prepare output"
(#415) Expected 1 space after ".="; 0 found
(#416) Inline comments must start with a capital letter, digit or 3-dots sequence
(#416) Inline comments must end in full-stops, exclamation marks, or question marks
(#416) No space found before comment text; expected "// return it" but found "//return it"
(#421) Visibility must be declared on method "fetch_activity_amd"
(#421) Expected 1 space before opening brace; found 0
(#423) Inline comments must start with a capital letter, digit or 3-dots sequence
(#423) Inline comments must end in full-stops, exclamation marks, or question marks
(#423) No space found before comment text; expected "// 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"
(#424) Variable "ret_html" must not contain underscores.
(#426) Inline comments must start with a capital letter, digit or 3-dots sequence
(#426) Inline comments must end in full-stops, exclamation marks, or question marks
(#426) No space found before comment text; expected "// 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"
(#428) Expected 1 space after "="; 0 found
(#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
(#429) No space found before comment text; expected "// recorder html ids" but found "//recorder html ids"
(#434) Inline comments must start with a capital letter, digit or 3-dots sequence
(#434) Inline comments must end in full-stops, exclamation marks, or question marks
(#434) No space found before comment text; expected "// activity html ids" but found "//activity html ids"
(#437) Expected 1 space after "="; 0 found
(#438) Expected 1 space after "="; 0 found
(#439) Expected 1 space before "="; 0 found
(#439) Expected 1 space after "="; 0 found
(#444) Expected 1 space after "="; 2 found
(#444) Expected 1 space after ":"; 0 found
(#445) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#447) Inline comments must start with a capital letter, digit or 3-dots sequence
(#447) Inline comments must end in full-stops, exclamation marks, or question marks
(#447) No space found before comment text; expected "// 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"
(#448) Variable "ret_html" must not contain underscores.
(#448) Variable "ret_html" must not contain underscores.
(#449) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#451) Inline comments must start with a capital letter, digit or 3-dots sequence
(#451) 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."
(#452) 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"
(#453) Inline comments must end in full-stops, exclamation marks, or question marks
(#453) No space found before comment text; expected "// convert opts to json" but found "//convert opts to json"
(#456) Variable "opts_html" must not contain underscores.
(#456) Line exceeds 132 characters; contains 135 characters
(#458) Inline comments must start with a capital letter, digit or 3-dots sequence
(#458) Inline comments must end in full-stops, exclamation marks, or question marks
(#458) No space found before comment text; expected "// the recorder div" but found "//the recorder div"
(#459) Variable "ret_html" must not contain underscores.
(#459) Variable "ret_html" must not contain underscores.
(#459) Variable "opts_html" must not contain underscores.
(#461) Expected 1 space before "="; 0 found
(#461) Expected 1 space after "="; 0 found
(#461) Expected 1 space before "=>"; 0 found
(#461) Expected 1 space after "=>"; 0 found
(#461) Commas (,) must be followed by white space.
(#461) Expected 1 space before "=>"; 0 found
(#461) Expected 1 space after "=>"; 0 found
(#463) Commas (,) must be followed by white space.
(#463) Commas (,) must be followed by white space.
(#463) Commas (,) must be followed by white space.
(#465) Inline comments must start with a capital letter, digit or 3-dots sequence
(#465) Inline comments must end in full-stops, exclamation marks, or question marks
(#465) 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"
(#466) Variable "ret_html" must not contain underscores.
mod/readaloud/classes/output/report_renderer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Opening brace should be on the same line as the declaration
(#20) Line exceeds 132 characters; contains 136 characters
(#24) Line exceeds 132 characters; contains 139 characters
(#26) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#28) Line exceeds 132 characters; contains 142 characters
(#34) Opening brace should be on the same line as the declaration
(#43) Opening brace should be on the same line as the declaration
(#50) Opening brace should be on the same line as the declaration
(#56) Opening brace should be on the same line as the declaration
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) No space found before comment text; expected "// convert formdata to array" but found "//convert formdata to array"
(#70) Opening brace should be on the same line as the declaration
(#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 "// convert formdata to array" but found "//convert formdata to array"
(#86) Opening brace should be on the same line as the declaration
(#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) This comment is 100% valid code; is this commented out code?
(#92) No space found before comment text; expected "// "\t";" but found "//"\t";"
(#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 "// echo header" but found "//echo header"
(#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
(#105) No space found before comment text; expected "// echo data rows" but found "//echo data rows"
(#117) Opening brace should be on the same line as the declaration
(#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 "// set up our table and head attributes" but found "//set up our table and head attributes"
(#125) Variable "headrow_attributes" must not contain underscores.
(#129) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#132) Variable "headrow_attributes" must not contain underscores.
(#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 "// set up descrption cell" but found "//set up descrption cell"
(#156) Visibility must be declared on method "show_reports_footer"
(#157) Opening brace should be on the same line as the declaration
(#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
(#159) Line exceeds 132 characters; contains 139 characters
(#165) Visibility must be declared on method "show_perpage_selector"
(#166) Opening brace should be on the same line as the declaration
(#180) Visibility must be declared on method "show_paging_bar"
(#181) Opening brace should be on the same line as the declaration
(#183) Inline comments must start with a capital letter, digit or 3-dots sequence
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) No space found before comment text; expected "// add paging params to url (NOT pageno)" but found "//add paging params to url (NOT pageno)"
(#188) Visibility must be declared on method "show_grading_footer"
(#188) Commas (,) must be followed by white space.
(#189) Opening brace should be on the same line as the declaration
(#190) Expected "if (...) {\n"; found "if(...){\n"
(#190) Expected 1 space before "=="; 0 found
(#190) Expected 1 space after "=="; 0 found
(#191) Line indented incorrectly; expected at least 12 spaces, found 11
(#191) Commas (,) must be followed by white space.
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) Visibility must be declared on method "show_export_buttons"
(#199) Commas (,) must be followed by white space.
(#199) Commas (,) must be followed by white space.
(#199) Expected 1 space before opening brace; found 0
(#209) Visibility must be declared on method "show_machinegrading_footer"
(#209) Commas (,) must be followed by white space.
(#209) Expected 1 space before opening brace; found 0
(#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
(#211) Commas (,) must be followed by white space.
(#211) Expected 1 space before "=>"; 0 found
(#211) Expected 1 space after "=>"; 0 found
(#211) Commas (,) must be followed by white space.
(#211) Expected 1 space before "=>"; 0 found
(#211) Expected 1 space after "=>"; 0 found
(#211) Commas (,) must be followed by white space.
(#211) Expected 1 space before "=>"; 0 found
(#211) Expected 1 space after "=>"; 0 found
(#211) Line exceeds 132 characters; contains 140 characters
(#212) Expected 1 space after "="; 2 found
(#212) Commas (,) must be followed by white space.
mod/readaloud/classes/privacy/provider.php
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) Closing brace must be on a line by itself
(#43) 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
(#43) Closing brace must be on a line by itself
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) No space found before comment text; expected "// user provider 3.4 and above" but found "//user provider 3.4 and above"
(#128) Space found before semicolon; expected "];" but found "] ;"
(#216) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#219) Expected 1 space after "="; 0 found
(#265) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#338) Functions must not contain multiple empty lines in a row; found 2 empty lines
mod/readaloud/classes/report/attempts.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Expected 1 space before "="; 0 found
(#17) Expected 1 space after "="; 0 found
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#20) Expected 1 space before "="; 0 found
(#20) Expected 1 space after "="; 0 found
(#21) Expected 1 space before "="; 0 found
(#21) Expected 1 space after "="; 0 found
(#24) Commas (,) must be followed by white space.
(#24) Commas (,) must be followed by white space.
(#25) Opening brace should be on the same line as the declaration
(#39) This comment is 72% valid code; is this commented out code?
(#71) Line exceeds 132 characters; contains 137 characters
(#75) Expected "} else {\n"; found "}else {\n"
(#90) Expected 1 space before opening brace; found 0
(#92) Expected 1 space before "="; 0 found
(#92) Expected 1 space after "="; 0 found
(#93) Expected "if (...) {\n"; found "if(...){"
(#93) Closing brace must be on a line by itself
(#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) This comment is 59% valid code; is this commented out code?
(#94) 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);"
(#95) Commas (,) must be followed by white space.
(#99) Expected 1 space before opening brace; found 0
(#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 "// heading data" but found "//heading data"
(#106) Commas (,) must be followed by white space.
(#106) Expected 1 space before "=>"; 0 found
(#106) Expected 1 space after "=>"; 0 found
(#108) Expected "if (...) {\n"; found "if(...){\n"
(#109) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#110) Commas (,) must be followed by white space.
(#110) Line exceeds 132 characters; contains 145 characters
(#114) Expected 1 space before "="; 0 found
(#115) Expected "} else {\n"; found "}else{\n"
(#116) Expected 1 space before "="; 0 found
mod/readaloud/classes/report/basereport.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#5) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#6) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#8) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#9) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Inline doc block comments are not allowed; use "// Comment." instead
(#34) Whitespace found at end of line
(#36) Spaces must be used for alignment; tabs are not allowed
(#37) Expected 1 space(s) before asterisk; 0 found
(#39) Whitespace found at end of line
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#51) Expected 1 space before "="; 0 found
(#51) Expected 1 space after "="; 0 found
(#54) Visibility must be declared on method "process_raw_data"
(#55) Visibility must be declared on method "fetch_formatted_heading"
(#57) Expected 1 space before opening brace; found 0
(#60) Expected 1 space before opening brace; found 0
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#62) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#63) Commas (,) must be followed by white space.
(#67) Expected 1 space before opening brace; found 0
(#71) Expected 1 space before opening brace; found 0
(#75) Expected 1 space before opening brace; found 0
(#76) Expected "if (...) {\n"; found "if(...){\n"
(#76) Expected 1 space before ">"; 0 found
(#76) Expected 1 space after ">"; 0 found
(#77) Expected 1 space before "="; 0 found
(#77) Expected 1 space after "="; 0 found
(#77) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#82) Expected 1 space before opening brace; found 0
(#84) Expected "if (...) {\n"; found "if(...){\n"
(#84) Commas (,) must be followed by white space.
(#85) Expected 1 space before "="; 0 found
(#85) Expected 1 space after "="; 0 found
(#87) Expected "if (...) {\n"; found "if(...){\n"
(#87) 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
(#93) Expected 1 space before opening brace; found 0
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) 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."
(#96) Expected "if (...) {\n"; found "if(...){"
(#96) Closing brace must be on a line by itself
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#101) Commas (,) must be followed by white space.
(#101) Expected 1 space before opening brace; found 0
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) No space found before comment text; expected "// return empty string if the timestamps are not both present." but found "//return empty string if the timestamps are not both present."
(#104) Expected "if (...) {\n"; found "if(...){"
(#104) Closing brace must be on a line by itself
(#109) Expected 1 space after "="; 0 found
(#117) Commas (,) must be followed by white space.
(#117) Expected 1 space before opening brace; found 0
(#121) Expected "if (...) {\n"; found "if(...){\n"
(#126) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#128) Expected "if (...) {\n"; found "if(...){\n"
(#133) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#134) Expected 1 space before "="; 0 found
(#134) Expected 1 space after "="; 0 found
(#134) Commas (,) must be followed by white space.
(#134) Commas (,) must be followed by white space.
(#136) Expected 1 space before "="; 0 found
(#136) Expected 1 space after "="; 0 found
(#141) Commas (,) must be followed by white space.
(#141) Commas (,) must be followed by white space.
(#141) Expected 1 space before opening brace; found 0
(#145) Commas (,) must be followed by white space.
(#148) Commas (,) must be followed by white space.
(#149) Expected 1 space after "="; 0 found
(#152) Expected "if (...) {\n"; found "if(...){\n"
(#152) Commas (,) must be followed by white space.
(#153) Expected 1 space before "="; 0 found
(#153) Expected 1 space after "="; 0 found
(#154) Expected "} else {\n"; found "}else{\n"
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Whitespace found at end of line
mod/readaloud/classes/report/basic.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Expected 1 space before "="; 0 found
(#16) Expected 1 space after "="; 0 found
(#17) Commas (,) must be followed by white space.
(#17) Commas (,) must be followed by white space.
(#19) Expected 1 space before "="; 0 found
(#19) Expected 1 space after "="; 0 found
(#20) Expected 1 space before "="; 0 found
(#20) Expected 1 space after "="; 0 found
(#22) Commas (,) must be followed by white space.
(#22) Commas (,) must be followed by white space.
(#22) Expected 1 space before opening brace; found 0
(#34) Commas (,) must be followed by white space.
(#38) Expected "if (...) {\n"; found "if(...){\n"
(#38) Commas (,) must be followed by white space.
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#40) Expected "} else {\n"; found "}else{\n"
(#47) Expected 1 space before opening brace; found 0
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#50) Expected "if (...) {\n"; found "if(...){"
(#50) Closing brace must be on a line by itself
(#51) Commas (,) must be followed by white space.
(#55) Expected 1 space before opening brace; found 0
(#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 "// heading data" but found "//heading data"
(#62) Commas (,) must be followed by white space.
(#63) Expected "if (...) {\n"; found "if(...){\n"
(#64) Expected 1 space before "="; 0 found
(#65) Expected "} else {\n"; found "}else{\n"
(#66) Expected 1 space before "="; 0 found
mod/readaloud/classes/report/grading.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Commas (,) must be followed by white space.
(#18) Line exceeds 132 characters; contains 159 characters
(#25) Opening brace should be on the same line as the declaration
(#53) This comment is 72% valid code; is this commented out code?
(#57) Line exceeds 132 characters; contains 165 characters
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) 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"
(#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 not human or ai graded" but found "//if not human or ai graded"
(#67) Expected "if (...) {\n"; found "if(...){\n"
(#67) Expected 1 space after "=="; 0 found
(#69) Expected "} else {\n"; found "}else {\n"
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) No space found before comment text; expected "// accuracy could hold either human or ai data" but found "//accuracy could hold either human or ai data"
(#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 "// if not human or ai graded" but found "//if not human or ai graded"
(#77) Expected "if (...) {\n"; found "if(...){\n"
(#77) Expected 1 space after "=="; 0 found
(#79) Expected "} else {\n"; found "}else {\n"
(#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 "// grade could hold either human or ai data" but found "//grade could hold either human or ai data"
(#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 "// if not human or ai graded" but found "//if not human or ai graded"
(#87) Expected "if (...) {\n"; found "if(...){\n"
(#87) Expected 1 space after "=="; 0 found
(#89) Expected "} else {\n"; found "}else {\n"
(#95) Expected "if (...) {\n"; found "if(...){\n"
(#95) Expected 1 space after "=="; 0 found
(#96) Commas (,) must be followed by white space.
(#97) Expected "} else if (...) {\n"; found "}else if(...){\n"
(#97) Expected "if (...) {\n"; found "if(...){\n"
(#98) Commas (,) must be followed by white space.
(#99) Expected "} else {\n"; found "}else{\n"
(#100) Expected 1 space after "="; 0 found
(#100) Commas (,) must be followed by white space.
(#107) Expected "if (...) {\n"; found "if(...) {\n"
(#107) Expected 1 space after "=="; 0 found
(#108) Expected 1 space before "="; 0 found
(#110) Expected "} else {\n"; found "}else{\n"
(#111) Expected 1 space before "="; 0 found
(#112) Expected 1 space before "="; 0 found
(#114) Line exceeds 132 characters; contains 167 characters
(#115) Commas (,) must be followed by white space.
(#115) Expected 1 space before "=>"; 0 found
(#115) Expected 1 space after "=>"; 0 found
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) 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."
(#124) Line exceeds 132 characters; contains 169 characters
(#130) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#139) Line exceeds 132 characters; contains 137 characters
(#161) Opening brace should be on the same line as the declaration
(#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) This comment is 59% valid code; is this commented out code?
(#167) 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);"
(#173) Opening brace should be on the same line as the declaration
(#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 "// heading data" but found "//heading data"
(#180) Variable "user_attempt_totals" must not contain underscores.
(#182) Inline comments must start with a capital letter, digit or 3-dots sequence
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#182) No space found before comment text; expected "// if we are not machine grading the SQL is simpler" but found "//if we are not machine grading the SQL is simpler"
(#183) Variable "human_sql" must not contain underscores.
(#183) Line exceeds 132 characters; contains 139 characters
(#186) Inline comments must start with a capital letter, digit or 3-dots sequence
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) No space found before comment text; expected "// 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"
(#187) Variable "hybrid_sql" must not contain underscores.
(#187) Expected 1 space before "="; 0 found
(#187) Expected 1 space after "="; 0 found
(#187) Line exceeds maximum limit of 180 characters; contains 196 characters
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) 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."
(#193) Commas (,) must be followed by white space.
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) 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"
(#197) Expected "if (...) {\n"; found "if(...) {\n"
(#197) Expected 1 space before "=="; 0 found
(#197) Expected 1 space after "=="; 0 found
(#198) Variable "hybrid_sql" must not contain underscores.
(#199) Line indented incorrectly; expected 12 spaces, found 16
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) 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."
(#201) Line indented incorrectly; expected 16 spaces, found 20
(#202) Line indented incorrectly; expected 20 spaces, found 24
(#206) Line indented incorrectly; expected 20 spaces, found 24
(#207) Line indented incorrectly; expected 16 spaces, found 20
(#208) Line indented incorrectly; expected 12 spaces, found 16
(#209) Expected "} else {\n"; found "}else{\n"
(#210) Expected 1 space after "="; 0 found
(#210) Variable "human_sql" must not contain underscores.
(#212) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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 "// loop through data getting most recent attempt" but found "//loop through data getting most recent attempt"
(#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 "// we ony take the most recent attempt" but found "//we ony take the most recent attempt"
(#220) Variable "user_attempt_totals" must not contain underscores.
(#221) Variable "user_attempt_totals" must not contain underscores.
(#221) Variable "user_attempt_totals" must not contain underscores.
(#224) Variable "user_attempt_totals" must not contain underscores.
(#226) Line exceeds 132 characters; contains 145 characters
(#231) Variable "user_attempt_totals" must not contain underscores.
mod/readaloud/classes/report/gradingbyuser.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Expected 1 space before "="; 0 found
(#17) Expected 1 space after "="; 0 found
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#20) Expected 1 space before "="; 0 found
(#20) Expected 1 space after "="; 0 found
(#21) Expected 1 space before "="; 0 found
(#21) Expected 1 space after "="; 0 found
(#25) Expected 1 space before opening brace; found 0
(#27) Expected 1 space before "="; 0 found
(#27) Expected 1 space after "="; 0 found
(#28) Expected "if (...) {\n"; found "if(...){"
(#28) Closing brace must be on a line by itself
(#29) Commas (,) must be followed by white space.
(#30) Commas (,) must be followed by white space.
(#30) Commas (,) must be followed by white space.
(#35) Opening brace should be on the same line as the declaration
(#41) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#45) This comment is 72% valid code; is this commented out code?
(#49) Line exceeds 132 characters; contains 165 characters
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) 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"
(#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 not human or ai graded" but found "//if not human or ai graded"
(#59) Expected "if (...) {\n"; found "if(...){\n"
(#59) Expected 1 space after "=="; 0 found
(#61) Expected "} else {\n"; found "}else {\n"
(#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 "// accuracy could hold either human or ai data" but found "//accuracy 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) Expected "if (...) {\n"; found "if(...){\n"
(#69) Expected 1 space after "=="; 0 found
(#71) Expected "} else {\n"; found "}else {\n"
(#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 "// grade could hold either human or ai data" but found "//grade 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) Expected "if (...) {\n"; found "if(...){\n"
(#79) Expected 1 space after "=="; 0 found
(#81) Expected "} else {\n"; found "}else {\n"
(#87) Expected "if (...) {\n"; found "if(...){\n"
(#87) Expected 1 space after "=="; 0 found
(#88) Commas (,) must be followed by white space.
(#89) Expected "} else if (...) {\n"; found "}else if(...){\n"
(#89) Expected "if (...) {\n"; found "if(...){\n"
(#90) Commas (,) must be followed by white space.
(#91) Expected "} else {\n"; found "}else{\n"
(#92) Expected 1 space after "="; 0 found
(#92) Commas (,) must be followed by white space.
(#98) Line exceeds 132 characters; contains 167 characters
(#104) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#113) Line exceeds 132 characters; contains 137 characters
(#135) Opening brace should be on the same line as the declaration
(#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"
(#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.
(#154) Expected 1 space before "="; 0 found
(#154) Expected 1 space after "="; 0 found
(#154) Line exceeds 132 characters; contains 158 characters
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) 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."
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) No space found before comment text; expected "// 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"
(#165) Expected "if (...) {\n"; found "if(...) {\n"
(#165) Expected 1 space before "=="; 0 found
(#165) Expected 1 space after "=="; 0 found
(#166) Variable "hybrid_sql" must not contain underscores.
(#167) Expected "if (...) {\n"; found "if(...) {\n"
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) 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."
(#177) Expected "} else {\n"; found "}else{\n"
(#178) Expected 1 space after "="; 0 found
(#178) Variable "human_sql" must not contain underscores.
(#183) Line exceeds 132 characters; contains 145 characters
mod/readaloud/classes/report/machinegrading.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#18) Line exceeds maximum limit of 180 characters; contains 209 characters
(#25) Opening brace should be on the same line as the declaration
(#53) This comment is 72% valid code; is this commented out code?
(#57) Line exceeds 132 characters; contains 165 characters
(#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 "// we took this button away to make some room" but found "//we took this button away to make some room"
(#91) Line exceeds 132 characters; contains 173 characters
(#99) This comment is 75% valid code; is this commented out code?
(#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) This comment is 75% valid code; is this commented out code?
(#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)"
(#106) Line exceeds 132 characters; contains 176 characters
(#116) Line exceeds 132 characters; contains 179 characters
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) No space found before comment text; expected "// do we need this..? hid it for now" but found "//do we need this..? hid it for now"
(#131) Line exceeds 132 characters; contains 137 characters
(#135) Expected "} else {\n"; found "}else {\n"
(#153) Opening brace should be on the same line as the declaration
(#164) Opening brace should be on the same line as the declaration
(#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"
(#170) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#174) Variable "user_attempt_totals" must not contain underscores.
(#177) Line exceeds 132 characters; contains 168 characters
(#178) Line exceeds 132 characters; contains 139 characters
(#185) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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.
(#188) Expected "} else {\n"; found "}else{\n"
(#189) Variable "user_attempt_totals" must not contain underscores.
(#191) Expected "if (...) {\n"; found "if(...){\n"
(#191) Commas (,) must be followed by white space.
(#192) Expected "if (...) {\n"; found "if(...){\n"
(#196) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) No space found before comment text; expected "// make the audio url for the selected attempt data" but found "//make the audio url for the selected attempt data"
(#199) Line exceeds 132 characters; contains 145 characters
(#201) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#203) Inline comments must start with a capital letter, digit or 3-dots sequence
(#203) 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"
(#204) No space found before comment text; expected "// fetch formatted field" but found "//fetch formatted field"
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) 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"
(#208) Expected "if (...) {\n"; found "if(...){"
(#208) Expected 1 space before "="; 0 found
(#208) Expected 1 space after "="; 0 found
(#208) Closing brace must be on a line by itself
(#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 "// recalculate scores with new errorcount" but found "//recalculate scores with new errorcount"
(#210) Variable "adjusted_scores" must not contain underscores.
(#214) Variable "adjusted_scores" must not contain underscores.
(#215) Variable "adjusted_scores" must not contain underscores.
(#216) Variable "adjusted_scores" must not contain underscores.
(#220) Variable "user_attempt_totals" must not contain underscores.
mod/readaloud/classes/report/machinegradingbyuser.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Expected 1 space before "="; 0 found
(#17) Expected 1 space after "="; 0 found
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#20) Expected 1 space before "="; 0 found
(#20) Expected 1 space after "="; 0 found
(#21) Expected 1 space before "="; 0 found
(#21) Expected 1 space after "="; 0 found
(#25) Expected 1 space before opening brace; found 0
(#27) Expected 1 space before "="; 0 found
(#27) Expected 1 space after "="; 0 found
(#28) Expected "if (...) {\n"; found "if(...){"
(#28) Closing brace must be on a line by itself
(#29) Commas (,) must be followed by white space.
(#30) Commas (,) must be followed by white space.
(#30) Commas (,) must be followed by white space.
(#37) Opening brace should be on the same line as the declaration
(#43) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#47) Line exceeds 132 characters; contains 165 characters
(#65) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) 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"
(#71) Line exceeds 132 characters; contains 179 characters
(#95) Opening brace should be on the same line as the declaration
(#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 "// heading data" but found "//heading data"
(#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 "// heading data" but found "//heading data"
(#106) Variable "user_attempt_totals" must not contain underscores.
(#107) Line exceeds maximum limit of 180 characters; contains 263 characters
(#108) Line exceeds 132 characters; contains 139 characters
(#109) Commas (,) must be followed by white space.
(#115) Line exceeds 132 characters; contains 145 characters
mod/readaloud/classes/task/readaloud_s3_adhoc.php
(#41) Whitespace found at end of line
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#43) Expected 6 space(s) before asterisk; 5 found
(#44) Expected 6 space(s) before asterisk; 5 found
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 2
(#45) Expected 1 space before opening brace; found 0
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 6
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) No space found before comment text; expected "// CD should contain activityid / attemptid and modulecontextid" but found "//CD should contain activityid / attemptid and modulecontextid"
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Expected 1 space after "="; 2 found
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) This comment is 75% valid code; is this commented out code?
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) No space found before comment text; expected "// $trace->output($cd->somedata)" but found "//$trace->output($cd->somedata)"
(#53) Commas (,) must be followed by white space.
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#54) Line indented incorrectly; expected 8 spaces, found 9
(#54) Expected "if (...) {\n"; found "if(...){\n"
(#55) Commas (,) must be followed by white space.
(#57) Line indented incorrectly; expected 8 spaces, found 9
(#59) Commas (,) must be followed by white space.
(#60) Line indented incorrectly; expected 8 spaces, found 9
(#60) Expected "if (...) {\n"; found "if(...){\n"
(#61) Line indented incorrectly; expected 12 spaces, found 13
(#61) Expected "if (...) {\n"; found "if(...){\n"
(#62) Commas (,) must be followed by white space.
(#64) Line indented incorrectly; expected 12 spaces, found 13
(#66) Line indented incorrectly; expected 12 spaces, found 13
(#66) Expected "if (...) {\n"; found "if(...){\n"
(#67) Commas (,) must be followed by white space.
(#67) Commas (,) must be followed by white space.
(#69) Line indented incorrectly; expected 12 spaces, found 13
(#69) Expected "} else {\n"; found "}else{\n"
(#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 "// 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"
(#73) Line indented incorrectly; expected 12 spaces, found 13
(#75) Line indented incorrectly; expected 8 spaces, found 9
(#75) Expected "} else {\n"; found "}else{\n"
(#76) Commas (,) must be followed by white space.
(#78) Line indented incorrectly; expected 8 spaces, found 9
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 4 spaces, found 1
(#79) Closing brace indented incorrectly; expected 2 spaces, found 1
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#81) Expected 1 space before opening brace; found 0
(#82) Expected "if (...) {\n"; found "if(...){\n"
(#83) Commas (,) must be followed by white space.
(#84) Expected "} else {\n"; found "}else {\n"
(#86) Variable "s3_task" must not contain underscores.
(#87) Variable "s3_task" must not contain underscores.
(#88) Variable "s3_task" 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 "s3_task" must not contain underscores.
(#94) Commas (,) must be followed by white space.
(#94) Expected 1 space before opening brace; found 0
(#99) Commas (,) must be followed by white space.
(#99) Expected 1 space before opening brace; found 0
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 4 spaces, found 1
(#101) Closing brace indented incorrectly; expected 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Whitespace found at end of line
mod/readaloud/classes/task/readaloud_scheduled.php
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Closing brace indented incorrectly; expected 1 spaces, found 4
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 2
(#46) Expected 3 space(s) before asterisk; 5 found
(#47) Expected 3 space(s) before asterisk; 5 found
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 4 spaces, found 2
(#48) Expected 1 space before opening brace; found 0
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#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);"
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 4 spaces, found 1
(#51) Closing brace indented incorrectly; expected 2 spaces, found 1
mod/readaloud/classes/utils.php
(#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 "// 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"
(#40) Public method name "utils::make_audio_URL" must be in lower-case letters only
(#40) Expected 1 space before opening brace; found 0
(#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 "// 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"
(#42) Expected "if (...) {\n"; found "if(...){\n"
(#42) Commas (,) must be followed by white space.
(#42) Expected 1 space before "==="; 0 found
(#42) Expected 1 space after "==="; 0 found
(#44) Expected "} else {\n"; found "}else {\n"
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) 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?"
(#55) Opening brace should be on the same line as the declaration
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) No space found before comment text; expected "// we default to true" but found "//we default to true"
(#57) No space found before comment text; expected "// but it only takes one no ...." but found "//but it only takes one no ...."
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) No space found before comment text; expected "// The regions that can transcribe" but found "//The regions that can transcribe"
(#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 "// if user disables ai, we do not transcribe" but found "//if user disables ai, we do not transcribe"
(#72) Expected "if (...) {\n"; found "if(...){\n"
(#73) Expected 1 space after "="; 0 found
(#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 "// see if this is truly json or some error" but found "//see if this is truly json or some error"
(#81) Line indented incorrectly; expected 8 spaces, found 5
(#81) Expected "if (...) {\n"; found "if(...){"
(#81) Closing brace must be on a line by itself
(#82) Line indented incorrectly; expected 8 spaces, found 5
(#82) Expected "if (...) {\n"; found "if(...){"
(#82) Closing brace must be on a line by itself
(#83) Line indented incorrectly; expected at least 8 spaces, found 5
(#84) Line indented incorrectly; expected at least 8 spaces, found 5
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) 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"
(#88) No space found before comment text; expected "// this is our helper" but found "//this is our helper"
(#89) 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"
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) No space found before comment text; expected "// this is our helper" but found "//this is our helper"
(#91) Commas (,) must be followed by white space.
(#92) Opening brace should be on the same line as the declaration
(#102) 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"
(#103) 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"
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) No space found before comment text; expected "// "refresh token" links" but found "//"refresh token" links"
(#105) Commas (,) must be followed by white space.
(#105) Expected 1 space before opening brace; found 0
(#106) Line indented incorrectly; expected at least 8 spaces, found 7
(#108) Line indented incorrectly; expected at least 8 spaces, found 7
(#108) 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"
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) No space found before comment text; expected "// refresh token" but found "//refresh token"
(#111) Commas (,) must be followed by white space.
(#112) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#117) Expected "if (...) {\n"; found "if(...){\n"
(#118) Line indented incorrectly; expected at least 12 spaces, found 11
(#118) Commas (,) must be followed by white space.
(#119) Line indented incorrectly; expected 8 spaces, found 7
(#119) Closing brace indented incorrectly; expected 8 spaces, found 7
(#120) Expected "if (...) {\n"; found "if(...){\n"
(#121) Commas (,) must be followed by white space.
(#124) Expected "if (...) {\n"; found "if(...){\n"
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) 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"
(#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 have no token object the creds were wrong ... or something" but found "//if we have no token object the creds were wrong ... or something"
(#133) Expected "if (...) {\n"; found "if(...){\n"
(#134) Commas (,) must be followed by white space.
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) No space found before comment text; expected "// if 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"
(#136) Usage of ELSEIF not allowed; use ELSE IF instead
(#136) Commas (,) must be followed by white space.
(#137) Commas (,) must be followed by white space.
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) Line indented incorrectly; expected at least 12 spaces, found 8
(#138) 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."
(#139) Usage of ELSEIF not allowed; use ELSE IF instead
(#139) Commas (,) must be followed by white space.
(#142) Expected "if (...) {\n"; found "if(...){\n"
(#146) Inline comments must start with a capital letter, digit or 3-dots sequence
(#146) 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."
(#147) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#148) Commas (,) must be followed by white space.
(#149) Commas (,) must be followed by white space.
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) No space found before comment text; expected "// Is app authorised" but found "//Is app authorised"
(#152) Expected "if (...) {\n"; found "if(...){\n"
(#152) Commas (,) must be followed by white space.
(#153) Commas (,) must be followed by white space.
(#154) Expected "} else {\n"; found "}else{\n"
(#155) Commas (,) must be followed by white space.
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) 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"
(#164) Opening brace should be on the same line as the declaration
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) 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"
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Expected "if (...) {\n"; found "if(...){\n"
(#174) Expected 1 space before "=="; 0 found
(#174) Expected 1 space after "=="; 0 found
(#175) Expected "if (...) {\n"; found "if(...){\n"
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Variable "token_url" must not contain underscores.
(#181) Expected 1 space after "="; 0 found
(#185) Expected 1 space before "=>"; 0 found
(#185) Expected 1 space after "=>"; 0 found
(#187) Variable "token_response" must not contain underscores.
(#187) Variable "token_url" must not contain underscores.
(#187) Commas (,) must be followed by white space.
(#188) Variable "token_response" must not contain underscores.
(#189) Variable "resp_object" must not contain underscores.
(#189) Variable "token_response" must not contain underscores.
(#190) Expected "if (...) {\n"; found "if(...) {\n"
(#190) Variable "resp_object" must not contain underscores.
(#190) Variable "resp_object" must not contain underscores.
(#190) Commas (,) must be followed by white space.
(#191) Variable "resp_object" must not contain underscores.
(#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 "// 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"
(#193) Expected "if (...) {\n"; found "if(...) {\n"
(#193) Variable "resp_object" must not contain underscores.
(#194) Variable "resp_object" must not contain underscores.
(#194) Variable "resp_object" must not contain underscores.
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) 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"
(#197) Expected "} else {\n"; found "}else{\n"
(#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 "// cache the token" but found "//cache the token"
(#205) Expected 1 space before "="; 0 found
(#205) Expected 1 space after "="; 0 found
(#206) Expected 1 space before "="; 0 found
(#206) Expected 1 space after "="; 0 found
(#207) Expected 1 space before "="; 0 found
(#207) Expected 1 space after "="; 0 found
(#208) Expected "if (...) {\n"; found "if(...){\n"
(#208) Variable "resp_object" must not contain underscores.
(#208) Commas (,) must be followed by white space.
(#209) Variable "resp_object" must not contain underscores.
(#211) Expected "if (...) {\n"; found "if(...){\n"
(#211) Variable "resp_object" must not contain underscores.
(#211) Commas (,) must be followed by white space.
(#212) Variable "resp_object" must not contain underscores.
(#214) Expected "if (...) {\n"; found "if(...){\n"
(#214) Variable "resp_object" must not contain underscores.
(#214) Commas (,) must be followed by white space.
(#215) Variable "resp_object" must not contain underscores.
(#221) Expected "} else {\n"; found "}else{\n"
(#223) Expected "if (...) {\n"; found "if(...) {\n"
(#223) Empty IF statement detected
(#223) Variable "resp_object" must not contain underscores.
(#223) Variable "resp_object" must not contain underscores.
(#223) Commas (,) must be followed by white space.
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) No space found before comment text; expected "// ERROR = $resp_object->error" but found "//ERROR = $resp_object->error"
(#227) Expected "} else {\n"; found "}else{\n"
(#228) Expected 1 space before "="; 0 found
(#228) Expected 1 space after "="; 0 found
(#240) Commas (,) must be followed by white space.
(#240) Expected 1 space before opening brace; found 0
(#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 "// 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"
(#242) Commas (,) must be followed by white space.
(#242) Commas (,) must be followed by white space.
(#243) Inline comments must start with a capital letter, digit or 3-dots sequence
(#243) 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"
(#244) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) This comment is 72% valid code; is this commented out code?
(#244) No space found before comment text; expected "// return nl2br($passage);" but found "//return nl2br($passage);"
(#247) Expected 1 space before opening brace; found 0
(#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 "// if we do not have the full transcript return 0" but found "//if we do not have the full transcript return 0"
(#249) Expected "if (...) {\n"; found "if(...){\n"
(#254) Expected 1 space before "="; 0 found
(#254) Expected 1 space after "="; 0 found
(#255) Expected 1 space before "="; 0 found
(#255) Expected 1 space after "="; 0 found
(#256) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#257) Expected "if (...) {\n"; found "if(...){\n"
(#262) Expected "if (...) {\n"; found "if(...){\n"
(#262) Expected 1 space before ">"; 0 found
(#262) Expected 1 space after ">"; 0 found
(#263) Expected 1 space before "-"; 0 found
(#263) Expected 1 space after "-"; 0 found
(#264) Expected "} else {\n"; found "}else{\n"
(#270) Commas (,) must be followed by white space.
(#270) Commas (,) must be followed by white space.
(#272) Inline comments must start with a capital letter, digit or 3-dots sequence
(#272) 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)"
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) 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"
(#281) Expected 1 space after "="; 2 found
(#282) Expected "if (...) {\n"; found "if(...){\n"
(#283) Commas (,) must be followed by white space.
(#283) Commas (,) must be followed by white space.
(#284) Expected "} else {\n"; found "}else{\n"
(#285) Commas (,) must be followed by white space.
(#285) Commas (,) must be followed by white space.
(#291) Inline comments must start with a capital letter, digit or 3-dots sequence
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#291) No space found before comment text; expected "// fetch start-time and end-time points for each word" but found "//fetch start-time and end-time points for each word"
(#292) Commas (,) must be followed by white space.
(#292) Commas (,) must be followed by white space.
(#292) Expected 1 space before opening brace; found 0
(#294) Inline comments must start with a capital letter, digit or 3-dots sequence
(#294) Line indented incorrectly; expected at least 8 spaces, found 7
(#294) 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'."
(#295) Expected 1 space before "="; 0 found
(#295) Expected 1 space after "="; 0 found
(#296) Expected 1 space before "="; 0 found
(#296) Expected 1 space after "="; 0 found
(#297) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#298) Expected "if (...) {\n"; found "if(...){\n"
(#302) Expected 1 space before "="; 0 found
(#302) Expected 1 space after "="; 0 found
(#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 "// loop through matches and fetch audio start from word item" but found "//loop through matches and fetch audio start from word item"
(#305) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#306) Expected "if (...) {\n"; found "if(...){\n"
(#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
(#307) 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"
(#310) Inline comments must start with a capital letter, digit or 3-dots sequence
(#310) No space found before comment text; expected "// trust or be sure by matching ..." but found "//trust or be sure by matching ..."
(#312) Expected "if (...) {\n"; found "if(...){\n"
(#315) Expected "} else {\n"; found "}else {\n"
(#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 "// 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"
(#317) Variable "tword_text" must not contain underscores.
(#318) Variable "tword_text" must not contain underscores.
(#318) Variable "tword_text" must not contain underscores.
(#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 "// 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"
(#320) Variable "tword_text" must not contain underscores.
(#324) Inline comments must start with a capital letter, digit or 3-dots sequence
(#324) Inline comments must end in full-stops, exclamation marks, or question marks
(#324) Line indented incorrectly; expected at least 24 spaces, found 20
(#324) No space found before comment text; expected "// do alternatives search for match" but found "//do alternatives search for match"
(#325) Usage of ELSEIF not allowed; use ELSE IF instead
(#326) Variable "tword_text" must not contain underscores.
(#337) Inline comments must start with a capital letter, digit or 3-dots sequence
(#337) Inline comments must end in full-stops, exclamation marks, or question marks
(#337) No space found before comment text; expected "// fetch start-time and end-time points for each word" but found "//fetch start-time and end-time points for each word"
(#338) Commas (,) must be followed by white space.
(#338) Commas (,) must be followed by white space.
(#338) Expected 1 space before opening brace; found 0
(#339) Expected 1 space before "="; 0 found
(#339) Expected 1 space after "="; 0 found
(#340) Inline comments must start with a capital letter, digit or 3-dots sequence
(#340) Inline comments must end in full-stops, exclamation marks, or question marks
(#340) No space found before comment text; expected "// create a big array of 'words' from gjson sentences" but found "//create a big array of 'words' from gjson sentences"
(#341) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#342) Commas (,) must be followed by white space.
(#345) Expected 1 space before "="; 0 found
(#345) Expected 1 space after "="; 0 found
(#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 "// loop through matches and fetch audio start from word item" but found "//loop through matches and fetch audio start from word item"
(#348) Line indented incorrectly; expected 8 spaces, found 12
(#349) Line indented incorrectly; expected 12 spaces, found 16
(#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
(#350) 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"
(#352) Inline comments must start with a capital letter, digit or 3-dots sequence
(#352) Inline comments must end in full-stops, exclamation marks, or question marks
(#352) 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"
(#353) Variable "start_time" must not contain underscores.
(#353) Commas (,) must be followed by white space.
(#354) Variable "end_time" must not contain underscores.
(#354) Commas (,) must be followed by white space.
(#356) Inline comments must start with a capital letter, digit or 3-dots sequence
(#356) No space found before comment text; expected "// trust or be sure by matching ..." but found "//trust or be sure by matching ..."
(#358) Line indented incorrectly; expected 16 spaces, found 20
(#359) Variable "start_time" must not contain underscores.
(#360) Variable "end_time" must not contain underscores.
(#361) Line indented incorrectly; expected 16 spaces, found 20
(#362) Inline comments must start with a capital letter, digit or 3-dots sequence
(#362) Inline comments must end in full-stops, exclamation marks, or question marks
(#362) No space found before comment text; expected "// 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"
(#363) Variable "tword_text" must not contain underscores.
(#364) Variable "tword_text" must not contain underscores.
(#364) Variable "tword_text" must not contain underscores.
(#365) Inline comments must start with a capital letter, digit or 3-dots sequence
(#365) Inline comments must end in full-stops, exclamation marks, or question marks
(#365) 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"
(#366) Line indented incorrectly; expected 20 spaces, found 24
(#366) Variable "tword_text" must not contain underscores.
(#367) Variable "start_time" must not contain underscores.
(#368) Variable "end_time" 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 "// do alternatives search for match" but found "//do alternatives search for match"
(#371) Line indented incorrectly; expected 20 spaces, found 24
(#372) Variable "tword_text" must not contain underscores.
(#374) Variable "start_time" must not contain underscores.
(#375) Variable "end_time" must not contain underscores.
(#376) Line indented incorrectly; expected 20 spaces, found 24
(#377) Line indented incorrectly; expected 16 spaces, found 20
(#378) Line indented incorrectly; expected 12 spaces, found 16
(#379) Line indented incorrectly; expected 8 spaces, found 12
(#384) Inline comments must start with a capital letter, digit or 3-dots sequence
(#384) 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"
(#385) 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)"
(#386) Inline comments must end in full-stops, exclamation marks, or question marks
(#386) 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"
(#387) Commas (,) must be followed by white space.
(#387) Commas (,) must be followed by white space.
(#387) Commas (,) must be followed by white space.
(#387) Expected 1 space before opening brace; found 0
(#389) Inline comments must start with a capital letter, digit or 3-dots sequence
(#389) Inline comments must end in full-stops, exclamation marks, or question marks
(#389) 4 slashes comments are not allowed; use "// Comment." instead
(#389) No space found before comment text; expected "// wpm score" but found "////wpm score"
(#395) Expected "if (...) {\n"; found "if(...){"
(#395) Expected 1 space before "="; 0 found
(#395) Expected 1 space after "="; 0 found
(#395) Closing brace must be on a line by itself
(#403) Expected 1 space before "="; 0 found
(#403) Must use "self::" for local static member reference
(#405) Expected "if (...) {\n"; found "if(...){"
(#405) Expected 1 space before "="; 0 found
(#405) Expected 1 space after "="; 0 found
(#405) Closing brace must be on a line by itself
(#413) Expected "if (...) {\n"; found "if(...) {\n"
(#415) Expected "} else {\n"; found "}else{\n"
(#416) Expected 1 space after "="; 0 found
(#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 "// accuracy score" but found "//accuracy score"
(#420) Expected "if (...) {\n"; found "if(...) {\n"
(#422) Expected "} else {\n"; found "}else{\n"
(#423) Expected 1 space before "="; 0 found
(#423) Expected 1 space after "="; 0 found
(#426) Inline comments must start with a capital letter, digit or 3-dots sequence
(#426) Inline comments must end in full-stops, exclamation marks, or question marks
(#426) No space found before comment text; expected "// sessionscore" but found "//sessionscore"
(#429) Expected "if (...) {\n"; found "if(...){\n"
(#432) Expected 1 space before "/"; 0 found
(#432) Expected 1 space after "/"; 0 found
(#434) Expected 1 space before "="; 0 found
(#437) Expected 1 space before "="; 0 found
(#437) Expected 1 space after "="; 0 found
(#442) Inline comments must start with a capital letter, digit or 3-dots sequence
(#442) 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."
(#443) Expected 1 space before opening brace; found 0
(#445) Expected "if (...) {\n"; found "if(...){\n"
(#447) Expected "} else {\n"; found "}else{\n"
(#448) Expected 1 space before "="; 0 found
(#448) Expected 1 space after "="; 0 found
(#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 "// get all the aievaluations for a user" but found "//get all the aievaluations for a user"
(#454) Commas (,) must be followed by white space.
(#454) Expected 1 space before opening brace; found 0
(#458) Commas (,) must be followed by white space.
(#458) Commas (,) must be followed by white space.
(#462) Inline comments must start with a capital letter, digit or 3-dots sequence
(#462) 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"
(#463) Inline comments must end in full-stops, exclamation marks, or question marks
(#463) 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)"
(#464) Expected 1 space before opening brace; found 0
(#466) Expected 1 space after "="; 0 found
(#467) Line exceeds 132 characters; contains 164 characters
(#469) Commas (,) must be followed by white space.
(#470) Expected "if (...) {\n"; found "if(...){\n"
(#470) Expected 1 space before "!=="; 0 found
(#470) Expected 1 space after "!=="; 0 found
(#477) Line indented incorrectly; expected at least 4 spaces, found 2
(#479) Line exceeds 132 characters; contains 150 characters
(#480) Line indented incorrectly; expected at least 4 spaces, found 3
(#482) Opening brace should be on the same line as the declaration
(#484) Commas (,) must be followed by white space.
(#484) Expected 1 space before "=>"; 0 found
(#484) Expected 1 space after "=>"; 0 found
(#485) Commas (,) must be followed by white space.
(#485) Expected 1 space before "=>"; 0 found
(#485) Expected 1 space after "=>"; 0 found
(#488) Inline comments must start with a capital letter, digit or 3-dots sequence
(#488) Inline comments must end in full-stops, exclamation marks, or question marks
(#488) This comment is 54% valid code; is this commented out code?
(#488) No space found before comment text; expected "// $alternatives = diff::fetchAlternativesArray($activity->alternatives);" but found "//$alternatives = diff::fetchAlternativesArray($activity->alternatives);"
(#490) Expected 1 space before "="; 0 found
(#491) Expected 1 space before "="; 0 found
(#492) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#495) Expected 1 space before "="; 0 found
(#495) Commas (,) must be followed by white space.
(#495) Commas (,) must be followed by white space.
(#497) Inline comments must start with a capital letter, digit or 3-dots sequence
(#497) Inline comments must end in full-stops, exclamation marks, or question marks
(#497) No space found before comment text; expected "// aggregate results" but found "//aggregate results"
(#498) Expected "for (...) {\n"; found "for(...){\n"
(#498) Expected 1 space after first semicolon of FOR loop; 0 found
(#498) Expected 1 space after second semicolon of FOR loop; 0 found
(#498) Expected 1 space before "="; 0 found
(#498) Expected 1 space after "="; 0 found
(#498) Expected 1 space before "<="; 0 found
(#498) Expected 1 space after "<="; 0 found
(#499) Line indented incorrectly; expected at least 12 spaces, found 11
(#499) Variable "aggregate_set" must not contain underscores.
(#500) Line indented incorrectly; expected 12 spaces, found 11
(#500) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#501) Line indented incorrectly; expected 16 spaces, found 15
(#501) Expected "if (...) {\n"; found "if(...){"
(#501) Closing brace must be on a line by itself
(#502) Line indented incorrectly; expected 16 spaces, found 15
(#502) Expected "if (...) {\n"; found "if(...){\n"
(#502) Commas (,) must be followed by white space.
(#502) Variable "aggregate_set" must not contain underscores.
(#503) Line indented incorrectly; expected at least 20 spaces, found 19
(#503) Variable "aggregate_set" must not contain underscores.
(#504) Line indented incorrectly; expected 16 spaces, found 15
(#504) Expected "} else {\n"; found "}else{\n"
(#505) Line indented incorrectly; expected at least 20 spaces, found 19
(#505) Variable "aggregate_set" must not contain underscores.
(#505) Expected 1 space before "="; 0 found
(#505) Expected 1 space after "="; 0 found
(#506) Line indented incorrectly; expected 16 spaces, found 15
(#507) Line indented incorrectly; expected 12 spaces, found 11
(#508) Line indented incorrectly; expected at least 12 spaces, found 11
(#508) Expected 1 space before "="; 0 found
(#509) Line indented incorrectly; expected at least 12 spaces, found 11
(#509) Expected 1 space before "="; 0 found
(#509) Expected 1 space after "="; 0 found
(#509) Variable "aggregate_set" must not contain underscores.
(#510) Line indented incorrectly; expected at least 12 spaces, found 11
(#510) Expected 1 space before "="; 0 found
(#510) Expected 1 space after "="; 0 found
(#511) Line indented incorrectly; expected at least 12 spaces, found 11
(#511) Expected 1 space before "="; 0 found
(#511) Expected 1 space after "="; 0 found
(#511) Expected 1 space before "-"; 0 found
(#511) Expected 1 space after "-"; 0 found
(#512) Line indented incorrectly; expected at least 12 spaces, found 11
(#519) Line indented incorrectly; expected at least 4 spaces, found 3
(#523) Commas (,) must be followed by white space.
(#523) Commas (,) must be followed by white space.
(#524) Opening brace should be on the same line as the declaration
(#526) Expected "if (...) {\n"; found "if(...){"
(#526) Closing brace must be on a line by itself
(#527) Expected 1 space before "="; 0 found
(#527) Expected 1 space after "="; 0 found
(#528) Expected "for (...) {\n"; found "for(...){\n"
(#528) Expected 1 space after first semicolon of FOR loop; 0 found
(#528) Expected 1 space after second semicolon of FOR loop; 0 found
(#528) Expected 1 space before "="; 0 found
(#528) Expected 1 space after "="; 0 found
(#528) Expected 1 space before "<="; 0 found
(#528) Expected 1 space after "<="; 0 found
(#529) Commas (,) must be followed by white space.
(#529) Commas (,) must be followed by white space.
(#530) Expected "if (...) {\n"; found "if(...){\n"
(#531) Expected 1 space before "="; 0 found
(#531) Expected 1 space after "="; 0 found
(#532) Expected "} else {\n"; found "}else{\n"
(#533) Expected 1 space before "="; 0 found
(#533) Expected 1 space after "="; 0 found
(#540) Line indented incorrectly; expected at least 4 spaces, found 3
(#541) Line indented incorrectly; expected at least 4 spaces, found 3
(#545) Commas (,) must be followed by white space.
(#545) Commas (,) must be followed by white space.
(#545) Expected 1 space before opening brace; found 0
(#547) Inline comments must start with a capital letter, digit or 3-dots sequence
(#547) Inline comments must end in full-stops, exclamation marks, or question marks
(#547) 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"
(#548) Expected "if (...) {\n"; found "if(...){\n"
(#552) Inline comments must start with a capital letter, digit or 3-dots sequence
(#552) Inline comments must end in full-stops, exclamation marks, or question marks
(#552) No space found before comment text; expected "// count transcript words" but found "//count transcript words"
(#553) Expected 1 space before "="; 0 found
(#554) Line indented incorrectly; expected 8 spaces, found 12
(#554) Expected "if (...) {\n"; found "if(...){\n"
(#554) Expected 1 space before "=="; 0 found
(#554) Expected 1 space after "=="; 0 found
(#556) Line indented incorrectly; expected 8 spaces, found 12
(#558) Inline comments must start with a capital letter, digit or 3-dots sequence
(#558) Inline comments must end in full-stops, exclamation marks, or question marks
(#558) 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"
(#559) Expected 1 space before "="; 0 found
(#559) Expected 1 space after "="; 0 found
(#560) Line indented incorrectly; expected 8 spaces, found 12
(#560) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#561) Expected 1 space before "="; 0 found
(#561) Expected 1 space after "="; 0 found
(#562) Line indented incorrectly; expected 8 spaces, found 12
(#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 "// find startindex" but found "//find startindex"
(#565) Expected 1 space before "="; 0 found
(#565) Expected 1 space after "="; 0 found
(#566) Line indented incorrectly; expected 8 spaces, found 12
(#566) Expected "for (...) {\n"; found "for(...){\n"
(#566) Expected 1 space after first semicolon of FOR loop; 0 found
(#566) Expected 1 space after second semicolon of FOR loop; 0 found
(#566) Expected 1 space before "="; 0 found
(#566) Expected 1 space after "="; 0 found
(#566) Expected 1 space before ">"; 0 found
(#566) Expected 1 space after ">"; 0 found
(#568) Expected 1 space after "="; 0 found
(#568) Commas (,) must be followed by white space.
(#569) Line indented incorrectly; expected 12 spaces, found 16
(#569) Expected "if (...) {\n"; found "if(...){\n"
(#570) Expected 1 space before "="; 0 found
(#570) Expected 1 space after "="; 0 found
(#570) Expected 1 space before "+"; 0 found
(#570) Expected 1 space after "+"; 0 found
(#572) Line indented incorrectly; expected 12 spaces, found 16
(#573) Line indented incorrectly; expected 8 spaces, found 12
(#575) Inline comments must start with a capital letter, digit or 3-dots sequence
(#575) Inline comments must end in full-stops, exclamation marks, or question marks
(#575) No space found before comment text; expected "// find endindex" but found "//find endindex"
(#576) Expected 1 space before "="; 0 found
(#576) Expected 1 space after "="; 0 found
(#577) Line indented incorrectly; expected 8 spaces, found 12
(#577) Expected "for (...) {\n"; found "for(...){\n"
(#577) Expected 1 space after first semicolon of FOR loop; 0 found
(#577) Expected 1 space after second semicolon of FOR loop; 0 found
(#577) Expected 1 space before "="; 0 found
(#577) Expected 1 space after "="; 0 found
(#577) Expected 1 space before "<="; 0 found
(#577) Expected 1 space after "<="; 0 found
(#579) Expected 1 space after "="; 0 found
(#579) Commas (,) must be followed by white space.
(#580) Inline comments must start with a capital letter, digit or 3-dots sequence
(#580) Inline comments must end in full-stops, exclamation marks, or question marks
(#580) 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"
(#581) Line indented incorrectly; expected 12 spaces, found 16
(#581) Expected "if (...) {\n"; found "if(...){\n"
(#582) Expected 1 space before "="; 0 found
(#582) Expected 1 space after "="; 0 found
(#582) Expected 1 space before "-"; 0 found
(#582) Expected 1 space after "-"; 0 found
(#584) Line indented incorrectly; expected 12 spaces, found 16
(#585) Line indented incorrectly; expected 8 spaces, found 12
(#587) Inline comments must start with a capital letter, digit or 3-dots sequence
(#587) Inline comments must end in full-stops, exclamation marks, or question marks
(#587) 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"
(#588) Line indented incorrectly; expected 8 spaces, found 12
(#588) Expected "if (...) {\n"; found "if(...){"
(#588) Expected 1 space before "=="; 0 found
(#588) Expected 1 space after "=="; 0 found
(#588) Expected 1 space before "="; 0 found
(#588) Expected 1 space after "="; 0 found
(#588) Closing brace must be on a line by itself
(#589) Inline comments must start with a capital letter, digit or 3-dots sequence
(#589) Inline comments must end in full-stops, exclamation marks, or question marks
(#589) No space found before comment text; expected "// 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"
(#590) Line indented incorrectly; expected 8 spaces, found 12
(#590) Expected "if (...) {\n"; found "if(...){\n"
(#590) Expected 1 space before "=="; 0 found
(#590) Expected 1 space after "=="; 0 found
(#591) Expected 1 space before "="; 0 found
(#591) Expected 1 space after "="; 0 found
(#592) Inline comments must start with a capital letter, digit or 3-dots sequence
(#592) 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"
(#593) Inline comments must end in full-stops, exclamation marks, or question marks
(#593) 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"
(#594) Line indented incorrectly; expected 8 spaces, found 12
(#594) Expected "} else if (...) {\n"; found "}else if(...){\n"
(#594) Expected "if (...) {\n"; found "if(...){\n"
(#594) Expected 1 space before "=="; 0 found
(#594) Expected 1 space after "=="; 0 found
(#596) Line indented incorrectly; expected 8 spaces, found 12
(#598) Inline comments must start with a capital letter, digit or 3-dots sequence
(#598) 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"
(#599) 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"
(#600) Inline comments must end in full-stops, exclamation marks, or question marks
(#600) 3 slashes comments are not allowed; use "// Comment." instead
(#600) 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"
(#603) Inline comments must start with a capital letter, digit or 3-dots sequence
(#603) Inline comments must end in full-stops, exclamation marks, or question marks
(#603) No space found before comment text; expected "// finally we return the section of transcript" but found "//finally we return the section of transcript"
(#604) Line indented incorrectly; expected 8 spaces, found 12
(#604) Expected "if (...) {\n"; found "if(...) {\n"
(#604) Expected 1 space before ">"; 0 found
(#604) Expected 1 space after ">"; 0 found
(#605) Expected 1 space before "-"; 0 found
(#605) Expected 1 space after "-"; 0 found
(#606) Commas (,) must be followed by white space.
(#607) Line indented incorrectly; expected 8 spaces, found 12
(#607) Expected "} else {\n"; found "}else{\n"
(#608) Commas (,) must be followed by white space.
(#609) Line indented incorrectly; expected 8 spaces, found 12
(#611) Commas (,) must be followed by white space.
(#612) Line indented incorrectly; expected 8 spaces, found 12
(#612) Expected "if (...) {\n"; found "if(...){\n"
(#612) Expected 1 space before "=="; 0 found
(#612) Expected 1 space after "=="; 0 found
(#614) Line indented incorrectly; expected 8 spaces, found 12
(#614) Expected "} else {\n"; found "}else{\n"
(#616) Line indented incorrectly; expected 8 spaces, found 12
(#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) Expected "if (...) {\n"; found "if(...){\n"
(#639) Commas (,) must be followed by white space.
(#646) Inline comments must end in full-stops, exclamation marks, or question marks
(#646) No space found before comment text; expected "// What to show students after an attempt" but found "//What to show students after an attempt"
(#647) Expected 1 space before opening brace; found 0
(#649) Commas (,) must be followed by white space.
(#650) Commas (,) must be followed by white space.
(#651) Commas (,) must be followed by white space.
(#655) Line exceeds 132 characters; contains 149 characters
(#655) Inline comments must start with a capital letter, digit or 3-dots sequence
(#655) Inline comments must end in full-stops, exclamation marks, or question marks
(#655) 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"
(#656) Expected 1 space before opening brace; found 0
(#658) Commas (,) must be followed by white space.
(#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) This comment is 54% valid code; is this commented out code?
(#659) 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),"
(#660) Commas (,) must be followed by white space.
(#661) Commas (,) must be followed by white space.
(#665) Line indented incorrectly; expected 4 spaces, found 2
(#665) Expected 1 space before opening brace; found 0
(#666) Line indented incorrectly; expected at least 8 spaces, found 6
(#667) Commas (,) must be followed by white space.
(#668) Commas (,) must be followed by white space.
(#669) Commas (,) must be followed by white space.
(#670) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#672) Commas (,) must be followed by white space.
(#673) Commas (,) must be followed by white space.
(#674) Commas (,) must be followed by white space.
(#675) Line indented incorrectly; expected at least 8 spaces, found 6
(#676) Line indented incorrectly; expected 4 spaces, found 2
(#678) Expected 1 space before opening brace; found 0
(#680) Commas (,) must be followed by white space.
(#681) Commas (,) must be followed by white space.
(#685) Expected 1 space before opening brace; found 0
(#687) Commas (,) must be followed by white space.
(#688) Commas (,) must be followed by white space.
(#688) Commas (,) must be followed by white space.
(#689) Commas (,) must be followed by white space.
(#689) Commas (,) must be followed by white space.
(#690) Commas (,) must be followed by white space.
(#690) Commas (,) must be followed by white space.
(#691) Commas (,) must be followed by white space.
(#692) Commas (,) must be followed by white space.
(#692) Commas (,) must be followed by white space.
(#693) Commas (,) must be followed by white space.
(#693) Commas (,) must be followed by white space.
(#694) Commas (,) must be followed by white space.
(#694) Commas (,) must be followed by white space.
(#694) Expected 1 space before "=>"; 0 found
(#694) Expected 1 space after "=>"; 0 found
(#694) Commas (,) must be followed by white space.
(#694) Expected 1 space before "=>"; 0 found
(#694) Expected 1 space after "=>"; 0 found
(#695) Commas (,) must be followed by white space.
(#695) Commas (,) must be followed by white space.
(#699) Line indented incorrectly; expected 4 spaces, found 2
(#699) Expected 1 space before opening brace; found 0
(#700) Line indented incorrectly; expected at least 8 spaces, found 6
(#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) 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
(#709) Commas (,) must be followed by white space.
(#710) Line indented incorrectly; expected at least 8 spaces, found 6
(#711) Line indented incorrectly; expected 4 spaces, found 2
(#714) Line exceeds 132 characters; contains 135 characters
(#719) Line indented incorrectly; expected 4 spaces, found 3
(#719) Expected 1 space before opening brace; found 0
(#720) Line indented incorrectly; expected at least 8 spaces, found 7
(#721) Expected 1 space before "=>"; 0 found
(#721) Expected 1 space after "=>"; 0 found
(#721) Commas (,) must be followed by white space.
(#722) Expected 1 space before "=>"; 0 found
(#722) Expected 1 space after "=>"; 0 found
(#722) Commas (,) must be followed by white space.
(#723) Expected 1 space before "=>"; 0 found
(#723) Expected 1 space after "=>"; 0 found
(#723) Commas (,) must be followed by white space.
(#724) Expected 1 space before "=>"; 0 found
(#724) Expected 1 space after "=>"; 0 found
(#724) Commas (,) must be followed by white space.
(#725) Expected 1 space before "=>"; 0 found
(#725) Expected 1 space after "=>"; 0 found
(#725) Commas (,) must be followed by white space.
(#726) Expected 1 space before "=>"; 0 found
(#726) Expected 1 space after "=>"; 0 found
(#726) Commas (,) must be followed by white space.
(#727) Expected 1 space before "=>"; 0 found
(#727) Expected 1 space after "=>"; 0 found
(#727) Commas (,) must be followed by white space.
(#733) Line indented incorrectly; expected at least 8 spaces, found 7
(#734) Spaces must be used to indent lines; tabs are not allowed
(#734) Tab found within whitespace
(#734) This comment is 80% valid code; is this commented out code?
(#734) Line indented incorrectly; expected at least 8 spaces, found 1
(#735) Line indented incorrectly; expected at least 8 spaces, found 6
(#736) Line indented incorrectly; expected at least 8 spaces, found 3
(#737) Line indented incorrectly; expected at least 8 spaces, found 3
(#737) Whitespace found at end of line
(#738) Line indented incorrectly; expected at least 8 spaces, found 3
(#738) Whitespace found at end of line
(#739) Line indented incorrectly; expected at least 8 spaces, found 3
(#739) Whitespace found at end of line
(#740) Line indented incorrectly; expected at least 8 spaces, found 3
(#740) Whitespace found at end of line
(#741) Line indented incorrectly; expected at least 8 spaces, found 3
(#741) Whitespace found at end of line
(#742) Line indented incorrectly; expected at least 8 spaces, found 3
(#742) Whitespace found at end of line
(#743) Line indented incorrectly; expected at least 8 spaces, found 3
(#743) Whitespace found at end of line
(#744) Line indented incorrectly; expected at least 8 spaces, found 3
(#744) Whitespace found at end of line
(#745) Line indented incorrectly; expected at least 8 spaces, found 3
(#745) Whitespace found at end of line
(#746) Line indented incorrectly; expected at least 8 spaces, found 3
(#746) Whitespace found at end of line
(#747) Line indented incorrectly; expected at least 8 spaces, found 3
(#747) Whitespace found at end of line
(#748) Line indented incorrectly; expected at least 8 spaces, found 3
(#748) Whitespace found at end of line
(#749) Line indented incorrectly; expected at least 8 spaces, found 3
(#749) Whitespace found at end of line
(#750) Line indented incorrectly; expected at least 8 spaces, found 3
(#750) Whitespace found at end of line
(#751) Line indented incorrectly; expected at least 8 spaces, found 3
(#751) Whitespace found at end of line
(#752) Line indented incorrectly; expected at least 8 spaces, found 3
(#752) Whitespace found at end of line
(#753) Line indented incorrectly; expected at least 8 spaces, found 3
(#753) Whitespace found at end of line
(#754) Line indented incorrectly; expected at least 8 spaces, found 3
(#754) Whitespace found at end of line
(#755) Line indented incorrectly; expected at least 8 spaces, found 3
(#755) Whitespace found at end of line
(#756) Line indented incorrectly; expected at least 8 spaces, found 3
(#756) Whitespace found at end of line
(#757) Line indented incorrectly; expected at least 8 spaces, found 3
(#757) Whitespace found at end of line
(#758) Line indented incorrectly; expected at least 8 spaces, found 3
(#758) Whitespace found at end of line
(#759) Line indented incorrectly; expected at least 8 spaces, found 3
(#759) Whitespace found at end of line
(#760) Line indented incorrectly; expected at least 8 spaces, found 3
(#760) Whitespace found at end of line
(#761) Line indented incorrectly; expected at least 8 spaces, found 3
(#761) Whitespace found at end of line
(#762) Line indented incorrectly; expected at least 8 spaces, found 3
(#762) Whitespace found at end of line
(#763) Line indented incorrectly; expected at least 8 spaces, found 3
(#763) Whitespace found at end of line
(#764) Line indented incorrectly; expected at least 8 spaces, found 3
(#764) Whitespace found at end of line
(#765) Line indented incorrectly; expected at least 8 spaces, found 3
(#765) Whitespace found at end of line
(#766) Line indented incorrectly; expected at least 8 spaces, found 3
(#766) Whitespace found at end of line
(#767) Line indented incorrectly; expected at least 8 spaces, found 3
(#767) Whitespace found at end of line
(#768) Line indented incorrectly; expected at least 8 spaces, found 3
(#768) Whitespace found at end of line
(#769) Line indented incorrectly; expected at least 8 spaces, found 3
(#769) Whitespace found at end of line
(#770) Line indented incorrectly; expected at least 8 spaces, found 3
(#770) Whitespace found at end of line
(#771) Line indented incorrectly; expected at least 8 spaces, found 3
(#771) Whitespace found at end of line
(#772) Line indented incorrectly; expected at least 8 spaces, found 3
(#772) Whitespace found at end of line
(#773) Line indented incorrectly; expected at least 8 spaces, found 3
(#773) Whitespace found at end of line
(#774) Line indented incorrectly; expected at least 8 spaces, found 3
(#774) Whitespace found at end of line
(#775) Line indented incorrectly; expected at least 8 spaces, found 3
(#775) Whitespace found at end of line
(#776) Line indented incorrectly; expected at least 8 spaces, found 3
(#776) Whitespace found at end of line
(#777) Line indented incorrectly; expected at least 8 spaces, found 3
(#777) Whitespace found at end of line
(#778) Line indented incorrectly; expected at least 8 spaces, found 3
(#778) Whitespace found at end of line
(#779) Line indented incorrectly; expected at least 8 spaces, found 3
(#779) Whitespace found at end of line
(#780) Line indented incorrectly; expected at least 8 spaces, found 3
(#780) Whitespace found at end of line
(#781) Line indented incorrectly; expected at least 8 spaces, found 3
(#781) Whitespace found at end of line
(#782) Line indented incorrectly; expected at least 8 spaces, found 3
(#782) Whitespace found at end of line
(#783) Line indented incorrectly; expected at least 8 spaces, found 3
(#783) Whitespace found at end of line
(#784) Line indented incorrectly; expected at least 8 spaces, found 3
(#784) Whitespace found at end of line
(#785) Line indented incorrectly; expected at least 8 spaces, found 3
(#785) Whitespace found at end of line
(#786) Line indented incorrectly; expected at least 8 spaces, found 3
(#786) Whitespace found at end of line
(#787) Line indented incorrectly; expected at least 8 spaces, found 3
(#787) Whitespace found at end of line
(#788) Line indented incorrectly; expected at least 8 spaces, found 3
(#788) Whitespace found at end of line
(#789) Line indented incorrectly; expected at least 8 spaces, found 3
(#789) Whitespace found at end of line
(#790) Line indented incorrectly; expected at least 8 spaces, found 3
(#790) Whitespace found at end of line
(#791) Line indented incorrectly; expected at least 8 spaces, found 3
(#791) Whitespace found at end of line
(#792) Line indented incorrectly; expected at least 8 spaces, found 3
(#792) Whitespace found at end of line
(#793) Line indented incorrectly; expected at least 8 spaces, found 3
(#793) Whitespace found at end of line
(#794) Line indented incorrectly; expected at least 8 spaces, found 3
(#794) Whitespace found at end of line
(#795) Line indented incorrectly; expected at least 8 spaces, found 3
(#795) Whitespace found at end of line
(#796) Line indented incorrectly; expected at least 8 spaces, found 3
(#796) Whitespace found at end of line
(#797) Line indented incorrectly; expected at least 8 spaces, found 3
(#797) Whitespace found at end of line
(#798) Line indented incorrectly; expected at least 8 spaces, found 3
(#798) Whitespace found at end of line
(#799) Line indented incorrectly; expected at least 8 spaces, found 3
(#799) Whitespace found at end of line
(#800) Line indented incorrectly; expected at least 8 spaces, found 3
(#800) Whitespace found at end of line
(#801) Line indented incorrectly; expected at least 8 spaces, found 3
(#801) Whitespace found at end of line
(#802) Line indented incorrectly; expected at least 8 spaces, found 3
(#802) Whitespace found at end of line
(#803) Line indented incorrectly; expected at least 8 spaces, found 3
(#803) Whitespace found at end of line
(#804) Line indented incorrectly; expected at least 8 spaces, found 3
(#804) Whitespace found at end of line
(#805) Line indented incorrectly; expected at least 8 spaces, found 3
(#805) Whitespace found at end of line
(#806) Line indented incorrectly; expected at least 8 spaces, found 3
(#806) Whitespace found at end of line
(#807) Line indented incorrectly; expected at least 8 spaces, found 3
(#807) Whitespace found at end of line
(#808) Line indented incorrectly; expected at least 8 spaces, found 3
(#808) Whitespace found at end of line
(#809) Line indented incorrectly; expected at least 8 spaces, found 3
(#809) Whitespace found at end of line
(#810) Line indented incorrectly; expected at least 8 spaces, found 3
(#810) Whitespace found at end of line
(#811) Line indented incorrectly; expected at least 8 spaces, found 3
(#811) Whitespace found at end of line
(#812) Line indented incorrectly; expected at least 8 spaces, found 3
(#812) Whitespace found at end of line
(#813) Line indented incorrectly; expected at least 8 spaces, found 3
(#813) Whitespace found at end of line
(#814) Line indented incorrectly; expected at least 8 spaces, found 3
(#814) Whitespace found at end of line
(#815) Line indented incorrectly; expected at least 8 spaces, found 3
(#815) Whitespace found at end of line
(#816) Line indented incorrectly; expected at least 8 spaces, found 3
(#816) Whitespace found at end of line
(#817) Line indented incorrectly; expected at least 8 spaces, found 3
(#817) Whitespace found at end of line
(#818) Line indented incorrectly; expected at least 8 spaces, found 3
(#818) Whitespace found at end of line
(#819) Line indented incorrectly; expected at least 8 spaces, found 3
(#819) Whitespace found at end of line
(#820) Line indented incorrectly; expected at least 8 spaces, found 3
(#820) Whitespace found at end of line
(#821) Line indented incorrectly; expected at least 8 spaces, found 3
(#821) Whitespace found at end of line
(#822) Line indented incorrectly; expected at least 8 spaces, found 3
(#822) Whitespace found at end of line
(#823) Line indented incorrectly; expected at least 8 spaces, found 3
(#823) Whitespace found at end of line
(#824) Line indented incorrectly; expected at least 8 spaces, found 3
(#824) Whitespace found at end of line
(#825) Line indented incorrectly; expected at least 8 spaces, found 3
(#825) Whitespace found at end of line
(#826) Line indented incorrectly; expected at least 8 spaces, found 3
(#826) Whitespace found at end of line
(#827) Line indented incorrectly; expected at least 8 spaces, found 3
(#827) Whitespace found at end of line
(#828) Line indented incorrectly; expected at least 8 spaces, found 3
(#828) Whitespace found at end of line
(#829) Line indented incorrectly; expected at least 8 spaces, found 3
(#829) Whitespace found at end of line
(#830) Line indented incorrectly; expected at least 8 spaces, found 3
(#830) Whitespace found at end of line
(#831) Line indented incorrectly; expected at least 8 spaces, found 3
(#831) Whitespace found at end of line
(#832) Line indented incorrectly; expected at least 8 spaces, found 3
(#832) Whitespace found at end of line
(#833) Line indented incorrectly; expected at least 8 spaces, found 3
(#833) Whitespace found at end of line
(#834) Line indented incorrectly; expected at least 8 spaces, found 3
(#834) Whitespace found at end of line
(#835) Line indented incorrectly; expected at least 8 spaces, found 3
(#835) Whitespace found at end of line
(#836) Line indented incorrectly; expected at least 8 spaces, found 3
(#836) Whitespace found at end of line
(#837) Line indented incorrectly; expected at least 8 spaces, found 3
(#837) Whitespace found at end of line
(#838) Line indented incorrectly; expected at least 8 spaces, found 3
(#838) Whitespace found at end of line
(#839) Line indented incorrectly; expected at least 8 spaces, found 3
(#839) Whitespace found at end of line
(#840) Line indented incorrectly; expected at least 8 spaces, found 3
(#840) Whitespace found at end of line
(#841) Line indented incorrectly; expected at least 8 spaces, found 3
(#841) Whitespace found at end of line
(#842) Line indented incorrectly; expected at least 8 spaces, found 3
(#842) Whitespace found at end of line
(#843) Line indented incorrectly; expected at least 8 spaces, found 3
(#843) Whitespace found at end of line
(#844) Line indented incorrectly; expected at least 8 spaces, found 3
(#844) Whitespace found at end of line
(#845) Line indented incorrectly; expected at least 8 spaces, found 3
(#845) Whitespace found at end of line
(#846) Line indented incorrectly; expected at least 8 spaces, found 3
(#846) Whitespace found at end of line
(#847) Line indented incorrectly; expected at least 8 spaces, found 3
(#847) Whitespace found at end of line
(#848) Line indented incorrectly; expected at least 8 spaces, found 3
(#848) Whitespace found at end of line
(#849) Line indented incorrectly; expected at least 8 spaces, found 3
(#849) Whitespace found at end of line
(#850) Line indented incorrectly; expected at least 8 spaces, found 3
(#850) Whitespace found at end of line
(#851) Line indented incorrectly; expected at least 8 spaces, found 3
(#851) Whitespace found at end of line
(#852) Line indented incorrectly; expected at least 8 spaces, found 3
(#852) Whitespace found at end of line
(#853) Line indented incorrectly; expected at least 8 spaces, found 3
(#853) Whitespace found at end of line
(#854) Line indented incorrectly; expected at least 8 spaces, found 3
(#854) Whitespace found at end of line
(#855) Line indented incorrectly; expected at least 8 spaces, found 3
(#855) Whitespace found at end of line
(#856) Line indented incorrectly; expected at least 8 spaces, found 3
(#856) Whitespace found at end of line
(#857) Line indented incorrectly; expected at least 8 spaces, found 3
(#857) Whitespace found at end of line
(#858) Line indented incorrectly; expected at least 8 spaces, found 3
(#859) Line indented incorrectly; expected at least 8 spaces, found 2
(#860) Line indented incorrectly; expected at least 8 spaces, found 1
(#861) Line indented incorrectly; expected 4 spaces, found 3
mod/readaloud/db/access.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Whitespace found at end of line
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#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
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#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) Whitespace found at end of line
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#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) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Whitespace found at end of line
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
mod/readaloud/db/install.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
mod/readaloud/db/log.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#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) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
mod/readaloud/db/tasks.php
(#1) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1) Inline comments must end in full-stops, exclamation marks, or question marks
(#1) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#7) Spaces must be used to indent lines; tabs are not allowed
(#7) Tab found within whitespace
(#8) Whitespace found at end of line
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
mod/readaloud/db/uninstall.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
mod/readaloud/db/upgrade.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#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
(#45) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Line indented incorrectly; expected at least 4 spaces, found 1
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Line indented incorrectly; expected at least 4 spaces, found 1
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Whitespace found at end of line
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Line indented incorrectly; expected at least 4 spaces, found 1
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Commas (,) must be followed by white space.
(#126) Expected "if (...) {\n"; found "if (...){\n"
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) 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"
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) Line exceeds 132 characters; contains 133 characters
(#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 "// 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"
(#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
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) 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"
(#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
(#231) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) 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"
(#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
(#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 "// add field to attempts table" but found "//add field to attempts table"
(#244) Inline comments must start with a capital letter, digit or 3-dots sequence
(#244) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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)"
(#275) Commas (,) must be followed by white space.
(#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
mod/readaloud/grade.php
(#26) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#29) Line exceeds 132 characters; contains 140 characters
(#30) 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
(#32) No space found before comment text; expected "// in the simplest case just redirect to the view page" but found "//in the simplest case just redirect to the view page"
mod/readaloud/gradesadmin.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#33) 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
(#43) Usage of ELSEIF not allowed; use ELSE IF instead
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#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 "// if the alternatives form was submittes" but found "//if the alternatives form was submittes"
(#62) Variable "alternatives_form" must not contain underscores.
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#63) Variable "alternatives_form" must not contain underscores.
(#64) Expected "if (...) {\n"; found "if(...){\n"
(#65) Commas (,) must be followed by white space.
(#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
(#66) Expected 1 space before "="; 0 found
(#66) Expected 1 space after "="; 0 found
(#73) Expected 1 space after "="; 2 found
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#76) Variable "ai_evals" must not contain underscores.
(#76) Commas (,) must be followed by white space.
(#76) Expected 1 space before "=>"; 0 found
(#76) Expected 1 space after "=>"; 0 found
(#77) Expected "if (...) {\n"; found "if(...) {\n"
(#77) Variable "ai_evals" must not contain underscores.
(#78) Commas (,) must be followed by white space.
(#78) Commas (,) must be followed by white space.
(#79) Expected "} else {\n"; found "}else{\n"
(#80) Expected 1 space before "="; 0 found
(#80) Expected 1 space after "="; 0 found
(#81) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#81) Variable "ai_evals" must not contain underscores.
(#82) Commas (,) must be followed by white space.
(#83) Expected "if (...) {\n"; found "if(...) {\n"
(#85) Expected "} else {\n"; found "}else{\n"
(#89) Expected 1 space before "="; 0 found
(#89) Expected 1 space after "="; 0 found
(#90) Expected 1 space before "="; 0 found
(#90) Expected 1 space after "="; 0 found
(#90) Variable "ai_evals" must not contain underscores.
(#90) Expected 1 space before "-"; 0 found
(#90) Expected 1 space after "-"; 0 found
(#91) Expected 1 space before "="; 0 found
(#91) Expected 1 space after "="; 0 found
(#92) Commas (,) must be followed by white space.
(#92) Commas (,) must be followed by white space.
(#92) Commas (,) must be followed by white space.
(#92) Commas (,) must be followed by white space.
(#96) Expected 1 space after "="; 2 found
(#98) Expected 1 space before "=>"; 0 found
(#98) Expected 1 space after "=>"; 0 found
(#99) Expected "if (...) {\n"; found "if(...) {\n"
(#103) Commas (,) must be followed by white space.
(#103) Commas (,) must be followed by white space.
(#103) Commas (,) must be followed by white space.
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) 3 slashes comments are not allowed; use "// Comment." instead
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) 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"
(#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 "// 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)"
(#123) Variable "table_of_mistranscriptions" must not contain underscores.
(#123) Expected 1 space before "="; 0 found
(#127) Commas (,) must be followed by white space.
(#128) Commas (,) must be followed by white space.
(#130) 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"
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) 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));"
(#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 "// 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"
(#135) Expected 1 space before "="; 0 found
(#135) Expected 1 space after "="; 0 found
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) This comment is 78% valid code; is this commented out code?
(#139) No space found before comment text; expected "// echo $renderer->show_machineregradeallbutton($moduleinstance);" but found "//echo $renderer->show_machineregradeallbutton($moduleinstance);"
(#142) Variable "table_of_mistranscriptions" must not contain underscores.
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) 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/grading.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Whitespace found at end of line
(#34) No space found before comment text; expected "// export format csv or html" but found "//export format csv or html"
(#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"
(#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 "// paging details" but found "//paging details"
(#44) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#46) Commas (,) must be followed by white space.
(#53) Usage of ELSEIF not allowed; use ELSE IF instead
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#66) Whitespace found at end of line
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) No space found before comment text; expected "// set per page according to admin setting" but found "//set per page according to admin setting"
(#70) Expected "if (...) {\n"; found "if(...){\n"
(#70) Expected 1 space before "=="; 0 found
(#70) Expected 1 space after "=="; 0 found
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 4 spaces, found 1
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) No space found before comment text; expected "// process form submission" but found "//process form submission"
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 1
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 8 spaces, found 2
(#89) Expected "if (...) {\n"; found "if(...) {\n"
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 12 spaces, found 3
(#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 at least 12 spaces, found 3
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 8 spaces, found 2
(#92) Expected "} else {\n"; found "}else{\n"
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 12 spaces, found 3
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 12 spaces, found 3
(#94) Commas (,) must be followed by white space.
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 12 spaces, found 3
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Whitespace found at end of line
(#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 12 spaces, found 3
(#97) No space found before comment text; expected "// update gradebook" but found "//update gradebook"
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 12 spaces, found 3
(#101) No space found before comment text; expected "// move on or return to grading" but found "//move on or return to grading"
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 12 spaces, found 3
(#102) Expected "if (...) {\n"; found "if(...){\n"
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 16 spaces, found 4
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 16 spaces, found 4
(#104) Expected "if (...) {\n"; found "if(...){\n"
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 20 spaces, found 5
(#105) Expected 1 space before "="; 0 found
(#105) Expected 1 space after "="; 0 found
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Line indented incorrectly; expected at least 20 spaces, found 5
(#106) 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"
(#107) Expected 1 space after "="; 2 found
(#108) Commas (,) must be followed by white space.
(#108) Expected 1 space before "=>"; 0 found
(#108) Expected 1 space after "=>"; 0 found
(#109) Expected 1 space before "=>"; 0 found
(#109) Expected 1 space after "=>"; 0 found
(#109) Commas (,) must be followed by white space.
(#109) Expected 1 space before "=>"; 0 found
(#109) Expected 1 space after "=>"; 0 found
(#110) Expected 1 space before "=>"; 0 found
(#110) Expected 1 space after "=>"; 0 found
(#111) Line indented incorrectly; expected at least 32 spaces, found 20
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 16 spaces, found 4
(#112) Expected "} else {\n"; found "}else{\n"
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 20 spaces, found 5
(#113) Expected 1 space before "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 16 spaces, found 4
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 12 spaces, found 3
(#115) Expected "} else {\n"; found "}else{\n"
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 16 spaces, found 4
(#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 12 spaces, found 3
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 8 spaces, found 2
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#124) Commas (,) must be followed by white space.
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Commas (,) must be followed by white space.
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Commas (,) must be followed by white space.
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Commas (,) must be followed by white space.
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) 3 slashes comments are not allowed; use "// Comment." instead
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) 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"
(#135) Commas (,) must be followed by white space.
(#136) Commas (,) must be followed by white space.
(#138) No space found before comment text; expected "// From here we actually display the page." but found "//From here we actually display the page."
(#140) Expected 1 space before "="; 0 found
(#140) Expected 1 space after "="; 0 found
(#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 "// 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"
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 4 spaces, found 1
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 2
(#146) Commas (,) must be followed by white space.
(#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
(#147) Variable "force_aidata" must not contain underscores.
(#147) Expected 1 space before "="; 0 found
(#147) Expected 1 space after "="; 0 found
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) 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"
(#148) Expected 1 space before "="; 0 found
(#148) Expected 1 space after "="; 0 found
(#148) Expected 1 space before "="; 0 found
(#148) Expected 1 space after "="; 0 found
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#150) Expected 1 space before "="; 0 found
(#150) Expected 1 space after "="; 0 found
(#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 3
(#151) Expected 1 space before "=>"; 0 found
(#151) Expected 1 space after "=>"; 0 found
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 3
(#152) Expected 1 space before "=>"; 0 found
(#152) Expected 1 space after "=>"; 0 found
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 3
(#153) Expected 1 space before "=>"; 0 found
(#153) Expected 1 space after "=>"; 0 found
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 8 spaces, found 3
(#154) Expected 1 space before "=>"; 0 found
(#154) Expected 1 space after "=>"; 0 found
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 3
(#155) Expected 1 space before "=>"; 0 found
(#155) Expected 1 space after "=>"; 0 found
(#155) Commas (,) must be followed by white space.
(#155) Variable "force_aidata" must not contain underscores.
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 3
(#156) Expected 1 space before "=>"; 0 found
(#156) Expected 1 space after "=>"; 0 found
(#156) Commas (,) must be followed by white space.
(#156) Variable "force_aidata" must not contain underscores.
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 8 spaces, found 3
(#157) Expected 1 space before "=>"; 0 found
(#157) Expected 1 space after "=>"; 0 found
(#157) Commas (,) must be followed by white space.
(#157) Variable "force_aidata" must not contain underscores.
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 8 spaces, found 3
(#158) Expected 1 space before "=>"; 0 found
(#158) Expected 1 space after "=>"; 0 found
(#158) Commas (,) must be followed by white space.
(#158) Variable "force_aidata" must not contain underscores.
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 11 spaces, found 2
(#160) Commas (,) must be followed by white space.
(#160) Expected 1 space before "=>"; 0 found
(#160) Expected 1 space after "=>"; 0 found
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 11 spaces, found 2
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 11 spaces, found 2
(#163) Line indented incorrectly; expected at least 11 spaces, found 8
(#163) Commas (,) must be followed by white space.
(#163) Variable "force_aidata" must not contain underscores.
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 11 spaces, found 2
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 11 spaces, found 2
(#166) Line indented incorrectly; expected at least 11 spaces, found 8
(#166) Commas (,) must be followed by white space.
(#166) Commas (,) must be followed by white space.
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 11 spaces, found 2
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#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 "// 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)"
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) 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"
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) No space found before comment text; expected "// must be done before instant. $gradenow which also aigrade object internally" but found "//must be done before instant. $gradenow which also aigrade object internally"
(#178) Commas (,) must be followed by white space.
(#179) Expected "if (...) {\n"; found "if(...) {\n"
(#181) Expected "} else {\n"; found "}else{\n"
(#185) Inline comments must start with a capital letter, digit or 3-dots sequence
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) No space found before comment text; expected "// fetch attempt and ai data" but found "//fetch attempt and ai data"
(#186) Commas (,) must be followed by white space.
(#187) Variable "force_aidata" must not contain underscores.
(#187) Expected 1 space before "="; 0 found
(#187) Expected 1 space after "="; 0 found
(#187) Inline comments must start with a capital letter, digit or 3-dots sequence
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) No space found before comment text; expected "// in this case we are just interested in ai data" but found "//in this case we are just interested in ai data"
(#188) Expected 1 space before "="; 0 found
(#188) Expected 1 space after "="; 0 found
(#191) Commas (,) must be followed by white space.
(#191) Variable "force_aidata" must not contain underscores.
(#192) Commas (,) must be followed by white space.
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) No space found before comment text; expected "// if we can grade and manage attempts show the gradenow button" but found "//if we can grade and manage attempts show the gradenow button"
(#194) Expected "if (...) {\n"; found "if(...) {\n"
(#194) Commas (,) must be followed by white space.
(#196) Expected "if (...) {\n"; found "if(...) {\n"
(#197) Line exceeds 132 characters; contains 148 characters
(#200) Commas (,) must be followed by white space.
(#200) Commas (,) must be followed by white space.
(#204) Inline comments must start with a capital letter, digit or 3-dots sequence
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) No space found before comment text; expected "// load individual attempt page with machine eval (NO action buttons )" but found "//load individual attempt page with machine eval (NO action buttons )"
(#208) Commas (,) must be followed by white space.
(#209) Variable "force_aidata" must not contain underscores.
(#209) Expected 1 space before "="; 0 found
(#209) Expected 1 space after "="; 0 found
(#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"
(#210) Expected 1 space before "="; 0 found
(#210) Expected 1 space after "="; 0 found
(#214) Commas (,) must be followed by white space.
(#214) Variable "force_aidata" must not contain underscores.
(#216) Inline comments must start with a capital letter, digit or 3-dots sequence
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) No space found before comment text; expected "// if we can grade and manage attempts show the gradenow button" but found "//if we can grade and manage attempts show the gradenow button"
(#217) Expected "if (...) {\n"; found "if(...) {\n"
(#217) Commas (,) must be followed by white space.
(#220) Commas (,) must be followed by white space.
(#220) Commas (,) must be followed by white space.
(#224) Inline comments must start with a capital letter, digit or 3-dots sequence
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) No space found before comment text; expected "// load individual attempt page with machine eval and action buttons" but found "//load individual attempt page with machine eval and action buttons"
(#228) Commas (,) must be followed by white space.
(#229) Variable "force_aidata" must not contain underscores.
(#229) Expected 1 space before "="; 0 found
(#229) Expected 1 space after "="; 0 found
(#229) Inline comments must start with a capital letter, digit or 3-dots sequence
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) 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"
(#230) Expected 1 space before "="; 0 found
(#230) Expected 1 space after "="; 0 found
(#230) Expected 1 space before "="; 0 found
(#230) Expected 1 space after "="; 0 found
(#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) This comment is 62% valid code; is this commented out code?
(#232) No space found before comment text; expected "// $aigrade = new \mod_readaloud\aigrade($attemptid,$modulecontext->id);" but found "//$aigrade = new \mod_readaloud\aigrade($attemptid,$modulecontext->id);"
(#234) Expected 1 space before "="; 0 found
(#234) Expected 1 space after "="; 0 found
(#235) Expected 1 space before "=>"; 0 found
(#235) Expected 1 space after "=>"; 0 found
(#236) Expected 1 space before "=>"; 0 found
(#236) Expected 1 space after "=>"; 0 found
(#237) Expected 1 space before "=>"; 0 found
(#237) Expected 1 space after "=>"; 0 found
(#238) Expected 1 space before "=>"; 0 found
(#238) Expected 1 space after "=>"; 0 found
(#238) Commas (,) must be followed by white space.
(#238) Variable "force_aidata" must not contain underscores.
(#239) Expected 1 space before "=>"; 0 found
(#239) Expected 1 space after "=>"; 0 found
(#239) Commas (,) must be followed by white space.
(#239) Variable "force_aidata" must not contain underscores.
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#240) Commas (,) must be followed by white space.
(#240) Variable "force_aidata" must not contain underscores.
(#241) Expected 1 space before "=>"; 0 found
(#241) Expected 1 space after "=>"; 0 found
(#241) Commas (,) must be followed by white space.
(#241) Variable "force_aidata" must not contain underscores.
(#243) Commas (,) must be followed by white space.
(#243) Expected 1 space before "=>"; 0 found
(#243) Expected 1 space after "=>"; 0 found
(#246) Commas (,) must be followed by white space.
(#246) Variable "force_aidata" must not contain underscores.
(#249) Commas (,) must be followed by white space.
(#249) Commas (,) must be followed by white space.
(#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 "// list view of attempts and grades and action links" but found "//list view of attempts and grades and action links"
(#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 1
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 8 spaces, found 2
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Inline comments must start with a capital letter, digit or 3-dots sequence
(#256) Line indented incorrectly; expected at least 8 spaces, found 2
(#256) 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"
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Inline comments must end in full-stops, exclamation marks, or question marks
(#257) Line indented incorrectly; expected at least 8 spaces, found 2
(#257) 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"
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 8 spaces, found 2
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 8 spaces, found 2
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 8 spaces, found 2
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#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 "// 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"
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 4 spaces, found 1
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 8 spaces, found 2
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Inline comments must start with a capital letter, digit or 3-dots sequence
(#266) Line indented incorrectly; expected at least 8 spaces, found 2
(#266) 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"
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Inline comments must end in full-stops, exclamation marks, or question marks
(#267) Line indented incorrectly; expected at least 8 spaces, found 2
(#267) 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"
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 8 spaces, found 2
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 8 spaces, found 2
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 8 spaces, found 2
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 8 spaces, found 2
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#274) Inline comments must start with a capital letter, digit or 3-dots sequence
(#274) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) 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"
(#276) Expected 1 space before "="; 0 found
(#276) Expected 1 space after "="; 0 found
(#278) Inline comments must start with a capital letter, digit or 3-dots sequence
(#278) 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"
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) 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"
(#286) Expected 1 space before "="; 0 found
(#286) Expected 1 space after "="; 0 found
(#295) Expected 1 space before "="; 0 found
(#295) Expected 1 space after "="; 0 found
(#298) Expected 1 space before "="; 0 found
(#298) Expected 1 space after "="; 0 found
(#299) Expected 1 space before "="; 0 found
(#299) Expected 1 space after "="; 0 found
(#302) Inline comments must start with a capital letter, digit or 3-dots sequence
(#302) Inline comments must end in full-stops, exclamation marks, or question marks
(#302) No space found before comment text; expected "// 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"
(#306) Inline comments must start with a capital letter, digit or 3-dots sequence
(#306) 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"
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#307) 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"
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected 4 spaces, found 1
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 8 spaces, found 2
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 8 spaces, found 2
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 8 spaces, found 2
(#318) Spaces must be used to indent lines; tabs are not allowed
(#318) Tab found within whitespace
(#321) Inline comments must start with a capital letter, digit or 3-dots sequence
(#321) 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"
(#322) No space found before comment text; expected "// so we need our audio player loaded" but found "//so we need our audio player loaded"
(#323) Inline comments must end in full-stops, exclamation marks, or question marks
(#323) 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"
(#324) Variable "aph_opts" must not contain underscores.
(#324) 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 "// 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"
(#327) Variable "aph_opts" must not contain underscores.
(#330) This comment is 52% valid code; is this commented out code?
(#343) Line exceeds 132 characters; contains 144 characters
(#345) Spaces must be used to indent lines; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected 4 spaces, found 1
(#346) Spaces must be used to indent lines; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected 4 spaces, found 1
(#347) Commas (,) must be followed by white space.
(#349) Spaces must be used to indent lines; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected at least 8 spaces, found 5
(#349) Commas (,) must be followed by white space.
(#350) Variable "perpage_selector" must not contain underscores.
(#350) Commas (,) must be followed by white space.
(#353) Spaces must be used to indent lines; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 8 spaces, found 2
(#354) Spaces must be used to indent lines; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected at least 8 spaces, found 2
(#355) Spaces must be used to indent lines; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected at least 8 spaces, found 2
(#356) Spaces must be used to indent lines; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 8 spaces, found 2
(#357) Spaces must be used to indent lines; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 8 spaces, found 2
(#357) Variable "perpage_selector" must not contain underscores.
(#358) Spaces must be used to indent lines; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected at least 8 spaces, found 2
(#358) Line exceeds 132 characters; contains 144 characters
(#359) Spaces must be used to indent lines; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected at least 8 spaces, found 2
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 8 spaces, found 2
(#360) Commas (,) must be followed by white space.
(#360) Commas (,) must be followed by white space.
(#361) Commas (,) must be followed by white space.
(#361) Commas (,) must be followed by white space.
(#362) Spaces must be used to indent lines; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 8 spaces, found 2
mod/readaloud/index.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#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
mod/readaloud/lang/en/readaloud.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#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
(#51) Expected 1 space before "="; 0 found
(#51) Expected 1 space after "="; 0 found
(#52) Expected 1 space before "="; 0 found
(#52) Expected 1 space after "="; 0 found
(#53) Expected 1 space before "="; 0 found
(#53) Expected 1 space after "="; 0 found
(#54) Expected 1 space before "="; 0 found
(#54) Expected 1 space after "="; 0 found
(#55) Expected 1 space before "="; 0 found
(#55) Expected 1 space after "="; 0 found
(#56) Expected 1 space before "="; 0 found
(#56) Expected 1 space after "="; 0 found
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#58) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#66) Expected 1 space before "="; 0 found
(#66) Expected 1 space after "="; 0 found
(#67) Expected 1 space before "="; 0 found
(#67) Expected 1 space after "="; 0 found
(#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
(#70) Expected 1 space before "="; 0 found
(#70) Expected 1 space after "="; 0 found
(#71) Expected 1 space before "="; 0 found
(#71) Expected 1 space after "="; 0 found
(#72) Expected 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
(#80) Expected 1 space after "="; 0 found
(#81) Expected 1 space after "="; 0 found
(#82) Expected 1 space after "="; 0 found
(#83) Expected 1 space after "="; 0 found
(#84) Expected 1 space after "="; 0 found
(#85) Expected 1 space after "="; 0 found
(#86) Expected 1 space after "="; 0 found
(#87) Expected 1 space after "="; 0 found
(#88) Expected 1 space after "="; 0 found
(#89) Expected 1 space after "="; 0 found
(#90) Expected 1 space after "="; 0 found
(#91) Expected 1 space after "="; 0 found
(#92) Expected 1 space after "="; 0 found
(#93) Expected 1 space after "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#98) Expected 1 space before "="; 0 found
(#98) Expected 1 space after "="; 0 found
(#99) Expected 1 space before "="; 0 found
(#99) Expected 1 space after "="; 0 found
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) 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?"
(#127) Expected 1 space before "="; 0 found
(#127) Expected 1 space after "="; 0 found
(#128) Expected 1 space before "="; 0 found
(#128) Expected 1 space after "="; 0 found
(#129) Expected 1 space before "="; 0 found
(#129) Expected 1 space after "="; 0 found
(#130) 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
(#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
(#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) 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
(#138) Expected 1 space before "="; 0 found
(#138) Expected 1 space after "="; 0 found
(#139) Expected 1 space before "="; 0 found
(#139) Expected 1 space after "="; 0 found
(#140) Expected 1 space before "="; 0 found
(#140) Expected 1 space after "="; 0 found
(#142) Expected 1 space before "="; 0 found
(#142) Expected 1 space after "="; 0 found
(#143) Expected 1 space before "="; 0 found
(#143) Expected 1 space after "="; 0 found
(#144) Expected 1 space before "="; 0 found
(#144) Expected 1 space after "="; 0 found
(#146) Expected 1 space before "="; 0 found
(#146) Expected 1 space after "="; 0 found
(#147) Expected 1 space before "="; 0 found
(#147) Expected 1 space after "="; 0 found
(#148) Expected 1 space before "="; 0 found
(#148) Expected 1 space after "="; 0 found
(#149) Expected 1 space before "="; 0 found
(#149) Expected 1 space after "="; 0 found
(#150) Expected 1 space before "="; 0 found
(#150) Expected 1 space after "="; 0 found
(#151) Expected 1 space before "="; 0 found
(#151) Expected 1 space after "="; 0 found
(#152) Expected 1 space before "="; 0 found
(#152) Expected 1 space after "="; 0 found
(#154) Expected 1 space before "="; 0 found
(#154) Expected 1 space after "="; 0 found
(#155) Expected 1 space before "="; 0 found
(#155) Expected 1 space after "="; 0 found
(#156) Expected 1 space before "="; 0 found
(#156) Expected 1 space after "="; 0 found
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#158) Expected 1 space before "="; 0 found
(#158) Expected 1 space after "="; 0 found
(#159) Expected 1 space before "="; 0 found
(#159) Expected 1 space after "="; 0 found
(#162) Expected 1 space before "="; 0 found
(#162) Expected 1 space after "="; 0 found
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#164) Expected 1 space before "="; 0 found
(#164) Expected 1 space after "="; 0 found
(#165) Expected 1 space before "="; 0 found
(#165) Expected 1 space after "="; 0 found
(#166) Expected 1 space before "="; 0 found
(#166) Expected 1 space after "="; 0 found
(#167) Expected 1 space before "="; 0 found
(#167) Expected 1 space after "="; 0 found
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#169) Expected 1 space before "="; 0 found
(#169) Expected 1 space after "="; 0 found
(#170) Expected 1 space before "="; 0 found
(#170) Expected 1 space after "="; 0 found
(#172) Expected 1 space before "="; 0 found
(#172) Expected 1 space after "="; 0 found
(#173) Expected 1 space before "="; 0 found
(#173) Expected 1 space after "="; 0 found
(#174) Expected 1 space before "="; 0 found
(#174) Expected 1 space after "="; 0 found
(#175) Expected 1 space before "="; 0 found
(#175) Expected 1 space after "="; 0 found
(#176) Expected 1 space before "="; 0 found
(#176) Expected 1 space after "="; 0 found
(#177) Expected 1 space before "="; 0 found
(#177) Expected 1 space after "="; 0 found
(#178) Expected 1 space before "="; 0 found
(#178) Expected 1 space after "="; 0 found
(#179) Expected 1 space 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
(#186) Expected 1 space before "="; 0 found
(#186) Expected 1 space after "="; 0 found
(#187) Expected 1 space before "="; 0 found
(#187) Expected 1 space after "="; 0 found
(#188) Expected 1 space before "="; 0 found
(#188) Expected 1 space after "="; 0 found
(#189) Expected 1 space before "="; 0 found
(#189) Expected 1 space after "="; 0 found
(#191) Expected 1 space before "="; 0 found
(#191) 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
(#197) Expected 1 space before "="; 0 found
(#197) Expected 1 space after "="; 0 found
(#198) Expected 1 space before "="; 0 found
(#198) Expected 1 space after "="; 0 found
(#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
(#202) Expected 1 space before "="; 0 found
(#202) Expected 1 space after "="; 0 found
(#203) Expected 1 space before "="; 0 found
(#203) Expected 1 space after "="; 0 found
(#204) Expected 1 space before "="; 0 found
(#204) Expected 1 space after "="; 0 found
(#205) Expected 1 space before "="; 0 found
(#205) Expected 1 space after "="; 0 found
(#207) Expected 1 space before "="; 0 found
(#207) Expected 1 space after "="; 0 found
(#208) Expected 1 space before "="; 0 found
(#209) Expected 1 space before "="; 0 found
(#209) Expected 1 space after "="; 0 found
(#210) Expected 1 space before "="; 0 found
(#210) Expected 1 space after "="; 0 found
(#211) Expected 1 space before "="; 0 found
(#212) Expected 1 space before "="; 0 found
(#212) Expected 1 space after "="; 0 found
(#213) Expected 1 space before "="; 0 found
(#213) 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) Expected 1 space before "="; 0 found
(#218) Expected 1 space after "="; 0 found
(#219) Expected 1 space before "="; 0 found
(#219) Expected 1 space after "="; 0 found
(#220) Expected 1 space before "="; 0 found
(#220) Expected 1 space after "="; 0 found
(#221) Expected 1 space before "="; 0 found
(#221) Expected 1 space after "="; 0 found
(#222) Expected 1 space before "="; 0 found
(#222) Expected 1 space after "="; 0 found
(#223) Expected 1 space before "="; 0 found
(#223) Expected 1 space after "="; 0 found
(#224) Expected 1 space before "="; 0 found
(#224) Expected 1 space after "="; 0 found
(#225) Expected 1 space before "="; 0 found
(#225) Expected 1 space after "="; 0 found
(#226) Expected 1 space before "="; 0 found
(#226) Expected 1 space after "="; 0 found
(#227) Expected 1 space before "="; 0 found
(#227) Expected 1 space after "="; 0 found
(#228) Expected 1 space before "="; 0 found
(#228) Expected 1 space after "="; 0 found
(#229) Expected 1 space before "="; 0 found
(#229) Expected 1 space after "="; 0 found
(#230) Expected 1 space before "="; 0 found
(#230) Expected 1 space after "="; 0 found
(#231) Expected 1 space before "="; 0 found
(#231) Expected 1 space after "="; 0 found
(#232) Expected 1 space before "="; 0 found
(#232) Expected 1 space after "="; 0 found
(#233) Expected 1 space before "="; 0 found
(#233) Expected 1 space after "="; 0 found
(#234) Expected 1 space before "="; 0 found
(#234) Expected 1 space after "="; 0 found
(#235) Expected 1 space before "="; 0 found
(#235) Expected 1 space after "="; 0 found
(#236) Expected 1 space before "="; 0 found
(#236) Expected 1 space after "="; 0 found
(#237) Expected 1 space before "="; 0 found
(#237) Expected 1 space after "="; 0 found
(#238) Expected 1 space before "="; 0 found
(#238) Expected 1 space after "="; 0 found
(#239) Expected 1 space before "="; 0 found
(#239) Expected 1 space after "="; 0 found
(#240) Expected 1 space before "="; 0 found
(#240) Expected 1 space after "="; 0 found
(#241) Expected 1 space before "="; 0 found
(#241) Expected 1 space after "="; 0 found
(#242) Expected 1 space before "="; 0 found
(#242) Expected 1 space after "="; 0 found
(#244) Expected 1 space before "="; 0 found
(#244) Expected 1 space after "="; 0 found
(#245) Expected 1 space before "="; 0 found
(#245) Expected 1 space after "="; 0 found
(#246) Expected 1 space before "="; 0 found
(#246) Expected 1 space after "="; 0 found
(#248) Expected 1 space before "="; 0 found
(#248) Expected 1 space after "="; 0 found
(#249) Expected 1 space before "="; 0 found
(#249) Expected 1 space after "="; 0 found
(#250) Expected 1 space before "="; 0 found
(#250) Expected 1 space after "="; 0 found
(#251) Expected 1 space before "="; 0 found
(#251) Expected 1 space after "="; 0 found
(#252) Expected 1 space before "="; 0 found
(#252) Expected 1 space after "="; 0 found
(#253) Expected 1 space before "="; 0 found
(#253) Expected 1 space after "="; 0 found
(#255) Expected 1 space before "="; 0 found
(#255) Expected 1 space after "="; 0 found
(#256) Expected 1 space before "="; 0 found
(#256) Expected 1 space after "="; 0 found
(#258) Expected 1 space before "="; 0 found
(#258) Expected 1 space after "="; 0 found
(#259) Expected 1 space before "="; 0 found
(#259) Expected 1 space after "="; 0 found
(#260) Expected 1 space before "="; 0 found
(#260) Expected 1 space after "="; 0 found
(#261) Expected 1 space before "="; 0 found
(#261) Expected 1 space after "="; 0 found
(#267) Expected 1 space before "="; 0 found
(#268) Expected 1 space before "="; 0 found
(#269) Expected 1 space before "="; 0 found
(#270) Expected 1 space before "="; 0 found
(#272) Expected 1 space before "="; 0 found
(#272) Expected 1 space after "="; 0 found
(#273) Expected 1 space before "="; 0 found
(#273) Expected 1 space after "="; 0 found
(#274) Expected 1 space before "="; 0 found
(#274) Expected 1 space after "="; 0 found
(#275) Expected 1 space before "="; 0 found
(#275) Expected 1 space after "="; 0 found
(#276) Expected 1 space before "="; 0 found
(#276) Expected 1 space after "="; 0 found
(#277) Expected 1 space before "="; 0 found
(#277) Expected 1 space after "="; 0 found
(#278) Expected 1 space before "="; 0 found
(#278) Expected 1 space after "="; 0 found
(#279) Expected 1 space before "="; 0 found
(#279) Expected 1 space after "="; 0 found
(#280) Expected 1 space before "="; 0 found
(#280) Expected 1 space after "="; 0 found
(#281) Expected 1 space before "="; 0 found
(#281) Expected 1 space after "="; 0 found
(#282) Expected 1 space before "="; 0 found
(#282) Expected 1 space after "="; 0 found
(#283) Expected 1 space before "="; 0 found
(#283) Expected 1 space after "="; 0 found
(#284) Expected 1 space before "="; 0 found
(#284) Expected 1 space after "="; 0 found
(#285) Expected 1 space before "="; 0 found
(#285) Expected 1 space after "="; 0 found
(#286) Expected 1 space before "="; 0 found
(#286) Expected 1 space after "="; 0 found
(#287) Expected 1 space before "="; 0 found
(#287) Expected 1 space after "="; 0 found
(#288) Expected 1 space before "="; 0 found
(#288) Expected 1 space after "="; 0 found
(#289) Expected 1 space before "="; 0 found
(#289) Expected 1 space after "="; 0 found
(#291) Expected 1 space before "="; 0 found
(#291) Expected 1 space after "="; 0 found
(#292) Expected 1 space before "="; 0 found
(#292) Expected 1 space after "="; 0 found
(#293) Expected 1 space before "="; 0 found
(#293) Expected 1 space after "="; 0 found
(#294) Expected 1 space before "="; 0 found
(#294) Expected 1 space after "="; 0 found
(#295) Expected 1 space before "="; 0 found
(#295) Expected 1 space after "="; 0 found
(#296) Expected 1 space before "="; 0 found
(#296) Expected 1 space after "="; 0 found
(#297) Expected 1 space before "="; 0 found
(#297) Expected 1 space after "="; 0 found
mod/readaloud/lib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#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
(#50) Closing brace must be on a line by itself
(#51) Closing brace must be on a line by itself
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#52) Closing brace must be on a line by itself
(#53) Closing brace must be on a line by itself
(#54) Closing brace must be on a line by itself
(#55) Closing brace must be on a line by itself
(#56) Closing brace must be on a line by itself
(#57) Closing brace must be on a line by itself
(#69) Commas (,) must be followed by white space.
(#78) Expected 1 space after "=>"; 0 found
(#82) Expected 1 space before opening brace; found 0
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 4 spaces, found 1
(#87) Expected 1 space before opening brace; found 0
(#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 1
(#88) Commas (,) must be followed by white space.
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#106) Commas (,) must be followed by white space.
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) No space found before comment text; expected "// delete AI grades" but found "//delete AI grades"
(#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
(#143) Expected 1 space before "=>"; 0 found
(#143) Expected 1 space after "=>"; 0 found
(#143) Expected 1 space before "=>"; 0 found
(#143) Expected 1 space after "=>"; 0 found
(#143) Expected 1 space before "=>"; 0 found
(#143) Expected 1 space after "=>"; 0 found
(#143) Line exceeds 132 characters; contains 135 characters
(#146) Inline comments must start with a capital letter, digit or 3-dots sequence
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) 3 slashes comments are not allowed; use "// Comment." instead
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) No space found before comment text; expected "// workaround for buggy PHP versions" but found "//workaround for buggy PHP versions"
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) No space found before comment text; expected "// it may not be always present" but found "//it may not be always present"
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) 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"
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) 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"
(#182) Expected "if (...) {\n"; found "if(...) {\n"
(#182) Expected 1 space before "="; 0 found
(#182) Expected 1 space after "="; 0 found
(#185) Expected "} else {\n"; found "}else{\n"
(#186) Expected 1 space after "="; 0 found
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Line exceeds 132 characters; contains 136 characters
(#216) Expected 1 space before "==="; 2 found
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#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 "// 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"
(#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 "// 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"
(#240) Line exceeds 132 characters; contains 151 characters
(#291) Expected "} else {\n"; found "}\n else {\n"
(#292) Expected 1 space before "="; 0 found
(#292) Expected 1 space after "="; 0 found
(#296) Inline comments must start with a capital letter, digit or 3-dots sequence
(#296) Inline comments must end in full-stops, exclamation marks, or question marks
(#296) No space found before comment text; expected "// aigrades sql" but found "//aigrades sql"
(#297) Variable "ai_sql" must not contain underscores.
(#298) Line exceeds 132 characters; contains 143 characters
(#299) Line exceeds maximum limit of 180 characters; contains 223 characters
(#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 "// human_sql" but found "//human_sql"
(#304) Variable "human_sql" must not contain underscores.
(#306) Line exceeds maximum limit of 180 characters; contains 195 characters
(#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 "// hybrid sql" but found "//hybrid sql"
(#311) Variable "hybrid_sql" must not contain underscores.
(#311) Line exceeds 132 characters; contains 146 characters
(#312) Line exceeds 132 characters; contains 143 characters
(#313) Line exceeds maximum limit of 180 characters; contains 223 characters
(#317) Inline comments must start with a capital letter, digit or 3-dots sequence
(#317) 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.."
(#318) Expected "if (...) {\n"; found "if(...) {\n"
(#319) Variable "hybrid_sql" must not contain underscores.
(#320) Inline comments must start with a capital letter, digit or 3-dots sequence
(#320) 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."
(#328) Expected "} else {\n"; found "}else{\n"
(#329) Variable "human_sql" must not contain underscores.
(#331) Inline comments must start with a capital letter, digit or 3-dots sequence
(#331) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) No space found before comment text; expected "// return results" but found "//return results"
(#336) Commas (,) must be followed by white space.
(#336) Commas (,) must be followed by white space.
(#336) Commas (,) must be followed by white space.
(#337) Spaces must be used to indent lines; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 4 spaces, found 1
(#337) Commas (,) must be followed by white space.
(#337) Commas (,) must be followed by white space.
(#337) Commas (,) must be followed by white space.
(#341) Inline comments must start with a capital letter, digit or 3-dots sequence
(#341) Inline comments must end in full-stops, exclamation marks, or question marks
(#341) No space found before comment text; expected "// this is called internally only" but found "//this is called internally only"
(#341) Whitespace found at end of line
(#342) Commas (,) must be followed by white space.
(#342) Commas (,) must be followed by white space.
(#342) Commas (,) must be followed by white space.
(#343) Spaces must be used to indent lines; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected at least 4 spaces, found 2
(#343) Commas (,) must be followed by white space.
(#345) Spaces must be used to indent lines; tabs are not allowed
(#345) Tab found within whitespace
(#345) Inline comments must end in full-stops, exclamation marks, or question marks
(#345) Line indented incorrectly; expected at least 4 spaces, found 1
(#346) Expected "if (...) {\n"; found "if(...) {\n"
(#346) Expected 1 space before "="; 0 found
(#346) Expected 1 space after "="; 0 found
(#346) Commas (,) must be followed by white space.
(#346) Expected 1 space before "=>"; 0 found
(#346) Expected 1 space after "=>"; 0 found
(#350) Expected "if (...) {\n"; found "if(...){\n"
(#350) Expected 1 space before ">"; 0 found
(#350) Expected 1 space after ">"; 0 found
(#355) Spaces must be used to indent lines; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected at least 4 spaces, found 1
(#355) Expected 1 space before "=>"; 0 found
(#355) Expected 1 space after "=>"; 0 found
(#355) Commas (,) must be followed by white space.
(#355) Expected 1 space before "=>"; 0 found
(#355) Expected 1 space after "=>"; 0 found
(#356) Expected "if (...) {\n"; found "if(...) {\n"
(#357) Inline comments must start with a capital letter, digit or 3-dots sequence
(#357) Inline comments must end in full-stops, exclamation marks, or question marks
(#357) No space found before comment text; expected "// choose greater or ai or human score" but found "//choose greater or ai or human score"
(#362) Expected "} else {\n"; found "}else {\n"
(#363) Inline comments must start with a capital letter, digit or 3-dots sequence
(#363) Inline comments must end in full-stops, exclamation marks, or question marks
(#363) No space found before comment text; expected "// choose human grades only" but found "//choose human grades only"
(#369) Spaces must be used to indent lines; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected at least 4 spaces, found 1
(#370) Spaces must be used to indent lines; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected 4 spaces, found 1
(#370) Expected "if (...) {\n"; found "if(...){"
(#370) Expected 1 space before "==="; 0 found
(#370) Expected 1 space after "==="; 0 found
(#370) Closing brace must be on a line by itself
(#371) Spaces must be used to indent lines; tabs are not allowed
(#371) Tab found within whitespace
(#371) Whitespace found at end of line
(#372) Spaces must be used to indent lines; tabs are not allowed
(#372) Tab found within whitespace
(#372) Inline comments must start with a capital letter, digit or 3-dots sequence
(#372) Inline comments must end in full-stops, exclamation marks, or question marks
(#372) Line indented incorrectly; expected at least 4 spaces, found 1
(#372) No space found before comment text; expected "// check completion reqs against satisfied conditions" but found "//check completion reqs against satisfied conditions"
(#373) Spaces must be used to indent lines; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected at least 4 spaces, found 1
(#375) Spaces must be used to indent lines; tabs are not allowed
(#375) Tab found within whitespace
(#375) Inline comments must start with a capital letter, digit or 3-dots sequence
(#375) Inline comments must end in full-stops, exclamation marks, or question marks
(#375) Line indented incorrectly; expected at least 4 spaces, found 1
(#375) No space found before comment text; expected "// return our success flag" but found "//return our success flag"
(#376) Spaces must be used to indent lines; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected at least 4 spaces, found 1
(#390) Expected 1 space before opening brace; found 0
(#391) Spaces must be used to indent lines; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected at least 4 spaces, found 1
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#410) Spaces must be used to indent lines; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected at least 4 spaces, found 1
(#410) Commas (,) must be followed by white space.
(#416) Line exceeds 132 characters; contains 135 characters
(#419) Spaces must be used to indent lines; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected at least 4 spaces, found 1
(#424) Spaces must be used to indent lines; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 4 spaces, found 1
(#425) Whitespace found at end of line
(#427) Spaces must be used to indent lines; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected at least 4 spaces, found 1
(#428) Spaces must be used to indent lines; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected at least 4 spaces, found 1
(#428) Expected 1 space before "="; 0 found
(#428) Expected 1 space after "="; 0 found
(#429) Spaces must be used to indent lines; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected at least 4 spaces, found 1
(#430) Spaces must be used to indent lines; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected 4 spaces, found 1
(#430) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#431) Spaces must be used to indent lines; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected at least 8 spaces, found 2
(#431) Commas (,) must be followed by white space.
(#431) Commas (,) must be followed by white space.
(#431) Commas (,) must be followed by white space.
(#431) Commas (,) must be followed by white space.
(#432) Spaces must be used to indent lines; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected 4 spaces, found 1
(#433) Spaces must be used to indent lines; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected at least 4 spaces, found 1
(#449) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#456) Spaces must be used to indent lines; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected at least 4 spaces, found 1
(#456) Commas (,) must be followed by white space.
(#457) Spaces must be used to indent lines; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected at least 4 spaces, found 1
(#462) Line exceeds 132 characters; contains 135 characters
(#464) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#466) Variable "update_grades" must not contain underscores.
(#467) Variable "update_grades" must not contain underscores.
(#471) Spaces must be used to indent lines; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected at least 4 spaces, found 1
(#491) Perl-style comments are not allowed; use "// Comment." instead
(#536) Inline comments must end in full-stops, exclamation marks, or question marks
(#536) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#588) 80 slashes comments are not allowed; use "// Comment." instead
(#590) Inline comments must end in full-stops, exclamation marks, or question marks
(#590) 80 slashes comments are not allowed; use "// Comment." instead
(#606) Inline doc block comments are not allowed; use "// Comment." instead
(#625) Inline doc block comments are not allowed; use "// Comment." instead
(#635) 80 slashes comments are not allowed; use "// Comment." instead
(#637) Inline comments must end in full-stops, exclamation marks, or question marks
(#637) 80 slashes comments are not allowed; use "// Comment." instead
(#697) Spaces must be used to indent lines; tabs are not allowed
(#697) Tab found within whitespace
(#697) Whitespace found at end of line
(#698) Spaces must be used to indent lines; tabs are not allowed
(#698) Tab found within whitespace
(#698) Line indented incorrectly; expected at least 4 spaces, found 1
(#705) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#711) Line indented incorrectly; expected 4 spaces, found 8
(#713) Line indented incorrectly; expected 4 spaces, found 8
(#715) Inline comments must start with a capital letter, digit or 3-dots sequence
(#715) Inline comments must end in full-stops, exclamation marks, or question marks
(#719) 80 slashes comments are not allowed; use "// Comment." instead
(#721) Inline comments must end in full-stops, exclamation marks, or question marks
(#721) 80 slashes comments are not allowed; use "// Comment." instead
mod/readaloud/manageattempts.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Whitespace found at end of line
(#30) Commas (,) must be followed by white space.
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) 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.
(#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) 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
(#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 "// set up the page object url" but found "//set up the page object url"
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#46) Commas (,) must be followed by white space.
(#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 "// make sure we are logged in and can see this form" but found "//make sure we are logged in and can see this form"
(#53) This comment is 58% valid code; is this commented out code?
(#53) No space found before comment text; expected "// set up the page object" but found "//set up the page object"
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) No space found before comment text; expected "// is the attempt if OK?" but found "//is the attempt if OK?"
(#62) Expected 1 space before "=="; 0 found
(#62) Expected 1 space after "=="; 0 found
(#63) Expected 1 space before "=>"; 0 found
(#63) Expected 1 space after "=>"; 0 found
(#63) Commas (,) must be followed by white space.
(#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) 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
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) No space found before comment text; expected "// we always head back to the readaloud attempts page" but found "//we always head back to the readaloud attempts page"
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#74) Expected 1 space before "=>"; 0 found
(#74) Expected 1 space after "=>"; 0 found
(#74) Commas (,) must be followed by white space.
(#74) Expected 1 space before "=>"; 0 found
(#74) Expected 1 space after "=>"; 0 found
(#74) Commas (,) must be followed by white space.
(#74) Expected 1 space before "=>"; 0 found
(#74) Expected 1 space after "=>"; 0 found
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 4 spaces, found 1
(#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 2
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#77) Commas (,) must be followed by white space.
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 4 spaces, found 1
(#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) 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
(#80) Commas (,) must be followed by white space.
(#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
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) No space found before comment text; expected "// handle delete actions" but found "//handle delete actions"
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Line indented incorrectly; expected at least 4 spaces, found 0
(#86) 7 slashes comments are not allowed; use "// Comment." instead
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 1
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 8 spaces, found 2
(#89) Expected "if (...) {\n"; found "if (...){\n"
(#89) Expected 1 space before "=>"; 0 found
(#89) Expected 1 space after "=>"; 0 found
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 12 spaces, found 3
(#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
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) No space found before comment text; expected "// delete AI grades for this attempt too" but found "//delete AI grades for this attempt too"
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Whitespace found at end of line
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Line indented incorrectly; expected at least 4 spaces, found 1
(#99) 7 slashes comments are not allowed; use "// Comment." instead
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 4 spaces, found 1
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 8 spaces, found 2
(#102) Expected "if (...) {\n"; found "if (...){\n"
(#102) Expected 1 space before "=>"; 0 found
(#102) Expected 1 space after "=>"; 0 found
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 12 spaces, found 3
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 8 spaces, found 2
(#105) 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
(#105) No space found before comment text; expected "// delete AI grades for this activity too" but found "//delete AI grades for this activity too"
(#106) Expected 1 space before "=>"; 0 found
(#106) Expected 1 space after "=>"; 0 found
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#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 "// we should never get here" but found "//we should never get here"
mod/readaloud/mod_form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 5
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#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
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#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 12 spaces, found 9
(#66) Expected "} else {\n"; found "}else{\n"
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 12 spaces, found 9
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 8 spaces, found 2
(#68) Closing brace indented incorrectly; expected 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Whitespace found at end of line
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) No space found before comment text; expected "// time target" but found "//time target"
(#71) Variable "timelimit_options" must not contain underscores.
(#73) Variable "timelimit_options" must not contain underscores.
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#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) This comment is 72% valid code; is this commented out code?
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) 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)));"
(#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) Commas (,) must be followed by white space.
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) No space found before comment text; expected "// add other editors" but found "//add other editors"
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) No space found before comment text; expected "// could add files but need the context/mod info. So for now just rich text" but found "//could add files but need the context/mod info. So for now just rich text"
(#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) Whitespace found at end of line
(#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) No space found before comment text; expected "// The passage" but found "//The passage"
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) This comment is 55% valid code; is this commented out code?
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) No space found before comment text; expected "// $edfileoptions = readaloud_editor_with_files_options($this->context);" but found "//$edfileoptions = readaloud_editor_with_files_options($this->context);"
(#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
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Commas (,) must be followed by white space.
(#85) Commas (,) must be followed by white space.
(#85) Commas (,) must be followed by white space.
(#85) Commas (,) must be followed by white space.
(#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 "// The alternatives declaration" but found "//The alternatives declaration"
(#88) Commas (,) must be followed by white space.
(#88) Commas (,) must be followed by white space.
(#90) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) No space found before comment text; expected "// welcome and feedback" but found "//welcome and feedback"
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Expected 1 space before "=>"; 0 found
(#96) Expected 1 space after "=>"; 0 found
(#96) Expected 1 space before "=>"; 0 found
(#96) Expected 1 space after "=>"; 0 found
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 2
(#97) Commas (,) must be followed by white space.
(#97) Commas (,) must be followed by white space.
(#97) Commas (,) must be followed by white space.
(#97) Commas (,) must be followed by white space.
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#98) Commas (,) must be followed by white space.
(#98) Commas (,) must be followed by white space.
(#98) Commas (,) must be followed by white space.
(#98) Commas (,) must be followed by white space.
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Whitespace found at end of line
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) No space found before comment text; expected "// defaults" but found "//defaults"
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Commas (,) must be followed by white space.
(#101) Expected 1 space before "=>"; 0 found
(#101) Expected 1 space after "=>"; 0 found
(#101) Expected 1 space before "=>"; 0 found
(#101) Expected 1 space after "=>"; 0 found
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Commas (,) must be followed by white space.
(#102) Expected 1 space before "=>"; 0 found
(#102) Expected 1 space after "=>"; 0 found
(#102) Expected 1 space before "=>"; 0 found
(#102) Expected 1 space after "=>"; 0 found
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Commas (,) must be followed by white space.
(#103) Expected 1 space before "=>"; 0 found
(#103) Expected 1 space after "=>"; 0 found
(#103) Expected 1 space before "=>"; 0 found
(#103) Expected 1 space after "=>"; 0 found
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Whitespace found at end of line
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) 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
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) No space found before comment text; expected "// types" but found "//types"
(#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
(#106) Commas (,) must be followed by white space.
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Commas (,) must be followed by white space.
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) Commas (,) must be followed by white space.
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Whitespace found at end of line
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Line indented incorrectly; expected at least 8 spaces, found 2
(#111) Expected 1 space before "=>"; 0 found
(#111) Expected 1 space after "=>"; 0 found
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#113) Commas (,) must be followed by white space.
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Whitespace found at end of line
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) No space found before comment text; expected "// allow early exit" but found "//allow early exit"
(#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 2
(#117) Line exceeds 132 characters; contains 170 characters
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 2
(#118) Commas (,) must be followed by white space.
(#119) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Line indented incorrectly; expected at least 8 spaces, found 2
(#121) No space found before comment text; expected "// Attempts" but found "//Attempts"
(#123) Commas (,) must be followed by white space.
(#123) Commas (,) must be followed by white space.
(#123) Commas (,) must be followed by white space.
(#123) Commas (,) must be followed by white space.
(#123) Commas (,) must be followed by white space.
(#125) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 3
(#130) Whitespace found at end of line
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) No space found before comment text; expected "// grade options" but found "//grade options"
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) No space found before comment text; expected "// for now we hard code this to latest attempt" but found "//for now we hard code this to latest attempt"
(#133) Commas (,) must be followed by white space.
(#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 "// human vs machine grade options" but found "//human vs machine grade options"
(#138) Line exceeds 132 characters; contains 136 characters
(#139) Commas (,) must be followed by white space.
(#143) Commas (,) must be followed by white space.
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) No space found before comment text; expected "// Enable AI" but found "//Enable AI"
(#146) Line exceeds 132 characters; contains 158 characters
(#147) Commas (,) must be followed by white space.
(#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 "// tts options" but found "//tts options"
(#152) Commas (,) must be followed by white space.
(#153) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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 "// transcriber options" but found "//transcriber options"
(#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
(#163) No space found before comment text; expected "// region" but found "//region"
(#166) Commas (,) must be followed by white space.
(#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 "// expiredays" but found "//expiredays"
(#171) Commas (,) must be followed by white space.
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) Variable "autoacc_options" must not contain underscores.
(#179) Variable "autoacc_options" must not contain underscores.
(#181) Commas (,) must be followed by white space.
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Expected 1 space before "=>"; 0 found
(#185) Expected 1 space after "=>"; 0 found
(#187) Commas (,) must be followed by white space.
(#190) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) Commas (,) must be followed by white space.
(#208) Expected 1 space before "="; 0 found
(#208) Expected 1 space after "="; 0 found
(#208) Expected 1 space before "=>"; 0 found
(#208) Expected 1 space after "=>"; 0 found
(#208) Expected 1 space before "+"; 0 found
(#208) Expected 1 space after "+"; 0 found
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Variable "postattempt_options" must not contain underscores.
(#218) Variable "postattempt_options" must not contain underscores.
(#220) Commas (,) must be followed by white space.
(#223) This comment is 67% valid code; is this commented out code?
(#229) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) Inline comments must start with a capital letter, digit or 3-dots sequence
(#232) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Whitespace found at end of line
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Whitespace found at end of line
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Expected 5 space(s) before asterisk; 2 found
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Expected 5 space(s) before asterisk; 2 found
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 4 spaces, found 2
(#243) Visibility must be declared on method "add_completion_rules"
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 8 spaces, found 2
(#244) Whitespace found at end of line
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 8 spaces, found 2
(#246) Whitespace found at end of line
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Inline comments must start with a capital letter, digit or 3-dots sequence
(#247) Line indented incorrectly; expected at least 8 spaces, found 2
(#247) No space found before comment text; expected "// timer options" but found "//timer options"
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) No space found before comment text; expected "// Add a place to set a mimumum time after which the activity is recorded complete" but found "//Add a place to set a mimumum time after which the activity is recorded complete"
(#249) Line indented incorrectly; expected at least 8 spaces, found 7
(#249) Commas (,) must be followed by white space.
(#250) Line indented incorrectly; expected at least 8 spaces, found 7
(#250) Expected 1 space before "="; 0 found
(#250) Expected 1 space before "=>"; 0 found
(#250) Expected 1 space after "=>"; 0 found
(#250) Commas (,) must be followed by white space.
(#250) Expected 1 space before "=>"; 0 found
(#250) Expected 1 space after "=>"; 0 found
(#250) Commas (,) must be followed by white space.
(#250) Expected 1 space before "=>"; 0 found
(#250) Expected 1 space after "=>"; 0 found
(#250) Commas (,) must be followed by white space.
(#250) Expected 1 space before "=>"; 0 found
(#250) Expected 1 space after "=>"; 0 found
(#250) Commas (,) must be followed by white space.
(#250) Expected 1 space before "=>"; 0 found
(#250) Expected 1 space after "=>"; 0 found
(#250) Commas (,) must be followed by white space.
(#250) Expected 1 space before "=>"; 0 found
(#250) Expected 1 space after "=>"; 0 found
(#250) Commas (,) must be followed by white space.
(#250) Expected 1 space before "=>"; 0 found
(#250) Expected 1 space after "=>"; 0 found
(#250) Commas (,) must be followed by white space.
(#250) Expected 1 space before "=>"; 0 found
(#250) Expected 1 space after "=>"; 0 found
(#250) Commas (,) must be followed by white space.
(#250) Expected 1 space before "=>"; 0 found
(#250) Expected 1 space after "=>"; 0 found
(#250) Commas (,) must be followed by white space.
(#250) Expected 1 space before "=>"; 0 found
(#250) Expected 1 space after "=>"; 0 found
(#250) Line exceeds 132 characters; contains 137 characters
(#251) Line indented incorrectly; expected at least 8 spaces, found 7
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Whitespace found at end of line
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 1
(#254) Closing brace indented incorrectly; expected 2 spaces, found 1
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Whitespace found at end of line
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 4 spaces, found 1
(#256) Visibility must be declared on method "completion_rule_enabled"
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 8 spaces, found 2
(#257) Expected 1 space before ">"; 0 found
(#257) Expected 1 space after ">"; 0 found
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected 4 spaces, found 1
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Whitespace found at end of line
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected 4 spaces, found 1
(#260) Variable "form_data" must not contain underscores.
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#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) This comment is 55% valid code; is this commented out code?
(#261) Line indented incorrectly; expected at least 8 spaces, found 2
(#261) No space found before comment text; expected "// $edfileoptions = readaloud_editor_with_files_options($this->context);" but found "//$edfileoptions = readaloud_editor_with_files_options($this->context);"
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 8 spaces, found 2
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 8 spaces, found 2
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 8 spaces, found 3
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 12 spaces, found 3
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected 12 spaces, found 3
(#266) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 16 spaces, found 4
(#267) Variable "form_data" must not contain underscores.
(#267) Variable "form_data" must not contain underscores.
(#267) Commas (,) must be followed by white space.
(#267) Commas (,) must be followed by white space.
(#267) Commas (,) must be followed by white space.
(#267) Line exceeds 132 characters; contains 148 characters
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected 12 spaces, found 3
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected 8 spaces, found 2
(#269) Closing brace indented incorrectly; expected 3 spaces, found 2
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected 4 spaces, found 1
mod/readaloud/refreshtoken.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#36) Expected "if (...) {\n"; found "if(...){\n"
(#36) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#38) Expected 1 space before "="; 0 found
(#38) Expected 1 space after "="; 0 found
(#38) Commas (,) must be followed by white space.
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#40) Expected "if (...) {\n"; found "if(...) {\n"
mod/readaloud/reports.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Whitespace found at end of line
(#35) No space found before comment text; expected "// export format csv or html" but found "//export format csv or html"
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) No space found before comment text; expected "// paging details" but found "//paging details"
(#42) Commas (,) must be followed by white space.
(#43) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#51) Usage of ELSEIF not allowed; use ELSE IF instead
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Commas (,) must be followed by white space.
(#60) Expected 1 space before "=>"; 0 found
(#60) Expected 1 space after "=>"; 0 found
(#60) Commas (,) must be followed by white space.
(#60) Expected 1 space before "=>"; 0 found
(#60) Expected 1 space after "=>"; 0 found
(#60) Commas (,) must be followed by white space.
(#60) Expected 1 space before "=>"; 0 found
(#60) Expected 1 space after "=>"; 0 found
(#60) Commas (,) must be followed by white space.
(#60) Expected 1 space before "=>"; 0 found
(#60) Expected 1 space after "=>"; 0 found
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#66) Whitespace found at end of line
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) No space found before comment text; expected "// set per page according to admin setting" but found "//set per page according to admin setting"
(#70) Expected "if (...) {\n"; found "if(...){\n"
(#70) Expected 1 space before "=="; 0 found
(#70) Expected 1 space after "=="; 0 found
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 4 spaces, found 2
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) 3 slashes comments are not allowed; use "// Comment." instead
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Whitespace found at end of line
(#97) Variable "aph_opts" must not contain underscores.
(#97) Expected 1 space after "="; 0 found
(#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 "// this inits the grading helper JS" but found "//this inits the grading helper JS"
(#100) Variable "aph_opts" must not contain underscores.
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) No space found before comment text; expected "// 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"
(#104) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#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"
(#110) Expected 1 space before "="; 0 found
(#110) Expected 1 space after "="; 0 found
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 4 spaces, found 1
(#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"
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) Commas (,) must be followed by white space.
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Line indented incorrectly; expected at least 8 spaces, found 2
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 2
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 4 spaces, found 1
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 8 spaces, found 2
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Line indented incorrectly; expected at least 8 spaces, found 2
(#123) 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"
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) 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"
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 8 spaces, found 2
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 4 spaces, found 1
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 2
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Whitespace found at end of line
(#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) 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) Line indented incorrectly; expected at least 8 spaces, found 2
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 8 spaces, found 2
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#143) This comment is 52% valid code; is this commented out code?
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 4 spaces, found 1
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 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 8 spaces, found 2
(#156) Line exceeds 132 characters; contains 138 characters
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#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
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Whitespace found at end of line
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) Commas (,) must be followed by white space.
(#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
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Commas (,) must be followed by white space.
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 2
(#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 2
(#166) Line exceeds 132 characters; contains 144 characters
(#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 2
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 2
(#168) Commas (,) must be followed by white space.
(#168) Commas (,) must be followed by white space.
(#168) Commas (,) must be followed by white space.
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
mod/readaloud/settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 4 spaces, found 2
(#36) Commas (,) must be followed by white space.
(#36) Line exceeds maximum limit of 180 characters; contains 186 characters
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 4 spaces, found 2
(#38) Commas (,) must be followed by white space.
(#38) Line exceeds maximum limit of 180 characters; contains 189 characters
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 2
(#46) Expected 1 space after "="; 3 found
(#46) Commas (,) must be followed by white space.
(#46) Commas (,) must be followed by white space.
(#46) Commas (,) must be followed by white space.
(#46) Line exceeds 132 characters; contains 143 characters
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) This comment is 56% valid code; is this commented out code?
(#47) No space found before comment text; expected "// get_string('apisecret_details', constants::M_COMPONENT)" but found "//get_string('apisecret_details', constants::M_COMPONENT)"
(#49) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#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 "// 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"
(#55) Variable "accadjust_options" must not contain underscores.
(#58) Commas (,) must be followed by white space.
(#59) Variable "accadjust_options" must not contain underscores.
(#65) Line exceeds 132 characters; contains 165 characters
(#68) Line exceeds 132 characters; contains 166 characters
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 4 spaces, found 2
(#72) Commas (,) must be followed by white space.
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Line indented incorrectly; expected at least 4 spaces, found 3
(#74) No space found before comment text; expected "// machine grade method" but found "//machine grade method"
(#77) Expected 1 space after "="; 0 found
(#77) Commas (,) must be followed by white space.
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) 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)"
(#87) Expected 1 space after "="; 0 found
(#87) Commas (,) must be followed by white space.
(#92) This comment is 55% valid code; is this commented out code?
(#92) Line indented incorrectly; expected at least 4 spaces, found 0
(#99) This comment is 56% valid code; is this commented out code?
(#100) Line indented incorrectly; expected at least 4 spaces, found 2
(#101) Line indented incorrectly; expected at least 4 spaces, found 2
(#102) Line indented incorrectly; expected at least 4 spaces, found 2
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) No space found before comment text; expected "// Language options" but found "//Language options"
(#107) Expected 1 space after "="; 0 found
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 4 spaces, found 1
mod/readaloud/tabs.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 0 found
(#20) Expected 1 space(s) before asterisk; 0 found
(#21) Expected 1 space(s) before asterisk; 0 found
(#22) Expected 1 space(s) before asterisk; 0 found
(#26) Expected 1 space(s) before asterisk; 0 found
(#32) 3 slashes comments are not allowed; use "// Comment." instead
(#51) Line exceeds maximum limit of 180 characters; contains 211 characters
(#52) Line exceeds maximum limit of 180 characters; contains 186 characters
(#54) Line exceeds maximum limit of 180 characters; contains 206 characters
(#56) This comment is 58% valid code; is this commented out code?
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Line exceeds maximum limit of 180 characters; contains 231 characters
(#56) 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));"
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Line exceeds maximum limit of 180 characters; contains 188 characters
(#57) No space found before comment text; expected "// $row[] = new tabobject('reports', "$CFG->wwwroot/mod/readaloud/reports.php?id=$cm->id", get_string('reports', constants::M_COMPONENT), get_string('viewreports', constants::M_COMPONENT));" but found "//$row[] = new tabobject('reports', "$CFG->wwwroot/mod/readaloud/reports.php?id=$cm->id", get_string('reports', constants::M_COMPONENT), get_string('viewreports', constants::M_COMPONENT));"
mod/readaloud/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
mod/readaloud/view.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#36) 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
(#45) Usage of ELSEIF not allowed; use ELSE IF instead
(#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 we got this far, we can consider the activity "viewed"" but found "//if we got this far, we can consider the activity "viewed""
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) No space found before comment text; expected "// are we a teacher or a student?" but found "//are we a teacher or a student?"
(#73) Expected 1 space before "="; 0 found
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) 3 slashes comments are not allowed; use "// Comment." instead
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#83) Whitespace found at end of line
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) No space found before comment text; expected "// Get our renderers" but found "//Get our renderers"
(#88) Commas (,) must be followed by white space.
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) No space found before comment text; expected "// if we are in review mode, lets review" but found "//if we are in review mode, lets review"
(#91) Commas (,) must be followed by white space.
(#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
(#91) Commas (,) must be followed by white space.
(#92) Variable "ai_evals" must not contain underscores.
(#92) Commas (,) must be followed by white space.
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) No space found before comment text; expected "// can attempt ?" but found "//can attempt ?"
(#96) Commas (,) must be followed by white space.
(#97) Expected "if (...) {\n"; found "if(...){\n"
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 4 spaces, found 1
(#98) Expected 1 space after "="; 2 found
(#98) Commas (,) must be followed by white space.
(#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
(#98) Commas (,) must be followed by white space.
(#98) Line exceeds 132 characters; contains 149 characters
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#99) Expected "if (...) {\n"; found "if(...){\n"
(#99) Expected 1 space before ">="; 0 found
(#99) Expected 1 space after ">="; 0 found
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Expected 1 space before "="; 0 found
(#100) Expected 1 space after "="; 0 found
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 4 spaces, found 1
(#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 "// debug mode is for teachers only" but found "//debug mode is for teachers only"
(#105) Expected "if (...) {\n"; found "if(...){\n"
(#106) Expected 1 space before "="; 0 found
(#106) Expected 1 space after "="; 0 found
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) No space found before comment text; expected "// reset our retake flag if we cant reattempt" but found "//reset our retake flag if we cant reattempt"
(#110) Expected "if (...) {\n"; found "if(...){"
(#110) Expected 1 space before "="; 0 found
(#110) Expected 1 space after "="; 0 found
(#110) Closing brace must be on a line by itself
(#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 "// display the most recent previous attempt if we have one" but found "//display the most recent previous attempt if we have one"
(#113) Expected "if (...) {\n"; found "if(...){\n"
(#113) Expected 1 space before "=="; 0 found
(#113) Expected 1 space after "=="; 0 found
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) No space found before comment text; expected "// if we are teacher we see tabs. If student we just see the quiz" but found "//if we are teacher we see tabs. If student we just see the quiz"
(#115) Expected "if (...) {\n"; found "if(...){\n"
(#115) Commas (,) must be followed by white space.
(#117) Expected "} else {\n"; found "}else{\n"
(#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 "// ========================================" but found "//========================================"
(#123) Expected "if (...) {\n"; found "if(...) {\n"
(#124) Variable "latest_aigrade" must not contain underscores.
(#125) Expected "} else {\n"; found "}else{\n"
(#126) Variable "latest_aigrade" must not contain underscores.
(#126) Expected 1 space after "="; 0 found
(#129) Expected 1 space before "="; 0 found
(#129) Expected 1 space after "="; 0 found
(#130) Variable "have_humaneval" must not contain underscores.
(#130) Expected 1 space before "!="; 0 found
(#130) Expected 1 space after "!="; 0 found
(#131) Variable "have_aieval" must not contain underscores.
(#131) Variable "latest_aigrade" must not contain underscores.
(#131) Variable "latest_aigrade" must not contain underscores.
(#133) Expected "if (...) {\n"; found "if(...){\n"
(#133) Variable "have_humaneval" must not contain underscores.
(#133) Variable "have_aieval" must not contain underscores.
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) 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,"
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Commas (,) must be followed by white space.
(#142) Commas (,) must be followed by white space.
(#143) Expected "if (...) {\n"; found "if(...) {\n"
(#143) Variable "have_humaneval" must not contain underscores.
(#145) Variable "force_aidata" must not contain underscores.
(#145) Expected 1 space before "="; 0 found
(#145) Expected 1 space after "="; 0 found
(#146) Expected "} else {\n"; found "}else{\n"
(#148) Variable "force_aidata" must not contain underscores.
(#148) Expected 1 space before "="; 0 found
(#148) Expected 1 space after "="; 0 found
(#150) Commas (,) must be followed by white space.
(#151) Expected 1 space after "="; 0 found
(#155) Commas (,) must be followed by white space.
(#155) Variable "force_aidata" must not contain underscores.
(#155) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#162) Expected "if (...) {\n"; found "if(...) {\n"
(#162) Variable "have_humaneval" must not contain underscores.
(#165) Variable "force_aidata" must not contain underscores.
(#165) Expected 1 space before "="; 0 found
(#165) Expected 1 space after "="; 0 found
(#166) Expected "} else {\n"; found "}else{\n"
(#168) Expected 1 space after "="; 0 found
(#169) Variable "force_aidata" must not contain underscores.
(#169) Expected 1 space before "="; 0 found
(#169) Expected 1 space after "="; 0 found
(#171) Commas (,) must be followed by white space.
(#172) Commas (,) must be followed by white space.
(#172) Variable "force_aidata" must not contain underscores.
(#177) Expected "} else {\n"; found "}else{\n"
(#178) Commas (,) must be followed by white space.
(#183) Inline comments must start with a capital letter, digit or 3-dots sequence
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) No space found before comment text; expected "// show button or a label depending on of can retake" but found "//show button or a label depending on of can retake"
(#184) Expected "if (...) {\n"; found "if(...){\n"
(#186) Expected "} else {\n"; found "}else{\n"
(#194) No space found before comment text; expected "// From here we actually display the page." but found "//From here we actually display the page."
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) No space found before comment text; expected "// this is core renderer stuff" but found "//this is core renderer stuff"
(#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 are teacher we see tabs. If student we just see the quiz" but found "//if we are teacher we see tabs. If student we just see the quiz"
(#198) Expected "if (...) {\n"; found "if(...){\n"
(#198) Commas (,) must be followed by white space.
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 4 spaces, found 1
(#200) Expected "} else {\n"; found "}else{\n"
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 4 spaces, found 1
(#204) Inline comments must start with a capital letter, digit or 3-dots sequence
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) No space found before comment text; expected "// fetch token" but found "//fetch token"
(#205) Commas (,) must be followed by white space.
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) No space found before comment text; expected "// 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"
(#209) Commas (,) must be followed by white space.
(#210) Commas (,) must be followed by white space.
(#211) Commas (,) must be followed by white space.
(#212) Commas (,) must be followed by white space.
(#213) Commas (,) must be followed by white space.
(#213) Commas (,) must be followed by white space.
(#214) Commas (,) must be followed by white space.
(#217) Inline comments must start with a capital letter, digit or 3-dots sequence
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) No space found before comment text; expected "// the module AMD code" but found "//the module AMD code"
(#220) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(67 errors, 755 warnings)

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

mod/readaloud/amd/src/activitycontroller.js
(#2) Line 2 exceeds the maximum line length of 132. (max-len)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#17) Identifier 'ra_recorder' is not in camel case. (camelcase)
(#18) Identifier 'rec_time_start' is not in camel case. (camelcase)
(#20) Expected space or tab after '//' in comment. (spaced-comment)
(#23) Comments should not begin with a lowercase character (capitalized-comments)
(#23) Expected space or tab after '//' in comment. (spaced-comment)
(#24) Missing space before opening brace. (space-before-blocks)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#28) Comments should not begin with a lowercase character (capitalized-comments)
(#28) Expected space or tab after '//' in comment. (spaced-comment)
(#29) Missing space before opening brace. (space-before-blocks)
(#32) Expected space or tab after '//' in comment. (spaced-comment)
(#32) Comments should not begin with a lowercase character (capitalized-comments)
(#33) Infix operators must be spaced. (space-infix-ops)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#38) Expected space(s) before "else". (keyword-spacing)
(#38) Expected space(s) after "else". (keyword-spacing)
(#39) Expected space or tab after '//' in comment. (spaced-comment)
(#39) Comments should not begin with a lowercase character (capitalized-comments)
(#50) Comments should not begin with a lowercase character (capitalized-comments)
(#50) Expected space or tab after '//' in comment. (spaced-comment)
(#51) Expected space or tab after '//' in comment. (spaced-comment)
(#52) Expected space(s) after "if". (keyword-spacing)
(#52) Missing space before opening brace. (space-before-blocks)
(#61) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#64) Identifier 'process_html' is not in camel case. (camelcase)
(#64) Missing space before opening brace. (space-before-blocks)
(#66) Expected space or tab after '//' in comment. (spaced-comment)
(#66) Comments should not begin with a lowercase character (capitalized-comments)
(#67) Expected space or tab after '//' in comment. (spaced-comment)
(#68) Infix operators must be spaced. (space-infix-ops)
(#69) ["hider"] is better written in dot notation. (dot-notation)
(#71) Multiple spaces found before 'opts'. (no-multi-spaces)
(#71) ["progresscontainer"] is better written in dot notation. (dot-notation)
(#72) Multiple spaces found before 'opts'. (no-multi-spaces)
(#72) ["feedbackcontainer"] is better written in dot notation. (dot-notation)
(#73) Multiple spaces found before 'opts'. (no-multi-spaces)
(#73) ["errorcontainer"] is better written in dot notation. (dot-notation)
(#74) Multiple spaces found before 'opts'. (no-multi-spaces)
(#74) ["passagecontainer"] is better written in dot notation. (dot-notation)
(#75) Multiple spaces found before 'opts'. (no-multi-spaces)
(#75) ["recordingcontainer"] is better written in dot notation. (dot-notation)
(#76) Multiple spaces found before 'opts'. (no-multi-spaces)
(#76) ["dummyrecorder"] is better written in dot notation. (dot-notation)
(#77) Multiple spaces found before 'opts'. (no-multi-spaces)
(#77) ["recordercontainer"] is better written in dot notation. (dot-notation)
(#78) Multiple spaces found before 'opts'. (no-multi-spaces)
(#78) ["instructionscontainer"] is better written in dot notation. (dot-notation)
(#79) Multiple spaces found before 'opts'. (no-multi-spaces)
(#79) ["recinstructionscontainerright"] is better written in dot notation. (dot-notation)
(#80) Multiple spaces found before 'opts'. (no-multi-spaces)
(#80) ["recinstructionscontainerleft"] is better written in dot notation. (dot-notation)
(#81) Multiple spaces found before 'opts'. (no-multi-spaces)
(#81) ["allowearlyexit"] is better written in dot notation. (dot-notation)
(#82) Multiple spaces found before 'opts'. (no-multi-spaces)
(#82) ["wheretonextcontainer"] is better written in dot notation. (dot-notation)
(#87) Missing space before opening brace. (space-before-blocks)
(#89) Comments should not begin with a lowercase character (capitalized-comments)
(#93) Identifier 'is_browser_ok' is not in camel case. (camelcase)
(#93) Missing space before opening brace. (space-before-blocks)
(#98) Identifier 'setup_recorder' is not in camel case. (camelcase)
(#98) Missing space before opening brace. (space-before-blocks)
(#101) Expected space or tab after '//' in comment. (spaced-comment)
(#103) Expected space or tab after '//' in comment. (spaced-comment)
(#104) Expected space or tab after '//' in comment. (spaced-comment)
(#105) Expected space or tab after '//' in comment. (spaced-comment)
(#106) Identifier 'on_recording_start' is not in camel case. (camelcase)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) 'eventdata' is defined but never used. (no-unused-vars)
(#106) Missing space before opening brace. (space-before-blocks)
(#108) Identifier 'rec_time_start' is not in camel case. (camelcase)
(#110) A space is required after ','. (comma-spacing)
(#113) Comments should not begin with a lowercase character (capitalized-comments)
(#113) Expected space or tab after '//' in comment. (spaced-comment)
(#114) Expected space or tab after '//' in comment. (spaced-comment)
(#115) Expected space or tab after '//' in comment. (spaced-comment)
(#116) Identifier 'on_recording_end' is not in camel case. (camelcase)
(#116) Infix operators must be spaced. (space-infix-ops)
(#116) 'eventdata' is defined but never used. (no-unused-vars)
(#116) Missing space before opening brace. (space-before-blocks)
(#117) Expected space or tab after '//' in comment. (spaced-comment)
(#117) Comments should not begin with a lowercase character (capitalized-comments)
(#119) Expected space(s) after "if". (keyword-spacing)
(#119) Missing space before opening brace. (space-before-blocks)
(#125) Expected space or tab after '//' in comment. (spaced-comment)
(#125) Comments should not begin with a lowercase character (capitalized-comments)
(#126) Expected space or tab after '//' in comment. (spaced-comment)
(#127) Identifier 'on_audio_processing' is not in camel case. (camelcase)
(#127) Infix operators must be spaced. (space-infix-ops)
(#127) Missing space before opening brace. (space-before-blocks)
(#128) Comments should not begin with a lowercase character (capitalized-comments)
(#128) Expected space or tab after '//' in comment. (spaced-comment)
(#129) Expected space or tab after '//' in comment. (spaced-comment)
(#132) Expected space(s) after "if". (keyword-spacing)
(#132) Missing space before opening brace. (space-before-blocks)
(#133) Infix operators must be spaced. (space-infix-ops)
(#135) A space is required after ','. (comma-spacing)
(#136) Comments should not begin with a lowercase character (capitalized-comments)
(#136) Expected space or tab after '//' in comment. (spaced-comment)
(#140) Expected space or tab after '//' in comment. (spaced-comment)
(#140) Comments should not begin with a lowercase character (capitalized-comments)
(#147) Identifier 'register_events' is not in camel case. (camelcase)
(#148) 'dd' is assigned a value but never used. (no-unused-vars)
(#150) Unexpected tab character. (no-tabs)
(#150) Expected space or tab after '//' in comment. (spaced-comment)
(#150) Comments should not begin with a lowercase character (capitalized-comments)
(#151) Expected space or tab after '//' in comment. (spaced-comment)
(#152) Expected space or tab after '//' in comment. (spaced-comment)
(#154) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#157) Identifier 'send_submission' is not in camel case. (camelcase)
(#157) A space is required after ','. (comma-spacing)
(#157) Missing space before opening brace. (space-before-blocks)
(#159) Comments should not begin with a lowercase character (capitalized-comments)
(#159) Expected space or tab after '//' in comment. (spaced-comment)
(#162) Trailing spaces not allowed. (no-trailing-spaces)
(#163) Expected space or tab after '//' in comment. (spaced-comment)
(#163) Comments should not begin with a lowercase character (capitalized-comments)
(#164) 'e' is defined but never used. (no-unused-vars)
(#164) Missing space before opening brace. (space-before-blocks)
(#165) Expected space(s) after "if". (keyword-spacing)
(#165) Infix operators must be spaced. (space-infix-ops)
(#165) Missing space before opening brace. (space-before-blocks)
(#166) Expected space(s) after "if". (keyword-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing space before opening brace. (space-before-blocks)
(#168) Expected space or tab after '//' in comment. (spaced-comment)
(#168) Comments should not begin with a lowercase character (capitalized-comments)
(#171) Expected space(s) after "if". (keyword-spacing)
(#171) Missing space before opening brace. (space-before-blocks)
(#172) Expected space(s) after "switch". (keyword-spacing)
(#181) Blocks are nested too deeply (5). (max-depth)
(#186) Expected space(s) before "else". (keyword-spacing)
(#186) Expected space(s) after "else". (keyword-spacing)
(#192) Comments should not begin with a lowercase character (capitalized-comments)
(#192) Expected space or tab after '//' in comment. (spaced-comment)
(#195) A space is required after ','. (comma-spacing)
(#202) 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)
(#206) Expected space(s) after "if". (keyword-spacing)
(#206) Missing space before opening brace. (space-before-blocks)
(#207) Comments should not begin with a lowercase character (capitalized-comments)
(#210) Missing space before opening brace. (space-before-blocks)
(#217) Missing space before opening brace. (space-before-blocks)
(#227) Missing space before opening brace. (space-before-blocks)
(#236) Expected space or tab after '//' in comment. (spaced-comment)
(#236) Comments should not begin with a lowercase character (capitalized-comments)
(#237) Expected space or tab after '//' in comment. (spaced-comment)
(#237) Comments should not begin with a lowercase character (capitalized-comments)
mod/readaloud/amd/src/cloudpoodllloader.js
(#1) Line 1 exceeds the maximum line length of 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) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#2) Comments should not begin with a lowercase character (capitalized-comments)
(#2) Line 2 exceeds the maximum line length of 132. (max-len)
(#2) Expected space or tab after '//' in comment. (spaced-comment)
(#4) Missing space before opening brace. (space-before-blocks)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#9) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
mod/readaloud/amd/src/datatables.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) 'datatables' is defined but never used. (no-unused-vars)
(#10) Expected space(s) after "return". (keyword-spacing)
(#11) Expected space or tab after '//' in comment. (spaced-comment)
(#11) Comments should not begin with a lowercase character (capitalized-comments)
(#12) Missing space before opening brace. (space-before-blocks)
(#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)
(#14) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#20) Expected space or tab after '//' in comment. (spaced-comment)
(#20) Comments should not begin with a lowercase character (capitalized-comments)
mod/readaloud/amd/src/definitions.js
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#10) Expected space(s) after "return". (keyword-spacing)
(#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) Expected space or tab after '//' in comment. (spaced-comment)
(#25) Comments should not begin with a lowercase character (capitalized-comments)
(#47) Expected space or tab after '//' in comment. (spaced-comment)
(#47) Comments should not begin with a lowercase character (capitalized-comments)
(#55) Comments should not begin with a lowercase character (capitalized-comments)
(#55) 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)
mod/readaloud/amd/src/dependencyloader.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) 'Deps' is defined but never used. (no-unused-vars)
(#9) Expected space(s) after "return". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#11) Expected space(s) after "return". (keyword-spacing)
(#11) Comments should not begin with a lowercase character (capitalized-comments)
(#11) 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)
(#19) Expected space or tab after '//' in comment. (spaced-comment)
(#19) Comments should not begin with a lowercase character (capitalized-comments)
(#78) Unexpected space before function parentheses. (space-before-function-paren)
(#80) Expected space or tab after '//' in comment. (spaced-comment)
(#80) Comments should not begin with a lowercase character (capitalized-comments)
(#81) ["id"] is better written in dot notation. (dot-notation)
(#87) Expected space or tab after '//' in comment. (spaced-comment)
(#87) Comments should not begin with a lowercase character (capitalized-comments)
(#92) Expected space or tab after '//' in comment. (spaced-comment)
(#92) Comments should not begin with a lowercase character (capitalized-comments)
(#95) Comments should not begin with a lowercase character (capitalized-comments)
(#95) Expected space or tab after '//' in comment. (spaced-comment)
(#96) 'opts' used outside of binding context. (block-scoped-var)
(#96) ["activityid"] is better written in dot notation. (dot-notation)
(#97) 'opts' used outside of binding context. (block-scoped-var)
(#97) ["attemptid"] is better written in dot notation. (dot-notation)
(#98) 'opts' used outside of binding context. (block-scoped-var)
(#98) ["sesskey"] is better written in dot notation. (dot-notation)
(#99) 'opts' used outside of binding context. (block-scoped-var)
(#99) ["enabletts"] is better written in dot notation. (dot-notation)
(#100) 'opts' used outside of binding context. (block-scoped-var)
(#100) ["ttslanguage"] is better written in dot notation. (dot-notation)
(#101) 'opts' used outside of binding context. (block-scoped-var)
(#101) ["targetwpm"] is better written in dot notation. (dot-notation)
(#102) 'opts' used outside of binding context. (block-scoped-var)
(#102) ["allowearlyexit"] is better written in dot notation. (dot-notation)
(#103) 'opts' used outside of binding context. (block-scoped-var)
(#103) ["timelimit"] is better written in dot notation. (dot-notation)
(#104) 'opts' used outside of binding context. (block-scoped-var)
(#104) ["reviewmode"] is better written in dot notation. (dot-notation)
(#105) 'opts' used outside of binding context. (block-scoped-var)
(#105) ["readonly"] is better written in dot notation. (dot-notation)
(#108) 'opts' used outside of binding context. (block-scoped-var)
(#108) ["sessiontime"] is better written in dot notation. (dot-notation)
(#109) 'opts' used outside of binding context. (block-scoped-var)
(#109) ["sessionerrors"] is better written in dot notation. (dot-notation)
(#110) 'opts' used outside of binding context. (block-scoped-var)
(#110) ["sessionerrors"] is better written in dot notation. (dot-notation)
(#114) 'opts' used outside of binding context. (block-scoped-var)
(#114) ["sessiontime"] is better written in dot notation. (dot-notation)
(#115) 'opts' used outside of binding context. (block-scoped-var)
(#115) ["sessionendword"] is better written in dot notation. (dot-notation)
(#116) 'opts' used outside of binding context. (block-scoped-var)
(#116) ["sessionscore"] is better written in dot notation. (dot-notation)
(#117) 'opts' used outside of binding context. (block-scoped-var)
(#117) ["accuracy"] is better written in dot notation. (dot-notation)
(#118) 'opts' used outside of binding context. (block-scoped-var)
(#118) ["wpm"] is better written in dot notation. (dot-notation)
(#120) Expected space or tab after '//' in comment. (spaced-comment)
(#121) 'opts' used outside of binding context. (block-scoped-var)
(#121) ["sessionmatches"] is better written in dot notation. (dot-notation)
(#122) 'opts' used outside of binding context. (block-scoped-var)
(#122) ["aidata"] is better written in dot notation. (dot-notation)
(#124) 'opts' used outside of binding context. (block-scoped-var)
(#124) ["aidata"] is better written in dot notation. (dot-notation)
(#126) Expected space or tab after '//' in comment. (spaced-comment)
(#126) Comments should not begin with a lowercase character (capitalized-comments)
(#127) Unexpected space before function parentheses. (space-before-function-paren)
(#135) Expected space or tab after '//' in comment. (spaced-comment)
(#135) Comments should not begin with a lowercase character (capitalized-comments)
(#138) Expected space or tab after '//' in comment. (spaced-comment)
(#138) Comments should not begin with a lowercase character (capitalized-comments)
(#142) Expected space or tab after '//' in comment. (spaced-comment)
(#142) Comments should not begin with a lowercase character (capitalized-comments)
(#146) Comments should not begin with a lowercase character (capitalized-comments)
(#146) Expected space or tab after '//' in comment. (spaced-comment)
(#149) Expected space or tab after '//' in comment. (spaced-comment)
(#149) Comments should not begin with a lowercase character (capitalized-comments)
(#150) Expected space or tab after '//' in comment. (spaced-comment)
(#151) Expected space or tab after '//' in comment. (spaced-comment)
(#152) Expected space or tab after '//' in comment. (spaced-comment)
(#154) Unexpected space before function parentheses. (space-before-function-paren)
(#160) Comments should not begin with a lowercase character (capitalized-comments)
(#160) Expected space or tab after '//' in comment. (spaced-comment)
(#173) Comments should not begin with a lowercase character (capitalized-comments)
(#173) Expected space or tab after '//' in comment. (spaced-comment)
(#178) Comments should not begin with a lowercase character (capitalized-comments)
(#178) Expected space or tab after '//' in comment. (spaced-comment)
(#179) Identifier 'init_popoverhelper' is not in camel case. (camelcase)
(#179) Unexpected space before function parentheses. (space-before-function-paren)
(#182) Comments should not begin with a lowercase character (capitalized-comments)
(#182) Expected space or tab after '//' in comment. (spaced-comment)
(#183) Unexpected space before function parentheses. (space-before-function-paren)
(#186) Comments should not begin with a lowercase character (capitalized-comments)
(#186) Expected space or tab after '//' in comment. (spaced-comment)
(#193) Expected space or tab after '//' in comment. (spaced-comment)
(#193) Comments should not begin with a lowercase character (capitalized-comments)
(#207) Comments should not begin with a lowercase character (capitalized-comments)
(#207) Expected space or tab after '//' in comment. (spaced-comment)
(#213) Comments should not begin with a lowercase character (capitalized-comments)
(#213) Expected space or tab after '//' in comment. (spaced-comment)
(#214) Unexpected space before function parentheses. (space-before-function-paren)
(#217) Expected space or tab after '//' in comment. (spaced-comment)
(#217) Comments should not begin with a lowercase character (capitalized-comments)
(#223) Expected space or tab after '//' in comment. (spaced-comment)
(#223) Comments should not begin with a lowercase character (capitalized-comments)
(#235) Expected space or tab after '//' in comment. (spaced-comment)
(#235) Comments should not begin with a lowercase character (capitalized-comments)
(#241) Expected space or tab after '//' in comment. (spaced-comment)
(#241) Comments should not begin with a lowercase character (capitalized-comments)
(#245) Identifier 'register_controls' is not in camel case. (camelcase)
(#245) Unexpected space before function parentheses. (space-before-function-paren)
(#268) Comments should not begin with a lowercase character (capitalized-comments)
(#268) Expected space or tab after '//' in comment. (spaced-comment)
(#278) Identifier 'register_events' is not in camel case. (camelcase)
(#278) Unexpected space before function parentheses. (space-before-function-paren)
(#280) Expected space or tab after '//' in comment. (spaced-comment)
(#280) Comments should not begin with a lowercase character (capitalized-comments)
(#283) Expected space or tab after '//' in comment. (spaced-comment)
(#284) Unexpected space before function parentheses. (space-before-function-paren)
(#286) Unexpected 'this'. (no-invalid-this)
(#292) Comments should not begin with a lowercase character (capitalized-comments)
(#292) Expected space or tab after '//' in comment. (spaced-comment)
(#294) Comments should not begin with a lowercase character (capitalized-comments)
(#294) Expected space or tab after '//' in comment. (spaced-comment)
(#296) Expected space or tab after '//' in comment. (spaced-comment)
(#297) Unexpected constant condition. (no-constant-condition)
(#298) Comments should not begin with a lowercase character (capitalized-comments)
(#304) Expected space or tab after '//' in comment. (spaced-comment)
(#309) Comments should not begin with a lowercase character (capitalized-comments)
(#309) Expected space or tab after '//' in comment. (spaced-comment)
(#311) 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)
(#317) Expected space or tab after '//' in comment. (spaced-comment)
(#317) Comments should not begin with a lowercase character (capitalized-comments)
(#318) Unexpected 'this'. (no-invalid-this)
(#319) 'theword' is assigned a value but never used. (no-unused-vars)
(#319) Unexpected 'this'. (no-invalid-this)
(#324) Unexpected 'this'. (no-invalid-this)
(#331) Expected space or tab after '//' in comment. (spaced-comment)
(#331) Comments should not begin with a lowercase character (capitalized-comments)
(#334) Expected space or tab after '//' in comment. (spaced-comment)
(#334) Comments should not begin with a lowercase character (capitalized-comments)
(#336) Unexpected space before function parentheses. (space-before-function-paren)
(#339) Expected space or tab after '//' in comment. (spaced-comment)
(#339) Comments should not begin with a lowercase character (capitalized-comments)
(#340) Unexpected 'this'. (no-invalid-this)
(#341) Unexpected 'this'. (no-invalid-this)
(#343) Expected space or tab after '//' in comment. (spaced-comment)
(#343) Comments should not begin with a lowercase character (capitalized-comments)
(#345) Unexpected 'this'. (no-invalid-this)
(#345) Unexpected 'this'. (no-invalid-this)
(#346) Unexpected 'this'. (no-invalid-this)
(#354) Unexpected 'this'. (no-invalid-this)
(#359) Comments should not begin with a lowercase character (capitalized-comments)
(#359) Expected space or tab after '//' in comment. (spaced-comment)
(#366) Unexpected 'this'. (no-invalid-this)
(#369) Unexpected 'this'. (no-invalid-this)
(#373) Expected space or tab after '//' in comment. (spaced-comment)
(#373) Comments should not begin with a lowercase character (capitalized-comments)
(#375) Expected space or tab after '//' in comment. (spaced-comment)
(#377) Unexpected space before function parentheses. (space-before-function-paren)
(#379) Expected space or tab after '//' in comment. (spaced-comment)
(#379) Comments should not begin with a lowercase character (capitalized-comments)
(#384) Expected space or tab after '//' in comment. (spaced-comment)
(#384) Comments should not begin with a lowercase character (capitalized-comments)
(#385) Expected space or tab after '//' in comment. (spaced-comment)
(#386) Unexpected 'this'. (no-invalid-this)
(#401) Expected space or tab after '//' in comment. (spaced-comment)
(#401) Comments should not begin with a lowercase character (capitalized-comments)
(#403) Expected space or tab after '//' in comment. (spaced-comment)
(#404) Unexpected space before function parentheses. (space-before-function-paren)
(#406) Comments should not begin with a lowercase character (capitalized-comments)
(#406) Expected space or tab after '//' in comment. (spaced-comment)
(#411) Comments should not begin with a lowercase character (capitalized-comments)
(#411) Expected space or tab after '//' in comment. (spaced-comment)
(#412) Unexpected space before function parentheses. (space-before-function-paren)
(#412) 'index' is defined but never used. (no-unused-vars)
(#413) Unexpected 'this'. (no-invalid-this)
(#415) Unexpected 'this'. (no-invalid-this)
(#418) Expected space or tab after '//' in comment. (spaced-comment)
(#418) Comments should not begin with a lowercase character (capitalized-comments)
(#421) Comments should not begin with a lowercase character (capitalized-comments)
(#421) Expected space or tab after '//' in comment. (spaced-comment)
(#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)
(#438) Expected space or tab after '//' in comment. (spaced-comment)
(#438) Comments should not begin with a lowercase character (capitalized-comments)
(#440) Expected space or tab after '//' in comment. (spaced-comment)
(#441) Expected space or tab after '//' in comment. (spaced-comment)
(#442) Unexpected space before function parentheses. (space-before-function-paren)
(#448) Expected space or tab after '//' in comment. (spaced-comment)
(#448) Comments should not begin with a lowercase character (capitalized-comments)
(#449) Unexpected space before function parentheses. (space-before-function-paren)
(#458) Unexpected space before function parentheses. (space-before-function-paren)
(#461) Comments should not begin with a lowercase character (capitalized-comments)
(#461) Expected space or tab after '//' in comment. (spaced-comment)
(#473) Unexpected space before function parentheses. (space-before-function-paren)
(#497) Unexpected space before function parentheses. (space-before-function-paren)
(#500) Expected space or tab after '//' in comment. (spaced-comment)
(#500) Comments should not begin with a lowercase character (capitalized-comments)
(#503) Expected space or tab after '//' in comment. (spaced-comment)
(#503) Comments should not begin with a lowercase character (capitalized-comments)
(#508) Comments should not begin with a lowercase character (capitalized-comments)
(#508) Expected space or tab after '//' in comment. (spaced-comment)
(#516) Unexpected space before function parentheses. (space-before-function-paren)
(#516) 'e' is defined but never used. (no-unused-vars)
(#519) Unexpected 'this'. (no-invalid-this)
(#534) Unexpected space before function parentheses. (space-before-function-paren)
(#536) Expected space or tab after '//' in comment. (spaced-comment)
(#536) Comments should not begin with a lowercase character (capitalized-comments)
(#539) 'wordnumber' used outside of binding context. (block-scoped-var)
(#539) 'wordnumber' used outside of binding context. (block-scoped-var)
(#539) 'wordnumber' used outside of binding context. (block-scoped-var)
(#539) 'wordnumber' used outside of binding context. (block-scoped-var)
(#539) 'wordnumber' used outside of binding context. (block-scoped-var)
(#539) 'wordnumber' used outside of binding context. (block-scoped-var)
(#539) 'wordnumber' used outside of binding context. (block-scoped-var)
(#539) 'wordnumber' used outside of binding context. (block-scoped-var)
(#539) 'wordnumber' used outside of binding context. (block-scoped-var)
(#540) 'isbad' used outside of binding context. (block-scoped-var)
(#540) 'wordnumber' used outside of binding context. (block-scoped-var)
(#540) 'wordnumber' used outside of binding context. (block-scoped-var)
(#540) 'wordnumber' used outside of binding context. (block-scoped-var)
(#541) 'isunmatched' used outside of binding context. (block-scoped-var)
(#541) 'wordnumber' used outside of binding context. (block-scoped-var)
(#541) 'wordnumber' used outside of binding context. (block-scoped-var)
(#541) 'wordnumber' used outside of binding context. (block-scoped-var)
(#542) Comments should not begin with a lowercase character (capitalized-comments)
(#542) Expected space or tab after '//' in comment. (spaced-comment)
(#544) 'isbad' used outside of binding context. (block-scoped-var)
(#544) 'isunmatched' used outside of binding context. (block-scoped-var)
(#545) 'wordnumber' used outside of binding context. (block-scoped-var)
(#545) 'wordnumber' used outside of binding context. (block-scoped-var)
(#545) 'wordnumber' used outside of binding context. (block-scoped-var)
(#546) 'isunmatched' used outside of binding context. (block-scoped-var)
(#547) 'wordnumber' used outside of binding context. (block-scoped-var)
(#547) 'wordnumber' used outside of binding context. (block-scoped-var)
(#547) 'wordnumber' used outside of binding context. (block-scoped-var)
(#554) Expected space or tab after '//' in comment. (spaced-comment)
(#554) Comments should not begin with a lowercase character (capitalized-comments)
(#555) Expected space or tab after '//' in comment. (spaced-comment)
(#558) 'wordnumber' is already defined. (no-redeclare)
(#558) 'wordnumber' used outside of binding context. (block-scoped-var)
(#558) 'wordnumber' used outside of binding context. (block-scoped-var)
(#558) 'wordnumber' used outside of binding context. (block-scoped-var)
(#558) 'wordnumber' used outside of binding context. (block-scoped-var)
(#558) 'wordnumber' used outside of binding context. (block-scoped-var)
(#558) 'wordnumber' used outside of binding context. (block-scoped-var)
(#558) 'wordnumber' used outside of binding context. (block-scoped-var)
(#558) 'wordnumber' used outside of binding context. (block-scoped-var)
(#558) 'wordnumber' used outside of binding context. (block-scoped-var)
(#559) 'wordnumber' used outside of binding context. (block-scoped-var)
(#559) 'wordnumber' used outside of binding context. (block-scoped-var)
(#559) 'wordnumber' used outside of binding context. (block-scoped-var)
(#560) 'wordnumber' used outside of binding context. (block-scoped-var)
(#560) 'wordnumber' used outside of binding context. (block-scoped-var)
(#560) 'wordnumber' 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)
(#570) 'wordnumber' used outside of binding context. (block-scoped-var)
(#570) 'wordnumber' used outside of binding context. (block-scoped-var)
(#570) 'wordnumber' used outside of binding context. (block-scoped-var)
(#570) 'wordnumber' is already defined. (no-redeclare)
(#570) 'wordnumber' used outside of binding context. (block-scoped-var)
(#570) 'wordnumber' used outside of binding context. (block-scoped-var)
(#570) 'wordnumber' used outside of binding context. (block-scoped-var)
(#570) 'wordnumber' used outside of binding context. (block-scoped-var)
(#570) 'wordnumber' used outside of binding context. (block-scoped-var)
(#570) 'wordnumber' used outside of binding context. (block-scoped-var)
(#571) 'isbad' used outside of binding context. (block-scoped-var)
(#571) 'isbad' is already defined. (no-redeclare)
(#571) 'wordnumber' used outside of binding context. (block-scoped-var)
(#571) 'wordnumber' used outside of binding context. (block-scoped-var)
(#571) 'wordnumber' used outside of binding context. (block-scoped-var)
(#572) 'isunmatched' used outside of binding context. (block-scoped-var)
(#572) 'isunmatched' is already defined. (no-redeclare)
(#572) 'wordnumber' used outside of binding context. (block-scoped-var)
(#572) 'wordnumber' used outside of binding context. (block-scoped-var)
(#572) 'wordnumber' used outside of binding context. (block-scoped-var)
(#573) Comments should not begin with a lowercase character (capitalized-comments)
(#573) Expected space or tab after '//' in comment. (spaced-comment)
(#574) 'isbad' used outside of binding context. (block-scoped-var)
(#574) 'isunmatched' used outside of binding context. (block-scoped-var)
(#575) 'wordnumber' used outside of binding context. (block-scoped-var)
(#575) 'wordnumber' used outside of binding context. (block-scoped-var)
(#575) 'wordnumber' used outside of binding context. (block-scoped-var)
(#576) 'isunmatched' used outside of binding context. (block-scoped-var)
(#577) 'wordnumber' used outside of binding context. (block-scoped-var)
(#577) 'wordnumber' used outside of binding context. (block-scoped-var)
(#577) 'wordnumber' used outside of binding context. (block-scoped-var)
(#584) Expected space or tab after '//' in comment. (spaced-comment)
(#584) Comments should not begin with a lowercase character (capitalized-comments)
(#585) Expected space or tab after '//' in comment. (spaced-comment)
(#588) 'wordnumber' used outside of binding context. (block-scoped-var)
(#588) 'wordnumber' used outside of binding context. (block-scoped-var)
(#588) 'wordnumber' is already defined. (no-redeclare)
(#588) 'wordnumber' used outside of binding context. (block-scoped-var)
(#588) 'wordnumber' used outside of binding context. (block-scoped-var)
(#588) 'wordnumber' used outside of binding context. (block-scoped-var)
(#588) 'wordnumber' used outside of binding context. (block-scoped-var)
(#588) 'wordnumber' used outside of binding context. (block-scoped-var)
(#588) 'wordnumber' used outside of binding context. (block-scoped-var)
(#588) 'wordnumber' used outside of binding context. (block-scoped-var)
(#589) 'wordnumber' used outside of binding context. (block-scoped-var)
(#589) 'wordnumber' used outside of binding context. (block-scoped-var)
(#589) 'wordnumber' used outside of binding context. (block-scoped-var)
(#590) 'wordnumber' used outside of binding context. (block-scoped-var)
(#590) 'wordnumber' used outside of binding context. (block-scoped-var)
(#590) 'wordnumber' used outside of binding context. (block-scoped-var)
(#600) Comments should not begin with a lowercase character (capitalized-comments)
(#600) Expected space or tab after '//' in comment. (spaced-comment)
(#601) Expected space or tab after '//' in comment. (spaced-comment)
(#612) Unexpected space before function parentheses. (space-before-function-paren)
(#613) 'that' is assigned a value but never used. (no-unused-vars)
(#615) Comments should not begin with a lowercase character (capitalized-comments)
(#615) Expected space or tab after '//' in comment. (spaced-comment)
(#618) Comments should not begin with a lowercase character (capitalized-comments)
(#618) Expected space or tab after '//' in comment. (spaced-comment)
(#621) Comments should not begin with a lowercase character (capitalized-comments)
(#621) Expected space or tab after '//' in comment. (spaced-comment)
(#622) Expected space or tab after '//' in comment. (spaced-comment)
(#624) Expected space or tab after '//' in comment. (spaced-comment)
(#630) Expected space or tab after '//' in comment. (spaced-comment)
(#630) Comments should not begin with a lowercase character (capitalized-comments)
(#631) Identifier 'markup_aiunmatchedwords' is not in camel case. (camelcase)
(#631) Unexpected space before function parentheses. (space-before-function-paren)
(#635) Unexpected space before function parentheses. (space-before-function-paren)
(#635) 'match' is defined but never used. (no-unused-vars)
(#646) Expected space or tab after '//' in comment. (spaced-comment)
(#646) Comments should not begin with a lowercase character (capitalized-comments)
(#654) Expected space or tab after '//' in comment. (spaced-comment)
(#654) Comments should not begin with a lowercase character (capitalized-comments)
(#656) Identifier 'markup_badspaces' is not in camel case. (camelcase)
(#656) Unexpected space before function parentheses. (space-before-function-paren)
(#658) Expected space or tab after '//' in comment. (spaced-comment)
(#658) Comments should not begin with a lowercase character (capitalized-comments)
(#659) Unexpected space before function parentheses. (space-before-function-paren)
(#659) 'index' is defined but never used. (no-unused-vars)
(#660) Unexpected 'this'. (no-invalid-this)
(#661) Comments should not begin with a lowercase character (capitalized-comments)
(#661) Expected space or tab after '//' in comment. (spaced-comment)
(#669) Identifier 'markup_aiunmatchedspaces' is not in camel case. (camelcase)
(#669) Unexpected space before function parentheses. (space-before-function-paren)
(#671) Unexpected space before function parentheses. (space-before-function-paren)
(#671) 'index' is defined but never used. (no-unused-vars)
(#672) Unexpected 'this'. (no-invalid-this)
(#673) Expected space or tab after '//' in comment. (spaced-comment)
(#673) Comments should not begin with a lowercase character (capitalized-comments)
(#682) Unexpected space before function parentheses. (space-before-function-paren)
(#694) Unexpected space before function parentheses. (space-before-function-paren)
(#696) Expected space or tab after '//' in comment. (spaced-comment)
(#696) Comments should not begin with a lowercase character (capitalized-comments)
(#699) Unexpected space before function parentheses. (space-before-function-paren)
(#699) 'match' is defined but never used. (no-unused-vars)
(#710) Comments should not begin with a lowercase character (capitalized-comments)
(#710) Expected space or tab after '//' in comment. (spaced-comment)
(#716) Expected space or tab after '//' in comment. (spaced-comment)
(#716) Comments should not begin with a lowercase character (capitalized-comments)
(#717) Unexpected space before function parentheses. (space-before-function-paren)
(#717) 'index' is defined but never used. (no-unused-vars)
(#718) Unexpected 'this'. (no-invalid-this)
(#719) Expected space or tab after '//' in comment. (spaced-comment)
(#719) Comments should not begin with a lowercase character (capitalized-comments)
(#728) Unexpected space before function parentheses. (space-before-function-paren)
(#734) Unexpected space before function parentheses. (space-before-function-paren)
(#742) Unexpected space before function parentheses. (space-before-function-paren)
(#749) Comments should not begin with a lowercase character (capitalized-comments)
(#749) Expected space or tab after '//' in comment. (spaced-comment)
(#751) 'wordnumber' used outside of binding context. (block-scoped-var)
(#751) 'wordnumber' used outside of binding context. (block-scoped-var)
(#751) 'wordnumber' used outside of binding context. (block-scoped-var)
(#753) 'isunmatched' used outside of binding context. (block-scoped-var)
(#753) 'wordnumber' used outside of binding context. (block-scoped-var)
(#754) Expected space or tab after '//' in comment. (spaced-comment)
(#754) Comments should not begin with a lowercase character (capitalized-comments)
(#755) 'isunmatched' used outside of binding context. (block-scoped-var)
(#756) 'wordnumber' used outside of binding context. (block-scoped-var)
(#759) Comments should not begin with a lowercase character (capitalized-comments)
(#759) Expected space or tab after '//' in comment. (spaced-comment)
(#761) Expected space or tab after '//' in comment. (spaced-comment)
(#763) 'wordnumber' is already defined. (no-redeclare)
(#763) 'wordnumber' used outside of binding context. (block-scoped-var)
(#763) 'wordnumber' used outside of binding context. (block-scoped-var)
(#763) 'wordnumber' used outside of binding context. (block-scoped-var)
(#765) 'isunmatched' is already defined. (no-redeclare)
(#765) 'isunmatched' used outside of binding context. (block-scoped-var)
(#765) 'wordnumber' used outside of binding context. (block-scoped-var)
(#766) Expected space or tab after '//' in comment. (spaced-comment)
(#766) Comments should not begin with a lowercase character (capitalized-comments)
(#767) 'isunmatched' used outside of binding context. (block-scoped-var)
(#768) 'wordnumber' used outside of binding context. (block-scoped-var)
(#771) Expected space or tab after '//' in comment. (spaced-comment)
(#771) Comments should not begin with a lowercase character (capitalized-comments)
(#773) Expected space or tab after '//' in comment. (spaced-comment)
(#777) Comments should not begin with a lowercase character (capitalized-comments)
(#777) Expected space or tab after '//' in comment. (spaced-comment)
(#780) Expected space or tab after '//' in comment. (spaced-comment)
(#780) Comments should not begin with a lowercase character (capitalized-comments)
(#781) Expected space or tab after '//' in comment. (spaced-comment)
(#786) Comments should not begin with a lowercase character (capitalized-comments)
(#786) Expected space or tab after '//' in comment. (spaced-comment)
(#787) Expected space or tab after '//' in comment. (spaced-comment)
(#788) Expected space or tab after '//' in comment. (spaced-comment)
(#791) Comments should not begin with a lowercase character (capitalized-comments)
(#791) Expected space or tab after '//' in comment. (spaced-comment)
(#806) Unexpected space before function parentheses. (space-before-function-paren)
(#807) Expected space or tab after '//' in comment. (spaced-comment)
(#814) Unexpected space before function parentheses. (space-before-function-paren)
(#818) Unexpected space before function parentheses. (space-before-function-paren)
(#827) Unexpected space before function parentheses. (space-before-function-paren)
(#829) Expected space or tab after '//' in comment. (spaced-comment)
(#829) Comments should not begin with a lowercase character (capitalized-comments)
(#832) Unexpected space before function parentheses. (space-before-function-paren)
(#836) Expected space or tab after '//' in comment. (spaced-comment)
(#836) Comments should not begin with a lowercase character (capitalized-comments)
(#850) Expected space or tab after '//' in comment. (spaced-comment)
(#850) Comments should not begin with a lowercase character (capitalized-comments)
(#851) Unexpected space before function parentheses. (space-before-function-paren)
(#852) Expected space or tab after '//' in comment. (spaced-comment)
(#852) Comments should not begin with a lowercase character (capitalized-comments)
(#853) Expected space or tab after '//' in comment. (spaced-comment)
(#871) Identifier 'markup_maybeselfcorrects' is not in camel case. (camelcase)
(#871) Unexpected space before function parentheses. (space-before-function-paren)
(#875) Comments should not begin with a lowercase character (capitalized-comments)
(#875) Expected space or tab after '//' in comment. (spaced-comment)
(#876) Unexpected space before function parentheses. (space-before-function-paren)
(#877) 'maybe' is assigned a value but never used. (no-unused-vars)
(#877) Comments should not begin with a lowercase character (capitalized-comments)
(#878) Expected space or tab after '//' in comment. (spaced-comment)
(#878) Comments should not begin with a lowercase character (capitalized-comments)
(#894) Expected space or tab after '//' in comment. (spaced-comment)
(#894) Comments should not begin with a lowercase character (capitalized-comments)
(#903) Unexpected space before function parentheses. (space-before-function-paren)
(#905) Unexpected space before function parentheses. (space-before-function-paren)
(#905) 'index' is defined but never used. (no-unused-vars)
(#906) Unexpected 'this'. (no-invalid-this)
(#910) Unexpected 'this'. (no-invalid-this)
(#913) Expected space or tab after '//' in comment. (spaced-comment)
(#913) Comments should not begin with a lowercase character (capitalized-comments)
(#916) Unexpected 'this'. (no-invalid-this)
(#919) Unexpected 'this'. (no-invalid-this)
(#924) Unexpected space before function parentheses. (space-before-function-paren)
(#929) Comments should not begin with a lowercase character (capitalized-comments)
(#929) Expected space or tab after '//' in comment. (spaced-comment)
(#930) Expected space or tab after '//' in comment. (spaced-comment)
(#935) Comments should not begin with a lowercase character (capitalized-comments)
(#935) Expected space or tab after '//' in comment. (spaced-comment)
(#940) Expected space or tab after '//' in comment. (spaced-comment)
(#940) Comments should not begin with a lowercase character (capitalized-comments)
(#948) Comments should not begin with a lowercase character (capitalized-comments)
(#948) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/amd/src/hiddenplayerhelper.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)
(#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) Missing space before opening brace. (space-before-blocks)
(#25) Identifier 'register_events' is not in camel case. (camelcase)
(#25) Missing space before opening brace. (space-before-blocks)
(#28) Expected space or tab after '//' in comment. (spaced-comment)
(#28) Comments should not begin with a lowercase character (capitalized-comments)
(#29) 'e' is defined but never used. (no-unused-vars)
(#29) Missing space before opening brace. (space-before-blocks)
(#30) Unexpected 'this'. (no-invalid-this)
(#41) Unexpected space before function parentheses. (space-before-function-paren)
(#49) Each then() should return a value or throw (promise/always-return)
(#51) 'error' is defined but never used. (no-unused-vars)
(#52) Comments should not begin with a lowercase character (capitalized-comments)
(#57) Unexpected space before function parentheses. (space-before-function-paren)
(#59) Multiple spaces found before 'm'. (no-multi-spaces)
(#64) Unexpected space before function parentheses. (space-before-function-paren)
(#70) Unexpected space before function parentheses. (space-before-function-paren)
(#70) 'index' is defined but never used. (no-unused-vars)
(#71) Unexpected 'this'. (no-invalid-this)
(#73) Unexpected 'this'. (no-invalid-this)
(#75) Unexpected 'this'. (no-invalid-this)
(#76) Unexpected 'this'. (no-invalid-this)
(#77) Comments should not begin with a lowercase character (capitalized-comments)
(#77) Expected space or tab after '//' in comment. (spaced-comment)
(#78) Expected space or tab after '//' in comment. (spaced-comment)
(#79) Unexpected 'this'. (no-invalid-this)
(#81) Unexpected 'this'. (no-invalid-this)
(#82) Unexpected 'this'. (no-invalid-this)
(#85) Unexpected 'this'. (no-invalid-this)
(#86) Unexpected 'this'. (no-invalid-this)
(#87) Unexpected 'this'. (no-invalid-this)
(#91) Comments should not begin with a lowercase character (capitalized-comments)
(#91) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/amd/src/popoverhelper.js
(#1) Line 1 exceeds the maximum line length of 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) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#10) Expected space(s) after "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#20) Expected space or tab after '//' in comment. (spaced-comment)
(#22) Missing space before opening brace. (space-before-blocks)
(#26) Identifier 'register_events' is not in camel case. (camelcase)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#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) Missing space before opening brace. (space-before-blocks)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Requires a space before '}'. (block-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#39) Expected space(s) after "switch". (keyword-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#41) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#51) Missing space before opening brace. (space-before-blocks)
(#52) Expected space(s) after "if". (keyword-spacing)
(#54) Expected space(s) before "else". (keyword-spacing)
(#54) Expected space(s) after "if". (keyword-spacing)
(#56) Infix operators must be spaced. (space-infix-ops)
(#60) Missing space before opening brace. (space-before-blocks)
(#62) Comments should not begin with a lowercase character (capitalized-comments)
(#62) Expected space or tab after '//' in comment. (spaced-comment)
(#63) Expected space(s) after "if". (keyword-spacing)
(#65) Infix operators must be spaced. (space-infix-ops)
(#70) Missing space before opening brace. (space-before-blocks)
(#71) Unexpected 'this'. (no-invalid-this)
(#72) Line 72 exceeds the maximum line length of 132. (max-len)
(#73) Line 73 exceeds the maximum line length of 132. (max-len)
(#74) Multiple spaces found before '"'>"'. (no-multi-spaces)
(#78) Comments should not begin with a lowercase character (capitalized-comments)
(#78) Expected space or tab after '//' in comment. (spaced-comment)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing space before opening brace. (space-before-blocks)
(#91) Comments should not begin with a lowercase character (capitalized-comments)
(#91) Expected space or tab after '//' in comment. (spaced-comment)
(#92) Expected space(s) after "if". (keyword-spacing)
(#98) Comments should not begin with a lowercase character (capitalized-comments)
(#98) Expected space or tab after '//' in comment. (spaced-comment)
(#99) Expected space(s) after "if". (keyword-spacing)
(#101) Infix operators must be spaced. (space-infix-ops)
(#105) Expected space or tab after '//' in comment. (spaced-comment)
(#105) Comments should not begin with a lowercase character (capitalized-comments)
(#115) Expected space or tab after '//' in comment. (spaced-comment)
(#115) Comments should not begin with a lowercase character (capitalized-comments)
(#116) Statement inside of curly braces should be on next line. (brace-style)
(#116) Missing space before opening brace. (space-before-blocks)
(#116) Requires a space after '{'. (block-spacing)
(#116) Unexpected alert. (no-alert)
(#116) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#116) Requires a space before '}'. (block-spacing)
(#117) Missing space before opening brace. (space-before-blocks)
(#117) Requires a space after '{'. (block-spacing)
(#117) Statement inside of curly braces should be on next line. (brace-style)
(#117) Unexpected alert. (no-alert)
(#117) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#117) Requires a space before '}'. (block-spacing)
(#119) Comments should not begin with a lowercase character (capitalized-comments)
(#119) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/amd/src/recorderhelper.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)
(#9) Expected space(s) after "return". (keyword-spacing)
(#13) A space is required after ','. (comma-spacing)
(#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)
(#15) Missing space before opening brace. (space-before-blocks)
(#18) ["recorderid"] is better written in dot notation. (dot-notation)
(#20) Missing space before opening brace. (space-before-blocks)
(#21) Expected space or tab after '//' in comment. (spaced-comment)
(#21) Comments should not begin with a lowercase character (capitalized-comments)
(#22) Expected space(s) after "switch". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing space before opening brace. (space-before-blocks)
(#28) Expected space(s) before "else". (keyword-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing space before opening brace. (space-before-blocks)
(#34) Comments should not begin with a lowercase character (capitalized-comments)
(#34) Expected space or tab after '//' in comment. (spaced-comment)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected alert. (no-alert)
(#47) Missing space before opening brace. (space-before-blocks)
(#48) Infix operators must be spaced. (space-infix-ops)
(#49) Expected space or tab after '//' in comment. (spaced-comment)
(#49) Comments should not begin with a lowercase character (capitalized-comments)
(#51) Missing space before opening brace. (space-before-blocks)
(#52) Infix operators must be spaced. (space-infix-ops)
(#53) Expected space or tab after '//' in comment. (spaced-comment)
(#53) Comments should not begin with a lowercase character (capitalized-comments)
(#56) Comments should not begin with a lowercase character (capitalized-comments)
(#56) Expected space or tab after '//' in comment. (spaced-comment)

CSS problems

(216 errors, 6 warnings)

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

mod/readaloud/styles.css
(#49) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#77) Expected single space before "{" (block-opening-brace-space-before)
(#84) Expected single space before "{" (block-opening-brace-space-before)
(#92) Expected single space before "{" (block-opening-brace-space-before)
(#152) Expected single space before "{" (block-opening-brace-space-before)
(#186) Expected single space before "{" (block-opening-brace-space-before)
(#212) Expected single space before "{" (block-opening-brace-space-before)
(#256) Expected single space before "{" (block-opening-brace-space-before)
(#274) Expected single space before "{" (block-opening-brace-space-before)
(#298) Expected single space before "{" (block-opening-brace-space-before)
(#301) Expected single space before "{" (block-opening-brace-space-before)
(#125) Expected "#CCCCCC" to be "#cccccc" (color-hex-case)
(#168) Expected "#CCCCCC" to be "#cccccc" (color-hex-case)
(#125) Expected "#CCCCCC" to be "#CCC" (color-hex-length)
(#168) Expected "#CCCCCC" to be "#CCC" (color-hex-length)
(#285) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#145) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#286) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#137) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#142) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#150) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#258) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#269) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#276) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#280) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#281) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#285) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#286) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected indentation of 4 spaces (indentation)
(#5) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) 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)
(#36) 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)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#61) Expected indentation of 4 spaces (indentation)
(#62) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#65) 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)
(#75) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#87) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#99) Expected indentation of 4 spaces (indentation)
(#100) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) 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)
(#145) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#161) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#165) Expected indentation of 4 spaces (indentation)
(#168) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#187) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#200) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 4 spaces (indentation)
(#227) Expected indentation of 4 spaces (indentation)
(#231) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#233) Expected indentation of 4 spaces (indentation)
(#234) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#236) Expected indentation of 4 spaces (indentation)
(#237) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#249) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#251) Expected indentation of 4 spaces (indentation)
(#252) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 0 spaces (indentation)
(#257) 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)
(#262) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#269) Expected indentation of 4 spaces (indentation)
(#270) Expected indentation of 4 spaces (indentation)
(#289) Expected indentation of 0 spaces (indentation)
(#275) 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)
(#281) Expected indentation of 4 spaces (indentation)
(#282) Expected indentation of 4 spaces (indentation)
(#283) 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)
(#290) Expected indentation of 0 spaces (indentation)
(#291) Expected indentation of 0 spaces (indentation)
(#294) Expected indentation of 0 spaces (indentation)
(#292) Expected indentation of 4 spaces (indentation)
(#293) Expected indentation of 4 spaces (indentation)
(#296) Expected indentation of 4 spaces (indentation)
(#299) Expected indentation of 4 spaces (indentation)
(#302) Expected indentation of 4 spaces (indentation)
(#305) Expected indentation of 4 spaces (indentation)
(#308) Expected indentation of 4 spaces (indentation)
(#312) Expected indentation of 4 spaces (indentation)
(#313) Expected indentation of 4 spaces (indentation)
(#314) Expected indentation of 4 spaces (indentation)
(#315) Expected indentation of 4 spaces (indentation)
(#316) Expected indentation of 4 spaces (indentation)
(#317) Expected indentation of 4 spaces (indentation)
(#318) Expected indentation of 4 spaces (indentation)
(#319) 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)
(#335) Expected indentation of 4 spaces (indentation)
(#340) Expected indentation of 4 spaces (indentation)
(#343) Expected indentation of 4 spaces (indentation)
(#344) Expected indentation of 4 spaces (indentation)
(#161) Unexpected unit (length-zero-no-unit)
(#264) Unexpected unit (length-zero-no-unit)
(#49) Unexpected whitespace at end of line (no-eol-whitespace)
(#145) Unexpected whitespace at end of line (no-eol-whitespace)
(#217) Unexpected whitespace at end of line (no-eol-whitespace)
(#218) Unexpected whitespace at end of line (no-eol-whitespace)
(#286) Unexpected whitespace at end of line (no-eol-whitespace)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#217) Expected newline after "," (selector-list-comma-newline-after)
(#218) Expected newline after "," (selector-list-comma-newline-after)

PHPDocs style problems

(415 errors, 36 warnings)

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

mod/readaloud/ajaxhelper.php
(#2) Empty line found after PHP open tag
(#82) Function save_to_moodle is not documented
(#121) Function register_aws_task is not documented
(#22) Package mod_ReadAloud is not valid
mod/readaloud/backup/moodle2/backup_readaloud_activity_task.class.php
(#2) Empty line found after PHP open tag
(#33) Class backup_readaloud_activity_task does not have @copyright tag
(#33) Class backup_readaloud_activity_task does not have @license tag
mod/readaloud/backup/moodle2/backup_readaloud_stepslib.php
(#2) Empty line found after PHP open tag
(#47) Found comment starting with three or more slashes
(#49) Found comment starting with three or more slashes
(#31) Class backup_readaloud_activity_structure_step does not have @copyright tag
(#31) Class backup_readaloud_activity_structure_step does not have @license tag
mod/readaloud/backup/moodle2/restore_readaloud_activity_task.class.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#30) No one-line description found in phpdocs for class restore_readaloud_activity_task
(#30) Class restore_readaloud_activity_task does not have @copyright tag
(#30) Class restore_readaloud_activity_task does not have @license tag
mod/readaloud/backup/moodle2/restore_readaloud_stepslib.php
(#2) Empty line found after PHP open tag
(#35) Function restore_readaloud_activity_structure_step::define_structure is not documented
(#75) Function restore_readaloud_activity_structure_step::process_readaloud is not documented
(#93) Function restore_readaloud_activity_structure_step::process_readaloud_attempt is not documented
(#112) Function restore_readaloud_activity_structure_step::process_readaloud_ai_result is not documented
(#132) Function restore_readaloud_activity_structure_step::after_execute is not documented
(#41) Found comment starting with three or more slashes
(#43) Found comment starting with three or more slashes
(#56) Found comment starting with three or more slashes
(#58) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#30) Class restore_readaloud_activity_structure_step does not have @copyright tag
(#30) Class restore_readaloud_activity_structure_step does not have @license tag
mod/readaloud/classes/aigrade.php
(#16) Class aigrade is not documented
(#18) Function aigrade::__construct is not documented
(#52) Function aigrade::aidetails is not documented
(#83) Function aigrade::has_attempt is not documented
(#90) Function aigrade::send_to_gradebook is not documented
(#97) Function aigrade::has_transcripts is not documented
(#102) Function aigrade::is_ai_enabled is not documented
(#108) Function aigrade::create_record is not documented
(#128) Function aigrade::fetch_transcripts is not documented
(#161) Function aigrade::do_diff is not documented
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#16) Package is not specified for class aigrade. It is also not specified in file-level phpdocs
mod/readaloud/classes/constants.php
(#13) Class constants is not documented
(#16) Constant constants::M_COMPONENT is not documented
(#17) Constant constants::M_FILEAREA_SUBMISSIONS is not documented
(#18) Constant constants::M_TABLE is not documented
(#19) Constant constants::M_USERTABLE is not documented
(#20) Constant constants::M_AITABLE is not documented
(#21) Constant constants::M_MODNAME is not documented
(#22) Constant constants::M_URL is not documented
(#23) Constant constants::M_CLASS is not documented
(#26) Constant constants::M_GRADEHIGHEST is not documented
(#27) Constant constants::M_GRADELOWEST is not documented
(#28) Constant constants::M_GRADELATEST is not documented
(#29) Constant constants::M_GRADEAVERAGE is not documented
(#30) Constant constants::M_GRADENONE is not documented
(#32) Constant constants::ACCMETHOD_NONE is not documented
(#33) Constant constants::ACCMETHOD_AUTO is not documented
(#34) Constant constants::ACCMETHOD_FIXED is not documented
(#35) Constant constants::ACCMETHOD_NOERRORS is not documented
(#37) Constant constants::POSTATTEMPT_NONE is not documented
(#38) Constant constants::POSTATTEMPT_EVAL is not documented
(#39) Constant constants::POSTATTEMPT_EVALERRORS is not documented
(#41) Constant constants::REVIEWMODE_NONE is not documented
(#42) Constant constants::REVIEWMODE_MACHINE is not documented
(#43) Constant constants::REVIEWMODE_HUMAN is not documented
(#44) Constant constants::REVIEWMODE_SCORESONLY is not documented
(#46) Constant constants::MACHINEGRADE_NONE is not documented
(#47) Constant constants::MACHINEGRADE_MACHINE is not documented
(#50) Constant constants::M_RECORD_BUTTON is not documented
(#51) Constant constants::M_START_BUTTON is not documented
(#52) Constant constants::M_UPDATE_CONTROL is not documented
(#53) Constant constants::M_DRAFT_CONTROL is not documented
(#54) Constant constants::M_PROGRESS_CONTAINER is not documented
(#55) Constant constants::M_HIDER is not documented
(#56) Constant constants::M_STOP_BUTTON is not documented
(#57) Constant constants::M_WHERETONEXT_CONTAINER is not documented
(#58) Constant constants::M_RECORD_BUTTON_CONTAINER is not documented
(#59) Constant constants::M_START_BUTTON_CONTAINER is not documented
(#60) Constant constants::M_STOP_BUTTON_CONTAINER is not documented
(#61) Constant constants::M_RECORDERID is not documented
(#62) Constant constants::M_RECORDING_CONTAINER is not documented
(#63) Constant constants::M_RECORDER_CONTAINER is not documented
(#64) Constant constants::M_DUMMY_RECORDER is not documented
(#65) Constant constants::M_RECORDER_INSTRUCTIONS_RIGHT is not documented
(#66) Constant constants::M_RECORDER_INSTRUCTIONS_LEFT is not documented
(#67) Constant constants::M_INSTRUCTIONS_CONTAINER is not documented
(#68) Constant constants::M_PASSAGE_CONTAINER is not documented
(#69) Constant constants::M_POSTATTEMPT is not documented
(#70) Constant constants::M_FEEDBACK_CONTAINER is not documented
(#71) Constant constants::M_ERROR_CONTAINER is not documented
(#72) Constant constants::M_GRADING_ERROR_CONTAINER is not documented
(#73) Constant constants::M_GRADING_ERROR_IMG is not documented
(#74) Constant constants::M_GRADING_ERROR_SCORE is not documented
(#75) Constant constants::M_GRADING_WPM_CONTAINER is not documented
(#76) Constant constants::M_GRADING_WPM_IMG is not documented
(#77) Constant constants::M_GRADING_WPM_SCORE is not documented
(#78) Constant constants::M_GRADING_ACCURACY_CONTAINER is not documented
(#79) Constant constants::M_GRADING_ACCURACY_IMG is not documented
(#80) Constant constants::M_GRADING_ACCURACY_SCORE is not documented
(#81) Constant constants::M_GRADING_SESSION_SCORE is not documented
(#82) Constant constants::M_GRADING_SESSIONSCORE_CONTAINER is not documented
(#83) Constant constants::M_GRADING_SCORE is not documented
(#84) Constant constants::M_GRADING_PLAYER_CONTAINER is not documented
(#85) Constant constants::M_GRADING_PLAYER is not documented
(#86) Constant constants::M_GRADING_ACTION_CONTAINER is not documented
(#87) Constant constants::M_GRADING_FORM_SESSIONTIME is not documented
(#88) Constant constants::M_GRADING_FORM_SESSIONSCORE is not documented
(#89) Constant constants::M_GRADING_FORM_WPM is not documented
(#90) Constant constants::M_GRADING_FORM_ACCURACY is not documented
(#91) Constant constants::M_GRADING_FORM_SESSIONENDWORD is not documented
(#92) Constant constants::M_GRADING_FORM_SESSIONERRORS is not documented
(#93) Constant constants::M_GRADESADMIN_CONTAINER is not documented
(#94) Constant constants::M_HIDDEN_PLAYER is not documented
(#95) Constant constants::M_HIDDEN_PLAYER_BUTTON is not documented
(#96) Constant constants::M_HIDDEN_PLAYER_BUTTON_ACTIVE is not documented
(#97) Constant constants::M_HIDDEN_PLAYER_BUTTON_PAUSED is not documented
(#98) Constant constants::M_HIDDEN_PLAYER_BUTTON_PLAYING is not documented
(#99) Constant constants::M_EVALUATED_MESSAGE is not documented
(#102) Constant constants::M_LANG_ENUS is not documented
(#103) Constant constants::M_LANG_ENUK is not documented
(#104) Constant constants::M_LANG_ENAU is not documented
(#105) Constant constants::M_LANG_ENIN is not documented
(#106) Constant constants::M_LANG_ESUS is not documented
(#107) Constant constants::M_LANG_ESES is not documented
(#108) Constant constants::M_LANG_FRCA is not documented
(#109) Constant constants::M_LANG_FRFR is not documented
(#110) Constant constants::M_LANG_DEDE is not documented
(#111) Constant constants::M_LANG_ITIT is not documented
(#112) Constant constants::M_LANG_PTBR is not documented
(#113) Constant constants::M_LANG_DADK is not documented
(#115) Constant constants::TRANSCRIBER_NONE is not documented
(#116) Constant constants::TRANSCRIBER_AMAZONTRANSCRIBE is not documented
(#117) Constant constants::TRANSCRIBER_GOOGLECLOUDSPEECH is not documented
(#118) Constant constants::TRANSCRIBER_GOOGLECHROME is not documented
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#13) Package is not specified for class constants. It is also not specified in file-level phpdocs
mod/readaloud/classes/diff.php
(#2) Empty line found after PHP open tag
(#19) Class diff is not documented
(#32) Function diff::fetchWordArray is not documented
(#57) Function diff::cleanText is not documented
(#113) Function diff::fetchAlternativesArray is not documented
(#158) Function diff::generous_match is not documented
(#185) Function diff::fetchSequences is not documented
(#322) Function diff::debug_print_sequence is not documented
(#340) Function diff::check_alternatives_for_match is not documented
(#375) Function diff::fetchWildcardsArray is not documented
(#394) Function diff::mb_strequals is not documented
(#409) Function diff::cmp is not documented
(#434) Function diff::fetchDiffs is not documented
(#555) Function diff::applyWildcards is not documented
(#22) Constant diff::MATCHED is not documented
(#23) Constant diff::UNMATCHED is not documented
(#24) Constant diff::ALTERNATEMATCH is not documented
(#25) Constant diff::NOTALTERNATEMATCH is not documented
mod/readaloud/classes/form/alternatives.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Found comment starting with three or more slashes
(#23) Found comment starting with three or more slashes
(#44) Not recommended phpdocs tag @abstract used
(#39) Package is not specified for class alternatives. It is also not specified in file-level phpdocs
mod/readaloud/classes/gradenow.php
(#45) Function gradenow::__construct is not documented
(#76) Function gradenow::get_next_ungraded_id is not documented
(#97) Function gradenow::update is not documented
(#115) Function gradenow::attemptdetails is not documented
(#142) Function gradenow::formdetails is not documented
(#180) Function gradenow::prepare_javascript is not documented
(#39) Variable gradenow::$modulecontextid is not documented
(#40) Variable gradenow::$attemptid is not documented
(#41) Variable gradenow::$attemptdata is not documented
(#42) Variable gradenow::$activitydata is not documented
(#43) Variable gradenow::$aidata is not documented
mod/readaloud/classes/output/gradenow_renderer.php
(#15) Class gradenow_renderer is not documented
(#17) Function gradenow_renderer::render_attempt_scoresheader is not documented
(#28) Function gradenow_renderer::render_gradenow is not documented
(#38) Function gradenow_renderer::render_userreview is not documented
(#47) Function gradenow_renderer::render_machinereview is not documented
(#60) Function gradenow_renderer::render_machinereview_buttons is not documented
(#79) Function gradenow_renderer::render_debuginfo is not documented
(#109) Function gradenow_renderer::render_attempt_header is not documented
(#114) Function gradenow_renderer::render_machinegrade_attempt_header is not documented
(#119) Function gradenow_renderer::render_passage is not documented
(#174) Function gradenow_renderer::render_passageactions is not documented
(#199) Function gradenow_renderer::render_audioplayer is not documented
(#207) Function gradenow_renderer::render_hiddenaudioplayer is not documented
(#211) Function gradenow_renderer::render_wpmdetails is not documented
(#219) Function gradenow_renderer::render_sessionscoredetails is not documented
(#227) Function gradenow_renderer::render_accuracydetails is not documented
(#235) Function gradenow_renderer::render_mistakedetails is not documented
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#15) Package is not specified for class gradenow_renderer. It is also not specified in file-level phpdocs
mod/readaloud/classes/output/renderer.php
(#14) Class renderer is not documented
(#231) Function renderer::show_ungradedyet is not documented
(#314) Function renderer::show_humanevaluated_message is not documented
(#320) Function renderer::show_machineevaluated_message is not documented
(#421) Function renderer::fetch_activity_amd is not documented
(#38) Found comment starting with three or more slashes
(#2) No one-line description found in phpdocs for file
(#68) There is no description in phpdocs for function reattemptbutton
(#81) There is no description in phpdocs for function show_wheretonext
(#100) There is no description in phpdocs for function show_machineregradeallbutton
(#112) There is no description in phpdocs for function show_pushmachinegrades
(#132) There is no description in phpdocs for function show_all_mistranscriptions
(#211) There is no description in phpdocs for function show_currenterrorestimate
(#221) There is no description in phpdocs for function exceededattempts
(#19) Phpdocs for function renderer::header has incomplete parameters list
(#68) Phpdocs for function renderer::reattemptbutton has incomplete parameters list
(#81) Phpdocs for function renderer::show_wheretonext has incomplete parameters list
(#100) Phpdocs for function renderer::show_machineregradeallbutton has incomplete parameters list
(#112) Phpdocs for function renderer::show_pushmachinegrades has incomplete parameters list
(#133) Phpdocs for function renderer::show_all_mistranscriptions has incomplete parameters list
(#211) Phpdocs for function renderer::show_currenterrorestimate has incomplete parameters list
(#221) Phpdocs for function renderer::exceededattempts has incomplete parameters list
(#237) Phpdocs for function renderer::show_gradesadmin_heading has incomplete parameters list
(#252) Phpdocs for function renderer::show_welcome has incomplete parameters list
(#265) Phpdocs for function renderer::show_intro has incomplete parameters list
(#278) Phpdocs for function renderer::show_passage_postattempt has incomplete parameters list
(#289) Phpdocs for function renderer::show_passage has incomplete parameters list
(#301) Phpdocs for function renderer::show_progress has incomplete parameters list
(#326) Phpdocs for function renderer::show_feedback has incomplete parameters list
(#339) Phpdocs for function renderer::show_feedback_postattempt has incomplete parameters list
(#352) Phpdocs for function renderer::show_error has incomplete parameters list
(#364) Phpdocs for function renderer::show_recorder has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#14) Package is not specified for class renderer. It is also not specified in file-level phpdocs
mod/readaloud/classes/output/report_renderer.php
(#13) Class report_renderer is not documented
(#16) Function report_renderer::render_reportmenu is not documented
(#33) Function report_renderer::render_delete_allattempts is not documented
(#42) Function report_renderer::render_reporttitle_html is not documented
(#49) Function report_renderer::render_empty_section_html is not documented
(#55) Function report_renderer::render_exportbuttons_html is not documented
(#69) Function report_renderer::render_grading_exportbuttons_html is not documented
(#85) Function report_renderer::render_section_csv is not documented
(#116) Function report_renderer::render_section_html is not documented
(#156) Function report_renderer::show_reports_footer is not documented
(#165) Function report_renderer::show_perpage_selector is not documented
(#188) Function report_renderer::show_grading_footer is not documented
(#199) Function report_renderer::show_export_buttons is not documented
(#209) Function report_renderer::show_machinegrading_footer is not documented
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#13) Package is not specified for class report_renderer. It is also not specified in file-level phpdocs
mod/readaloud/classes/report/attempts.php
(#14) Class attempts is not documented
(#24) Function attempts::fetch_formatted_field is not documented
(#90) Function attempts::fetch_formatted_heading is not documented
(#99) Function attempts::process_raw_data is not documented
(#17) Variable attempts::$report is not documented
(#18) Variable attempts::$fields is not documented
(#19) Variable attempts::$headingdata is not documented
(#20) Variable attempts::$qcache is not documented
(#21) Variable attempts::$ucache is not documented
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#14) Package is not specified for class attempts. It is also not specified in file-level phpdocs
mod/readaloud/classes/report/basereport.php
(#2) File-level phpdocs block is not found
(#54) Function basereport::process_raw_data is not documented
(#55) Function basereport::fetch_formatted_heading is not documented
(#57) Function basereport::fetch_fields is not documented
(#60) Function basereport::fetch_head is not documented
(#67) Function basereport::fetch_name is not documented
(#71) Function basereport::fetch_all_rows_count is not documented
(#75) Function basereport::truncate is not documented
(#82) Function basereport::fetch_cache is not documented
(#93) Function basereport::fetch_formatted_time is not documented
(#101) Function basereport::fetch_time_difference is not documented
(#117) Function basereport::fetch_formatted_rows is not documented
(#141) Function basereport::fetch_formatted_field is not documented
(#47) Variable basereport::$report is not documented
(#48) Variable basereport::$head is not documented
(#49) Variable basereport::$rawdata is not documented
(#50) Variable basereport::$fields is not documented
(#51) Variable basereport::$dbcache is not documented
mod/readaloud/classes/report/basic.php
(#13) Class basic is not documented
(#22) Function basic::fetch_formatted_field is not documented
(#47) Function basic::fetch_formatted_heading is not documented
(#55) Function basic::process_raw_data is not documented
(#16) Variable basic::$report is not documented
(#17) Variable basic::$fields is not documented
(#18) Variable basic::$headingdata is not documented
(#19) Variable basic::$qcache is not documented
(#20) Variable basic::$ucache is not documented
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#13) Package is not specified for class basic. It is also not specified in file-level phpdocs
mod/readaloud/classes/report/grading.php
(#14) Class grading is not documented
(#24) Function grading::fetch_formatted_field is not documented
(#160) Function grading::fetch_formatted_heading is not documented
(#172) Function grading::process_raw_data is not documented
(#17) Variable grading::$report is not documented
(#18) Variable grading::$fields is not documented
(#19) Variable grading::$headingdata is not documented
(#20) Variable grading::$qcache is not documented
(#21) Variable grading::$ucache is not documented
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#14) Package is not specified for class grading. It is also not specified in file-level phpdocs
mod/readaloud/classes/report/gradingbyuser.php
(#14) Class gradingbyuser is not documented
(#25) Function gradingbyuser::fetch_formatted_heading is not documented
(#34) Function gradingbyuser::fetch_formatted_field is not documented
(#134) Function gradingbyuser::process_raw_data is not documented
(#17) Variable gradingbyuser::$report is not documented
(#18) Variable gradingbyuser::$fields is not documented
(#19) Variable gradingbyuser::$headingdata is not documented
(#20) Variable gradingbyuser::$qcache is not documented
(#21) Variable gradingbyuser::$ucache is not documented
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#14) Package is not specified for class gradingbyuser. It is also not specified in file-level phpdocs
mod/readaloud/classes/report/machinegrading.php
(#14) Class machinegrading is not documented
(#24) Function machinegrading::fetch_formatted_field is not documented
(#152) Function machinegrading::fetch_formatted_heading is not documented
(#163) Function machinegrading::process_raw_data is not documented
(#17) Variable machinegrading::$report is not documented
(#18) Variable machinegrading::$fields is not documented
(#19) Variable machinegrading::$headingdata is not documented
(#20) Variable machinegrading::$qcache is not documented
(#21) Variable machinegrading::$ucache is not documented
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#14) Package is not specified for class machinegrading. It is also not specified in file-level phpdocs
mod/readaloud/classes/report/machinegradingbyuser.php
(#14) Class machinegradingbyuser is not documented
(#25) Function machinegradingbyuser::fetch_formatted_heading is not documented
(#36) Function machinegradingbyuser::fetch_formatted_field is not documented
(#94) Function machinegradingbyuser::process_raw_data is not documented
(#17) Variable machinegradingbyuser::$report is not documented
(#18) Variable machinegradingbyuser::$fields is not documented
(#19) Variable machinegradingbyuser::$headingdata is not documented
(#20) Variable machinegradingbyuser::$qcache is not documented
(#21) Variable machinegradingbyuser::$ucache is not documented
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#14) Package is not specified for class machinegradingbyuser. It is also not specified in file-level phpdocs
mod/readaloud/classes/task/readaloud_s3_adhoc.php
(#81) Function readaloud_s3_adhoc::do_retry_soon is not documented
(#94) Function readaloud_s3_adhoc::do_retry_delayed is not documented
(#99) Function readaloud_s3_adhoc::do_forever_fail is not documented
mod/readaloud/classes/task/readaloud_scheduled.php
(#40) Function readaloud_scheduled::get_name is not documented
mod/readaloud/classes/utils.php
(#40) Function utils::make_audio_URL is not documented
(#54) Function utils::can_transcribe is not documented
(#80) Function utils::is_json is not documented
(#91) Function utils::curl_fetch is not documented
(#105) Function utils::fetch_token_for_display is not documented
(#163) Function utils::fetch_token is not documented
(#240) Function utils::lines_to_brs is not documented
(#247) Function utils::fetch_duration_from_transcript is not documented
(#270) Function utils::fetch_audio_points is not documented
(#292) Function utils::fetch_audio_points_json is not documented
(#338) Function utils::fetch_audio_points_gjson is not documented
(#387) Function utils::processscores is not documented
(#443) Function utils::count_sessionerrors is not documented
(#454) Function utils::get_aieval_byuser is not documented
(#464) Function utils::estimate_errors is not documented
(#481) Function utils::fetch_all_mistranscriptions is not documented
(#523) Function utils::fetch_attempt_mistranscriptions is not documented
(#545) Function utils::fetch_one_mistranscription is not documented
(#647) Function utils::get_postattempt_options is not documented
(#656) Function utils::get_accadjust_options is not documented
(#665) Function utils::get_region_options is not documented
(#678) Function utils::get_machinegrade_options is not documented
(#685) Function utils::get_timelimit_options is not documented
(#699) Function utils::get_expiredays_options is not documented
(#713) Function utils::fetch_options_transcribers is not documented
(#719) Function utils::get_lang_options is not documented
(#389) Found comment starting with three or more slashes
(#600) Found comment starting with three or more slashes
(#619) Phpdocs for function utils::fetch_next_activity has incomplete parameters list
mod/readaloud/db/access.php
(#2) Empty line found after PHP open tag
mod/readaloud/db/install.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
mod/readaloud/db/log.php
(#2) Empty line found after PHP open tag
mod/readaloud/db/tasks.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/readaloud/db/uninstall.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
mod/readaloud/db/upgrade.php
(#2) Empty line found after PHP open tag
mod/readaloud/gradesadmin.php
(#2) Empty line found after PHP open tag
(#111) Found comment starting with three or more slashes
mod/readaloud/grading.php
(#2) Empty line found after PHP open tag
(#126) Found comment starting with three or more slashes
mod/readaloud/index.php
(#2) Empty line found after PHP open tag
(#29) Found comment starting with three or more slashes
mod/readaloud/lang/en/readaloud.php
(#2) Empty line found after PHP open tag
mod/readaloud/lib.php
(#2) Empty line found after PHP open tag
(#82) Function readaloud_editor_with_files_options is not documented
(#87) Function readaloud_editor_no_files_options is not documented
(#336) Function readaloud_get_completion_state is not documented
(#342) Function readaloud_is_complete is not documented
(#390) Function readaloud_get_editornames is not documented
(#423) Function readaloud_process_editors is not documented
(#37) Found comment starting with three or more slashes
(#39) Found comment starting with three or more slashes
(#146) Found comment starting with three or more slashes
(#588) Found comment starting with three or more slashes
(#590) Found comment starting with three or more slashes
(#635) Found comment starting with three or more slashes
(#637) Found comment starting with three or more slashes
(#719) Found comment starting with three or more slashes
(#721) Found comment starting with three or more slashes
(#65) Phpdocs for function readaloud_reset_course_form_definition has incomplete parameters list
(#96) Phpdocs for function readaloud_reset_gradebook has incomplete parameters list
(#383) Phpdocs for function readaloud_dotask has incomplete parameters list
(#402) Phpdocs for function readaloud_add_instance has incomplete parameters list
(#443) Phpdocs for function readaloud_update_instance has incomplete parameters list
(#498) Phpdocs for function readaloud_user_outline has incomplete parameters list
(#528) Phpdocs for function readaloud_print_recent_activity has incomplete parameters list
(#558) Phpdocs for function readaloud_print_recent_mod_activity has incomplete parameters list
(#600) Phpdocs for function readaloud_scale_used has incomplete parameters list
(#619) Phpdocs for function readaloud_scale_used_anywhere has incomplete parameters list
(#728) Phpdocs for function readaloud_extend_navigation has incomplete parameters list
(#94) Not recommended phpdocs tag @global used
(#94) Not recommended phpdocs tag @global used
(#117) Not recommended phpdocs tag @global used
(#117) Not recommended phpdocs tag @global used
(#275) Not recommended phpdocs tag @global used
(#275) Not recommended phpdocs tag @global used
(#581) Not recommended phpdocs tag @example used
(#606) Not recommended phpdocs tag @example used
(#625) Not recommended phpdocs tag @example used
(#559) Invalid inline phpdocs tag @see found
mod/readaloud/manageattempts.php
(#2) Empty line found after PHP open tag
(#86) Found comment starting with three or more slashes
(#99) Found comment starting with three or more slashes
mod/readaloud/mod_form.php
(#2) Empty line found after PHP open tag
(#256) Function mod_readaloud_mod_form::completion_rule_enabled is not documented
(#260) Function mod_readaloud_mod_form::data_preprocessing is not documented
(#35) Class mod_readaloud_mod_form does not have @copyright tag
(#35) Class mod_readaloud_mod_form does not have @license tag
mod/readaloud/refreshtoken.php
(#2) Empty line found after PHP open tag
(#22) Package Mod_ReadAloud is not valid
mod/readaloud/reports.php
(#2) Empty line found after PHP open tag
(#88) Found comment starting with three or more slashes
mod/readaloud/settings.php
(#2) Empty line found after PHP open tag
(#21) Package mod is not valid
mod/readaloud/tabs.php
(#2) Empty line found after PHP open tag
(#32) Found comment starting with three or more slashes
mod/readaloud/version.php
(#2) Empty line found after PHP open tag
mod/readaloud/view.php
(#2) Empty line found after PHP open tag
(#75) Found comment starting with three or more slashes

Update savepoints problems

(0 errors, 0 warnings)

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


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 "stylelint:css" 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, 0 warnings)

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