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

(5569 errors, 897 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 after closing parenthesis; found 0
(#83) Commas (,) must be followed by white space.
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) 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"
(#87) Expected 1 space before "="; 0 found
(#87) Expected 1 space after "="; 0 found
(#88) Expected 1 space before "="; 0 found
(#88) Expected 1 space after "="; 0 found
(#89) Expected 1 space before "="; 0 found
(#89) Expected 1 space after "="; 0 found
(#90) Expected 1 space before "="; 0 found
(#90) Expected 1 space after "="; 0 found
(#91) Expected 1 space before "="; 0 found
(#91) Expected 1 space after "="; 0 found
(#92) Expected 1 space before "="; 0 found
(#92) Expected 1 space after "="; 0 found
(#93) Line exceeds 132 characters; contains 140 characters
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) This comment is 58% valid code; is this commented out code?
(#93) 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"
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#96) Expected 1 space before "="; 0 found
(#96) Expected 1 space after "="; 0 found
(#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) Commas (,) must be followed by white space.
(#100) Expected "if (...) {\n"; found "if(...){\n"
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) 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"
(#106) 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,"
(#107) 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."
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) 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"
(#109) Expected "if (...) {\n"; found "if(...) {\n"
(#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 "// return the attempt id" but found "//return the attempt id"
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) No space found before comment text; expected "// register an adhoc task to pick up transcripts" but found "//register an adhoc task to pick up transcripts"
(#118) Commas (,) must be followed by white space.
(#118) Expected 1 space after closing parenthesis; found 0
(#119) Variable "s3_task" must not contain underscores.
(#120) Variable "s3_task" must not contain underscores.
(#127) Variable "s3_task" must not contain underscores.
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) 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.
(#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
(#100) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Whitespace found at end of line
(#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
(#119) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#126) 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"
(#127) 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"
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) 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. )"
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) 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) Whitespace found at end of line
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 3
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 8 spaces, found 3
(#141) Expected "if (...) {\n"; found "if(...){\n"
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 12 spaces, found 3
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 8 spaces, found 3
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) 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 after closing parenthesis; found 0
(#69) Line indented incorrectly; expected at least 16 spaces, found 12
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) 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?"
(#80) Expected 1 space after closing parenthesis; found 0
(#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 "// 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"
(#87) Expected 1 space after closing parenthesis; found 0
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) No space found before comment text; expected "// do we have the AI transcripts" but found "//do we have the AI transcripts"
(#94) Line indented incorrectly; expected 4 spaces, found 3
(#94) Expected 1 space after closing parenthesis; found 0
(#95) Commas (,) must be followed by white space.
(#95) Line exceeds 132 characters; contains 137 characters
(#96) Closing brace indented incorrectly; expected 3 spaces, found 4
(#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 "// do we have the AI at all" but found "//do we have the AI at all"
(#99) Expected 1 space after closing parenthesis; found 0
(#100) Line indented incorrectly; expected at least 8 spaces, found 7
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) 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"
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) 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"
(#105) Line indented incorrectly; expected 4 spaces, found 3
(#105) Commas (,) must be followed by white space.
(#105) Expected 1 space after closing parenthesis; found 0
(#108) Expected 1 space before "="; 0 found
(#108) Expected 1 space after "="; 0 found
(#109) Expected 1 space before "="; 0 found
(#109) Expected 1 space after "="; 0 found
(#110) Expected 1 space before "="; 0 found
(#110) Expected 1 space after "="; 0 found
(#111) Expected 1 space before "="; 0 found
(#111) Expected 1 space after "="; 0 found
(#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
(#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) Commas (,) must be followed by white space.
(#120) Closing brace indented incorrectly; expected 3 spaces, found 4
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) 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,"
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Line indented incorrectly; expected 4 spaces, found 3
(#125) Expected 1 space after closing parenthesis; found 0
(#128) Expected 1 space before "="; 0 found
(#129) Expected "if (...) {\n"; found "if(...){\n"
(#129) Commas (,) must be followed by white space.
(#129) Expected 1 space before "==="; 0 found
(#129) Expected 1 space after "==="; 0 found
(#131) Expected "if (...) {\n"; found "if(...){\n"
(#131) Commas (,) must be followed by white space.
(#131) Expected 1 space before ">"; 0 found
(#131) Expected 1 space after ">"; 0 found
(#136) Expected "if (...) {\n"; found "if(...) {\n"
(#144) Expected 1 space after "="; 2 found
(#147) Closing brace indented incorrectly; expected 3 spaces, found 4
(#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 "// 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"
(#150) Line indented incorrectly; expected 4 spaces, found 3
(#150) Expected 1 space after closing parenthesis; found 0
(#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 "// turn the passage and transcript into an array of words" but found "//turn the passage and transcript into an array of words"
(#154) Line indented incorrectly; expected at least 8 spaces, found 7
(#155) Line indented incorrectly; expected at least 8 spaces, found 7
(#156) Line indented incorrectly; expected at least 8 spaces, found 7
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Line indented incorrectly; expected at least 8 spaces, found 7
(#158) No space found before comment text; expected "// fetch sequences of transcript/pattern matched words" but found "//fetch sequences of transcript/pattern matched words"
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Line indented incorrectly; expected at least 8 spaces, found 7
(#160) Line indented incorrectly; expected at least 8 spaces, found 7
(#161) Line indented incorrectly; expected at least 8 spaces, found 7
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#162) Line indented incorrectly; expected at least 8 spaces, found 7
(#162) Commas (,) must be followed by white space.
(#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) Line indented incorrectly; expected at least 8 spaces, found 7
(#164) 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"
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) No space found before comment text; expected "// loop through diffs" but found "//loop through diffs"
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Line indented incorrectly; expected at least 8 spaces, found 7
(#171) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) 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"
(#177) Expected 1 space before "="; 0 found
(#177) 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
(#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 "// 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"
(#185) Expected 1 space before "="; 0 found
(#185) Expected 1 space after "="; 0 found
(#185) Expected 1 space before "-"; 0 found
(#185) Expected 1 space after "-"; 0 found
(#186) Expected 1 space before "="; 0 found
(#186) Expected 1 space after "="; 0 found
(#188) Expected 1 space before "="; 0 found
(#188) Expected 1 space after "="; 0 found
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) 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"
(#189) Expected 1 space before "="; 0 found
(#189) Expected 1 space after "="; 0 found
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) 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"
(#190) Expected 1 space before "="; 0 found
(#190) Expected 1 space after "="; 0 found
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) No space found before comment text; expected "// do nothing" but found "//do nothing"
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) No space found before comment text; expected "// should never get here" but found "//should never get here"
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) 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."
(#205) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#205) Expected 1 space before "=>"; 0 found
(#205) Expected 1 space after "=>"; 0 found
(#205) Expected 1 space before "=>"; 0 found
(#205) Expected 1 space after "=>"; 0 found
(#211) Inline comments must start with a capital letter, digit or 3-dots sequence
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
(#211) No space found before comment text; expected "// finalise and serialise session errors" but found "//finalise and serialise session errors"
(#214) Inline comments must start with a capital letter, digit or 3-dots sequence
(#214) 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"
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) Line indented incorrectly; expected at least 8 spaces, found 7
(#215) 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"
(#216) Line indented incorrectly; expected at least 8 spaces, found 7
(#216) Commas (,) must be followed by white space.
(#217) Line indented incorrectly; expected at least 8 spaces, found 7
(#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) Line indented incorrectly; expected at least 8 spaces, found 7
(#219) No space found before comment text; expected "// session time" but found "//session time"
(#221) Expected "if (...) {\n"; found "if(...){\n"
(#222) Expected "if (...) {\n"; found "if(...){\n"
(#223) Expected 1 space before "="; 0 found
(#223) Expected 1 space after "="; 0 found
(#224) Usage of ELSEIF not allowed; use ELSE IF instead
(#226) Expected "} else {\n"; found "}else {\n"
(#227) Inline comments must start with a capital letter, digit or 3-dots sequence
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) No space found before comment text; expected "// 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"
(#230) Expected "if (...) {\n"; found "if(...) {\n"
(#230) Expected 1 space before "<"; 0 found
(#230) Expected 1 space after "<"; 0 found
(#231) Inline comments must start with a capital letter, digit or 3-dots sequence
(#231) 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."
(#243) Inline comments must start with a capital letter, digit or 3-dots sequence
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) No space found before comment text; expected "// save the diff and attempt analysis in the DB" but found "//save the diff and attempt analysis in the DB"
(#249) Expected 1 space before "="; 0 found
(#249) Expected 1 space after "="; 0 found
(#256) Inline comments must start with a capital letter, digit or 3-dots sequence
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#256) No space found before comment text; expected "// 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"
(#257) Line indented incorrectly; expected at least 8 spaces, found 7
(#258) Line indented incorrectly; expected at least 8 spaces, found 7
(#259) Line indented incorrectly; expected at least 8 spaces, found 7
(#260) Line indented incorrectly; expected at least 8 spaces, found 7
(#261) Line indented incorrectly; expected at least 8 spaces, found 7
(#262) Line indented incorrectly; expected at least 8 spaces, found 7
(#263) Line indented incorrectly; expected at least 8 spaces, found 7
(#264) 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
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
(#27) Line indented incorrectly; expected at least 4 spaces, found 1
(#28) Line indented incorrectly; expected at least 4 spaces, found 1
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) Public method name "diff::fetchWordArray" must be in lower-case letters only
(#30) Expected 1 space after closing parenthesis; found 0
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) 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"
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#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
(#38) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#39) Closing brace must be on a line by itself
(#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) This comment is 43% valid code; is this commented out code?
(#41) 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)"
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Line indented incorrectly; expected at least 4 spaces, found 2
(#50) Line indented incorrectly; expected at least 4 spaces, found 2
(#51) Line indented incorrectly; expected at least 4 spaces, found 2
(#52) Line indented incorrectly; expected at least 4 spaces, found 2
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#54) Line indented incorrectly; expected at least 4 spaces, found 1
(#55) Public method name "diff::cleanText" must be in lower-case letters only
(#55) Expected 1 space after closing parenthesis; found 0
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) No space found before comment text; expected "// lowercaseify" but found "//lowercaseify"
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) No space found before comment text; expected "// remove any html" but found "//remove any html"
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) No space found before comment text; expected "// replace all line ends with spaces" but found "//replace all line ends with spaces"
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) No space found before comment text; expected "// remove punctuation" but found "//remove punctuation"
(#66) 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"
(#67) This comment is 57% valid code; is this commented out code?
(#67) Line indented incorrectly; expected at least 8 spaces, found 7
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) 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"
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) No space found before comment text; expected "// remove double spaces" but found "//remove double spaces"
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#73) Commas (,) must be followed by white space.
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#75) Closing brace must be on a line by itself
(#76) Commas (,) must be followed by white space.
(#80) Line indented incorrectly; expected at least 4 spaces, found 0
(#81) Line indented incorrectly; expected at least 4 spaces, found 1
(#82) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Line indented incorrectly; expected at least 4 spaces, found 1
(#84) Line indented incorrectly; expected at least 4 spaces, found 1
(#85) Line indented incorrectly; expected at least 4 spaces, found 1
(#86) Line indented incorrectly; expected at least 4 spaces, found 1
(#87) Line indented incorrectly; expected at least 4 spaces, found 1
(#88) Line indented incorrectly; expected 4 spaces, found 0
(#88) Public method name "diff::fetchAlternativesArray" must be in lower-case letters only
(#89) Line indented incorrectly; expected at least 4 spaces, found 0
(#89) Opening brace should be on the same line as the declaration
(#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 8 spaces, found 4
(#90) No space found before comment text; expected "// return empty if input data is useless" but found "//return empty if input data is useless"
(#91) Line indented incorrectly; expected 8 spaces, found 4
(#91) Expected "if (...) {\n"; found "if(...){\n"
(#91) Expected 1 space before "=="; 0 found
(#91) Expected 1 space after "=="; 0 found
(#92) Line indented incorrectly; expected at least 12 spaces, found 8
(#93) Line indented incorrectly; expected 8 spaces, found 4
(#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) Line indented incorrectly; expected at least 8 spaces, found 4
(#94) 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"
(#95) Line indented incorrectly; expected at least 8 spaces, found 4
(#96) Line indented incorrectly; expected at least 8 spaces, found 4
(#98) Line indented incorrectly; expected 8 spaces, found 4
(#98) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#99) Line indented incorrectly; expected 12 spaces, found 8
(#99) Expected "if (...) {\n"; found "if(...) {\n"
(#100) Line indented incorrectly; expected at least 16 spaces, found 12
(#101) Line indented incorrectly; expected 16 spaces, found 12
(#102) Line indented incorrectly; expected 20 spaces, found 16
(#103) Line indented incorrectly; expected 20 spaces, found 16
(#105) Line indented incorrectly; expected 20 spaces, found 16
(#106) Line indented incorrectly; expected 20 spaces, found 16
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Line indented incorrectly; expected at least 24 spaces, found 20
(#107) No space found before comment text; expected "// clean each word in set" but found "//clean each word in set"
(#108) Line indented incorrectly; expected at least 24 spaces, found 20
(#108) Expected 1 space before "="; 0 found
(#109) Line indented incorrectly; expected 24 spaces, found 20
(#109) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#110) Line indented incorrectly; expected at least 28 spaces, found 24
(#111) Line indented incorrectly; expected 28 spaces, found 24
(#111) Expected "if (...) {\n"; found "if(...) {\n"
(#111) Expected 1 space after "!="; 0 found
(#112) Line indented incorrectly; expected at least 32 spaces, found 28
(#113) Line indented incorrectly; expected 28 spaces, found 24
(#114) Line indented incorrectly; expected at least 28 spaces, found 24
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#115) Line indented incorrectly; expected 24 spaces, found 20
(#116) Line indented incorrectly; expected at least 24 spaces, found 20
(#117) Line indented incorrectly; expected 16 spaces, found 12
(#118) Line indented incorrectly; expected 12 spaces, found 8
(#119) Line indented incorrectly; expected 8 spaces, found 4
(#120) Line indented incorrectly; expected at least 8 spaces, found 4
(#121) Line indented incorrectly; expected 4 spaces, found 0
(#124) 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)"
(#125) 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]"
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) 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"
(#128) 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")"
(#129) 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"
(#131) No space found before comment text; expected "// eg 1989 -> nineteen eighty nine." but found "//eg 1989 -> nineteen eighty nine."
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) No space found before comment text; expected "// returns array of sequences" but found "//returns array of sequences"
(#137) Public method name "diff::fetchSequences" must be in lower-case letters only
(#138) Opening brace should be on the same line as the declaration
(#139) Variable "p_length" must not contain underscores.
(#140) Variable "t_length" must not contain underscores.
(#142) Variable "t_slength" must not contain underscores.
(#142) Expected 1 space before "="; 0 found
(#142) Expected 1 space after "="; 0 found
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) No space found before comment text; expected "// sequence length (in the transcript)" but found "//sequence length (in the transcript)"
(#143) Variable "p_slength" must not contain underscores.
(#143) Expected 1 space before "="; 0 found
(#143) Expected 1 space after "="; 0 found
(#143) No space found before comment text; expected "// sequence length (in the passage)" but found "//sequence length (in the passage)"
(#144) Expected 1 space after "="; 0 found
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) No space found before comment text; expected "// transcript sequence match search start index" but found "//transcript sequence match search start index"
(#145) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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 "// loop through passage word by word" but found "//loop through passage word by word"
(#148) Expected "for (...) {\n"; found "for(...){\n"
(#148) Expected 1 space after "="; 0 found
(#148) Variable "p_length" must not contain underscores.
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) 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"
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) 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"
(#151) Expected "while (...) {\n"; found "while(...) {\n"
(#151) Variable "t_slength" must not contain underscores.
(#151) Variable "t_length" must not contain underscores.
(#152) Variable "p_slength" must not contain underscores.
(#152) Variable "p_length" must not contain underscores.
(#154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) No space found before comment text; expected "// check for a direct match" but found "//check for a direct match"
(#155) Expected 1 space before "="; 0 found
(#155) Variable "p_slength" must not contain underscores.
(#156) Expected 1 space after "="; 0 found
(#156) Variable "t_slength" must not contain underscores.
(#158) Variable "t_matchlength" must not contain underscores.
(#158) Expected 1 space before "="; 0 found
(#158) Expected 1 space after "="; 0 found
(#159) Whitespace found at end of line
(#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 "// if no direct match is there an alternates match" but found "//if no direct match is there an alternates match"
(#161) Expected "if (...) {\n"; found "if(...){\n"
(#165) Expected "if (...) {\n"; found "if(...){\n"
(#166) Expected 1 space before "="; 0 found
(#167) Variable "t_matchlength" must not contain underscores.
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) 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"
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) 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)"
(#175) Variable "t_slength" must not contain underscores.
(#175) Variable "t_matchlength" must not contain underscores.
(#175) Variable "t_length" must not contain underscores.
(#176) Variable "p_slength" must not contain underscores.
(#176) Variable "p_length" must not contain underscores.
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) No space found before comment text; expected "// continue building sequence" but found "//continue building sequence"
(#178) Variable "p_slength" must not contain underscores.
(#179) Variable "t_slength" must not contain underscores.
(#179) Expected 1 space before "+="; 0 found
(#179) Variable "t_matchlength" must not contain underscores.
(#180) Whitespace found at end of line
(#181) No space found before comment text; expected "// We add a provisional match here" but found "//We add a provisional match here"
(#182) 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"
(#183) 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."
(#184) No space found before comment text; expected "// without a provisional match, the shorter will not pass fetchDiffs" but found "//without a provisional match, the shorter will not pass fetchDiffs"
(#185) 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"
(#186) 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"
(#187) 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 ..."
(#188) 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 ..."
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) 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"
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 20 spaces, found 6
(#191) Variable "p_slength" must not contain underscores.
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 20 spaces, found 6
(#192) Variable "t_slength" must not contain underscores.
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 20 spaces, found 6
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 20 spaces, found 6
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 20 spaces, found 6
(#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) Line indented incorrectly; expected at least 20 spaces, found 16
(#197) 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,"
(#199) Inline comments must start with a capital letter, digit or 3-dots sequence
(#199) 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..."
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) 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"
(#201) Line indented incorrectly; expected 20 spaces, found 21
(#201) Expected "if (...) {\n"; found "if(...){\n"
(#202) Variable "p_slength" must not contain underscores.
(#203) Variable "t_slength" must not contain underscores.
(#203) Expected 1 space before "+="; 0 found
(#203) Variable "t_matchlength" must not contain underscores.
(#205) Variable "p_slength" must not contain underscores.
(#206) Variable "t_slength" must not contain underscores.
(#209) Whitespace found at end of line
(#210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) No space found before comment text; expected "// we bump tstart, which will end this loop" but found "//we bump tstart, which will end this loop"
(#211) Expected 1 space before "+="; 0 found
(#211) Variable "t_slength" 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 "// 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"
(#215) Closing brace indented incorrectly; expected 21 spaces, found 20
(#215) Usage of ELSEIF not allowed; use ELSE IF instead
(#215) Variable "p_slength" must not contain underscores.
(#218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#218) Line indented incorrectly; expected at least 24 spaces, found 20
(#218) 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,"
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) Line indented incorrectly; expected at least 24 spaces, found 21
(#219) 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"
(#222) Variable "p_slength" must not contain underscores.
(#223) Variable "t_slength" must not contain underscores.
(#226) Whitespace found at end of line
(#228) Inline comments must start with a capital letter, digit or 3-dots sequence
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#228) No space found before comment text; expected "// re init transcript loop variables for the next pass" but found "//re init transcript loop variables for the next pass"
(#229) Expected 1 space before "+="; 0 found
(#229) Variable "t_slength" must not contain underscores.
(#230) Variable "p_slength" must not contain underscores.
(#231) Variable "t_slength" must not contain underscores.
(#232) 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 "// reset transcript loop variables for each pass of passageword loop" but found "//reset transcript loop variables for each pass of passageword loop"
(#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
(#240) Line indented incorrectly; expected at least 8 spaces, found 0
(#244) Line indented incorrectly; expected at least 8 spaces, found 0
(#248) Whitespace found at end of line
(#249) Commas (,) must be followed by white space.
(#249) Commas (,) must be followed by white space.
(#249) Commas (,) must be followed by white space.
(#249) Expected 1 space after closing parenthesis; found 0
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 8 spaces, found 5
(#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
(#253) The use of function print_r() is forbidden
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 8 spaces, found 2
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 8 spaces, found 2
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 8 spaces, found 2
(#256) Expected "for (...) {\n"; found "for(...){\n"
(#256) Expected 1 space after first semicolon of FOR loop; 0 found
(#256) Expected 1 space after second semicolon of FOR loop; 0 found
(#256) Expected 1 space before "="; 0 found
(#256) Expected 1 space after "="; 0 found
(#256) Expected 1 space before "<"; 0 found
(#256) Expected 1 space after "<"; 0 found
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 12 spaces, found 3
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 12 spaces, found 3
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected 8 spaces, found 2
(#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 at least 8 spaces, found 2
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 8 spaces, found 2
(#261) Whitespace found at end of line
(#269) Commas (,) must be followed by white space.
(#269) Commas (,) must be followed by white space.
(#269) Expected 1 space after closing parenthesis; found 0
(#270) Expected 1 space after "="; 0 found
(#271) Expected 1 space before "="; 0 found
(#271) Expected 1 space after "="; 0 found
(#273) Inline comments must start with a capital letter, digit or 3-dots sequence
(#273) No space found before comment text; expected "// loop through all alternatives" but found "//loop through all alternatives"
(#274) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) No space found before comment text; expected "// and then through each alternative->wordset" but found "//and then through each alternative->wordset"
(#275) Line indented incorrectly; expected 8 spaces, found 12
(#275) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#276) Line indented incorrectly; expected 12 spaces, found 16
(#276) Expected "if (...) {\n"; found "if(...){\n"
(#276) Expected 1 space before "=="; 0 found
(#276) Expected 1 space after "=="; 0 found
(#277) Line indented incorrectly; expected 16 spaces, found 20
(#277) Expected "for (...) {\n"; found "for(...) {\n"
(#277) Expected 1 space after first semicolon of FOR loop; 0 found
(#277) Expected 1 space after second semicolon of FOR loop; 0 found
(#277) Expected 1 space after "="; 0 found
(#277) Expected 1 space before "<"; 0 found
(#277) Expected 1 space after "<"; 0 found
(#278) Line indented incorrectly; expected 20 spaces, found 24
(#282) Line indented incorrectly; expected 20 spaces, found 24
(#283) Line indented incorrectly; expected 16 spaces, found 20
(#284) Line indented incorrectly; expected 12 spaces, found 16
(#285) Line indented incorrectly; expected 12 spaces, found 16
(#285) Expected "if (...) {\n"; found "if(...){"
(#285) Expected 1 space before "=="; 0 found
(#285) Expected 1 space after "=="; 0 found
(#285) Closing brace must be on a line by itself
(#286) Line indented incorrectly; expected 8 spaces, found 12
(#286) Inline comments must start with a capital letter, digit or 3-dots sequence
(#287) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) No space found before comment text; expected "// we return the matchlength" but found "//we return the matchlength"
(#291) Inline comments must start with a capital letter, digit or 3-dots sequence
(#291) 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"
(#292) 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."
(#293) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) 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"
(#295) Opening brace should be on the same line as the declaration
(#297) Expected "if (...) {\n"; found "if(...){\n"
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 16 spaces, found 13
(#299) Expected "} else {\n"; found "}else{\n"
(#300) Expected 1 space before "<"; 0 found
(#306) Inline comments must start with a capital letter, digit or 3-dots sequence
(#306) 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"
(#307) 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)"
(#308) 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)"
(#309) No space found before comment text; expected "// iii) for each sequence" but found "//iii) for each sequence"
(#310) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#311) Line exceeds 132 characters; contains 142 characters
(#311) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#312) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#313) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#315) 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"
(#316) 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"
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#318) Public method name "diff::fetchDiffs" must be in lower-case letters only
(#318) Expected 1 space after closing parenthesis; found 0
(#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 "// i) default passage positions to unmatched and transcript position -1" but found "//i) default passage positions to unmatched and transcript position -1"
(#320) Expected 1 space before "="; 0 found
(#320) Expected 1 space after "="; 0 found
(#320) Commas (,) must be followed by white space.
(#322) Inline comments must start with a capital letter, digit or 3-dots sequence
(#322) No space found before comment text; expected "// ii) sort sequences by length, transcript posn" but found "//ii) sort sequences by length, transcript posn"
(#323) Inline comments must end in full-stops, exclamation marks, or question marks
(#323) 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"
(#324) Commas (,) must be followed by white space.
(#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 "// record prior sequences for iii)" but found "//record prior sequences for iii)"
(#327) Expected 1 space before "="; 0 found
(#327) Expected 1 space after "="; 0 found
(#328) Spaces must be used to indent lines; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 8 spaces, found 2
(#328) Expected 1 space before "="; 0 found
(#328) Expected 1 space after "="; 0 found
(#329) Inline comments must start with a capital letter, digit or 3-dots sequence
(#329) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) No space found before comment text; expected "// iii) loop through sequences" but found "//iii) loop through sequences"
(#330) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#331) Expected 1 space before "="; 0 found
(#331) Expected 1 space after "="; 0 found
(#332) Spaces must be used to indent lines; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 12 spaces, found 3
(#333) Spaces must be used to indent lines; tabs are not allowed
(#333) Tab found within whitespace
(#333) Whitespace found at end of line
(#334) Inline comments must start with a capital letter, digit or 3-dots sequence
(#334) 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"
(#335) 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"
(#336) No space found before comment text; expected "// A seq pposition=63 length=18" but found "//A seq pposition=63 length=18"
(#337) No space found before comment text; expected "// B seq pposition=81 length=42" but found "//B seq pposition=81 length=42"
(#338) Inline comments must end in full-stops, exclamation marks, or question marks
(#338) 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"
(#339) Expected "for (...) {\n"; found "for(...){\n"
(#339) Expected 1 space before "="; 0 found
(#339) Expected 1 space after "="; 0 found
(#340) Expected "if (...) {\n"; found "if(...){\n"
(#340) Expected 1 space after "!="; 0 found
(#341) Expected 1 space before "="; 0 found
(#341) Expected 1 space after "="; 0 found
(#345) Expected "if (...) {\n"; found "if(...){\n"
(#346) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#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 "// iii) b) check transcript match was not matched elsewhere in passage" but found "//iii) b) check transcript match was not matched elsewhere in passage"
(#348) Expected "if (...) {\n"; found "if(...){\n"
(#350) Expected 1 space before "="; 0 found
(#350) Expected 1 space after "="; 0 found
(#350) Whitespace found at end of line
(#353) Inline comments must start with a capital letter, digit or 3-dots sequence
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#353) 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"
(#354) Expected "if (...) {\n"; found "if(...){\n"
(#356) Expected 1 space before "="; 0 found
(#356) Expected 1 space after "="; 0 found
(#359) Expected "if (...) {\n"; found "if(...){\n"
(#361) Expected 1 space before "="; 0 found
(#361) Expected 1 space after "="; 0 found
(#366) Expected "if (...) {\n"; found "if(...){"
(#366) Closing brace must be on a line by itself
(#368) Inline comments must start with a capital letter, digit or 3-dots sequence
(#368) No space found before comment text; expected "// record sequence as :" but found "//record sequence as :"
(#369) No space found before comment text; expected "// i) matched and" but found "//i) matched and"
(#370) 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."
(#371) Inline comments must end in full-stops, exclamation marks, or question marks
(#371) No space found before comment text; expected "// Then store sequence in prior sequences" but found "//Then store sequence in prior sequences"
(#372) Expected "for (...) {\n"; found "for(...){ \n"
(#372) Expected 1 space before "="; 0 found
(#372) Expected 1 space after "="; 0 found
(#372) Whitespace found at end of line
(#373) Inline comments must start with a capital letter, digit or 3-dots sequence
(#373) Inline comments must end in full-stops, exclamation marks, or question marks
(#373) No space found before comment text; expected "// word position in sequence ( 0 = first )" but found "//word position in sequence ( 0 = first )"
(#375) Inline comments must end in full-stops, exclamation marks, or question marks
(#375) 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"
(#377) Expected 1 space before "="; 0 found
(#377) Expected 1 space after "="; 0 found
(#377) Commas (,) must be followed by white space.
(#381) This comment is 64% valid code; is this commented out code?
(#381) Line indented incorrectly; expected at least 8 spaces, found 0
(#388) Line indented incorrectly; expected at least 8 spaces, found 0
(#393) 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) 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) No space found before comment text; expected "// this is just to demonstrate how to handle an event." but found "//this is just to demonstrate how to handle an event."
(#49) Whitespace found at end of line
(#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) No space found before comment text; expected "// It is probably not even necessary to clear data from here when a course is deleted." but found "//It is probably not even necessary to clear data from here when a course is deleted."
(#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
(#51) Commas (,) must be followed by white space.
(#51) Expected 1 space before "=>"; 0 found
(#51) Expected 1 space after "=>"; 0 found
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 4 spaces, found 1
(#53) Closing brace indented incorrectly; expected 4 spaces, found 1
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 after closing parenthesis; 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 after closing parenthesis; 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 after closing parenthesis; 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 after closing parenthesis; 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) Expected 1 space after closing parenthesis; 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
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 8 spaces, found 2
(#198) Expected "if (...) {\n"; found "if(...){\n"
(#198) Variable "loading_aidata" must not contain underscores.
(#206) Closing brace indented incorrectly; expected 2 spaces, found 8
(#206) Expected "} else {\n"; found "}else{\n"
(#213) Line indented incorrectly; expected 12 spaces, found 8
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 12 spaces, found 5
(#214) 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"
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected 12 spaces, found 2
(#215) Expected "if (...) {\n"; found "if(...){\n"
(#216) Line indented incorrectly; expected at least 16 spaces, found 12
(#217) Line indented incorrectly; expected at least 16 spaces, found 12
(#218) Line indented incorrectly; expected 12 spaces, found 8
(#218) Closing brace indented incorrectly; expected 2 spaces, found 8
(#218) Expected "} else {\n"; found "}else{\n"
(#219) Line indented incorrectly; expected at least 16 spaces, found 12
(#220) Line indented incorrectly; expected at least 16 spaces, found 12
(#221) 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 12 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 12 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/>.".
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Expected 1 space after closing parenthesis; found 0
(#23) Commas (,) must be followed by white space.
(#23) Expected 1 space before "=>"; 0 found
(#23) Expected 1 space after "=>"; 0 found
(#53) Expected 1 space after closing parenthesis; found 0
(#56) Line exceeds 132 characters; contains 145 characters
(#61) Commas (,) must be followed by white space.
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#62) Commas (,) must be followed by white space.
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#62) Commas (,) must be followed by white space.
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#62) Commas (,) must be followed by white space.
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#62) Line exceeds 132 characters; contains 163 characters
(#65) Commas (,) must be followed by white space.
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#66) Commas (,) must be followed by white space.
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#66) Commas (,) must be followed by white space.
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#66) Line exceeds 132 characters; contains 158 characters
(#68) Commas (,) must be followed by white space.
(#68) Line exceeds 132 characters; contains 141 characters
(#73) Commas (,) must be followed by white space.
(#73) Commas (,) must be followed by white space.
(#73) Commas (,) must be followed by white space.
(#78) Commas (,) must be followed by white space.
(#78) Commas (,) must be followed by white space.
(#78) Commas (,) must be followed by white space.
(#82) Expected 1 space after closing parenthesis; found 0
(#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
(#85) 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 "// 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"
(#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
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) No space found before comment text; expected "// init the text count" but found "//init the text count"
(#93) Expected 1 space before "="; 0 found
(#93) Expected 1 space after "="; 0 found
(#96) Expected "if (...) {\n"; found "if(...){"
(#96) Closing brace must be on a line by itself
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) 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"
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) 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"
(#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) This comment is 58% valid code; is this commented out code?
(#101) No space found before comment text; expected "// $words = explode($seperator, $node->nodeValue);" but found "//$words = explode($seperator, $node->nodeValue);"
(#104) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#106) Commas (,) must be followed by white space.
(#107) Commas (,) must be followed by white space.
(#108) This comment is 86% valid code; is this commented out code?
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) No space found before comment text; expected "// $newnode->appendChild($spacenode);" but found "//$newnode->appendChild($spacenode);"
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) This comment is 80% valid code; is this commented out code?
(#109) No space found before comment text; expected "// print_r($newnode);" but found "//print_r($newnode);"
(#110) Commas (,) must be followed by white space.
(#111) Commas (,) must be followed by white space.
(#112) Commas (,) must be followed by white space.
(#113) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#120) Expected 1 space after "="; 0 found
(#123) Expected 1 space before "="; 0 found
(#124) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#126) Commas (,) must be followed by white space.
(#129) Expected 1 space after closing parenthesis; found 0
(#132) Commas (,) must be followed by white space.
(#133) Expected 1 space before "=>"; 0 found
(#133) Expected 1 space after "=>"; 0 found
(#133) Commas (,) must be followed by white space.
(#133) Expected 1 space before "=>"; 0 found
(#133) Expected 1 space after "=>"; 0 found
(#133) Commas (,) must be followed by white space.
(#133) Expected 1 space before "=>"; 0 found
(#133) Expected 1 space after "=>"; 0 found
(#133) Expected 1 space before "=>"; 0 found
(#133) Expected 1 space after "=>"; 0 found
(#133) Line exceeds 132 characters; contains 160 characters
(#136) Commas (,) must be followed by white space.
(#137) Expected 1 space before "=>"; 0 found
(#137) Expected 1 space after "=>"; 0 found
(#137) Commas (,) must be followed by white space.
(#137) Expected 1 space before "=>"; 0 found
(#137) Expected 1 space after "=>"; 0 found
(#137) Commas (,) must be followed by white space.
(#137) Expected 1 space before "=>"; 0 found
(#137) Expected 1 space after "=>"; 0 found
(#137) Line exceeds 132 characters; contains 146 characters
(#140) Commas (,) must be followed by white space.
(#141) Expected 1 space before "=>"; 0 found
(#141) Expected 1 space after "=>"; 0 found
(#141) Commas (,) must be followed by white space.
(#141) Expected 1 space before "=>"; 0 found
(#141) Expected 1 space after "=>"; 0 found
(#141) Commas (,) must be followed by white space.
(#141) Expected 1 space before "=>"; 0 found
(#141) Expected 1 space after "=>"; 0 found
(#141) Line exceeds 132 characters; contains 158 characters
(#142) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#145) Commas (,) must be followed by white space.
(#146) Expected 1 space before "=>"; 0 found
(#146) Expected 1 space after "=>"; 0 found
(#146) Commas (,) must be followed by white space.
(#146) Expected 1 space before "=>"; 0 found
(#146) Expected 1 space after "=>"; 0 found
(#146) Commas (,) must be followed by white space.
(#146) Expected 1 space before "=>"; 0 found
(#146) Expected 1 space after "=>"; 0 found
(#146) Line exceeds 132 characters; contains 135 characters
(#148) Expected 1 space after "="; 2 found
(#150) Commas (,) must be followed by white space.
(#154) Expected 1 space after closing parenthesis; found 0
(#155) Commas (,) must be followed by white space.
(#156) Expected 1 space before "=>"; 0 found
(#156) Expected 1 space after "=>"; 0 found
(#156) Commas (,) must be followed by white space.
(#156) Expected 1 space before "=>"; 0 found
(#156) Expected 1 space after "=>"; 0 found
(#156) Commas (,) must be followed by white space.
(#156) Expected 1 space before "=>"; 0 found
(#156) Expected 1 space after "=>"; 0 found
(#157) Commas (,) must be followed by white space.
(#157) Commas (,) must be followed by white space.
(#157) Expected 1 space before "=>"; 0 found
(#157) Expected 1 space after "=>"; 0 found
(#157) Line exceeds 132 characters; contains 136 characters
(#162) Expected 1 space after closing parenthesis; found 0
(#163) Commas (,) must be followed by white space.
(#163) Commas (,) must be followed by white space.
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Commas (,) must be followed by white space.
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Commas (,) must be followed by white space.
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Line exceeds 132 characters; contains 139 characters
(#166) Expected 1 space after closing parenthesis; found 0
(#168) Commas (,) must be followed by white space.
(#168) Commas (,) must be followed by white space.
(#169) Commas (,) must be followed by white space.
(#169) Commas (,) must be followed by white space.
(#169) Expected 1 space before "=>"; 0 found
(#169) Expected 1 space after "=>"; 0 found
(#170) Commas (,) must be followed by white space.
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#174) Expected 1 space after closing parenthesis; found 0
(#176) Commas (,) must be followed by white space.
(#176) Commas (,) must be followed by white space.
(#177) Commas (,) must be followed by white space.
(#177) Commas (,) must be followed by white space.
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#178) Commas (,) must be followed by white space.
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#182) Expected 1 space after closing parenthesis; found 0
(#184) Commas (,) must be followed by white space.
(#184) Commas (,) must be followed by white space.
(#185) Commas (,) must be followed by white space.
(#185) Commas (,) must be followed by white space.
(#185) Expected 1 space before "=>"; 0 found
(#185) Expected 1 space after "=>"; 0 found
(#186) Commas (,) must be followed by white space.
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#190) Expected 1 space after closing parenthesis; found 0
(#192) Commas (,) must be followed by white space.
(#192) Commas (,) must be followed by white space.
(#193) Commas (,) must be followed by white space.
(#193) Commas (,) must be followed by white space.
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#194) Commas (,) must be followed by white space.
(#195) Expected 1 space before "=>"; 0 found
(#195) 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 after closing parenthesis; found 0
(#71) Expected 1 space after closing parenthesis; 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 after closing parenthesis; 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 after closing parenthesis; 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 after closing parenthesis; found 0
(#117) Expected "if (...) {\n"; found "if(...){\n"
(#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 "} else {\n"; found "}else{\n"
(#120) Expected 1 space before "="; 0 found
(#120) Expected 1 space after "="; 0 found
(#120) Expected 1 space before "=>"; 0 found
(#120) Expected 1 space after "=>"; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#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) Line exceeds 132 characters; contains 148 characters
(#125) Commas (,) must be followed by white space.
(#132) Expected 1 space after closing parenthesis; found 0
(#133) Commas (,) must be followed by white space.
(#133) Commas (,) must be followed by white space.
(#134) Commas (,) must be followed by white space.
(#142) Expected 1 space after closing parenthesis; found 0
(#143) Commas (,) must be followed by white space.
(#143) Commas (,) must be followed by white space.
(#144) Commas (,) must be followed by white space.
(#149) Expected 1 space after closing parenthesis; found 0
(#150) Commas (,) must be followed by white space.
(#151) Commas (,) must be followed by white space.
(#158) Commas (,) must be followed by white space.
(#159) Expected 1 space after "="; 2 found
(#160) Expected 1 space after "="; 2 found
(#160) Commas (,) must be followed by white space.
(#162) Commas (,) must be followed by white space.
(#164) Expected 1 space before "="; 0 found
(#174) Expected 1 space after "="; 2 found
(#175) Expected 1 space after "="; 2 found
(#175) Commas (,) must be followed by white space.
(#177) Commas (,) must be followed by white space.
(#179) Expected 1 space before "="; 0 found
(#179) Commas (,) must be followed by white space.
(#179) Commas (,) must be followed by white space.
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#186) Commas (,) must be followed by white space.
(#186) Expected 1 space after closing parenthesis; found 0
(#199) Expected 1 space after closing parenthesis; found 0
(#201) Commas (,) must be followed by white space.
(#202) Expected 1 space before "=>"; 0 found
(#202) Expected 1 space after "=>"; 0 found
(#209) Commas (,) must be followed by white space.
(#209) Expected 1 space after closing parenthesis; found 0
(#212) Commas (,) must be followed by white space.
(#213) Expected 1 space before "=>"; 0 found
(#213) Expected 1 space after "=>"; 0 found
(#220) Commas (,) must be followed by white space.
(#220) Expected 1 space after closing parenthesis; found 0
(#221) Expected 1 space after "="; 2 found
(#221) Commas (,) must be followed by white space.
(#221) Commas (,) must be followed by white space.
(#221) Expected 1 space before "=>"; 0 found
(#221) Expected 1 space after "=>"; 0 found
(#222) Expected 1 space after "="; 2 found
(#222) Commas (,) must be followed by white space.
(#222) Commas (,) must be followed by white space.
(#222) Commas (,) must be followed by white space.
(#223) Expected 1 space after "="; 2 found
(#223) Commas (,) must be followed by white space.
(#223) Commas (,) must be followed by white space.
(#223) Expected 1 space before "=>"; 0 found
(#223) Expected 1 space after "=>"; 0 found
(#224) Commas (,) must be followed by white space.
(#225) Expected 1 space before "=>"; 0 found
(#225) Expected 1 space after "=>"; 0 found
(#230) Expected 1 space after closing parenthesis; found 0
(#231) Commas (,) must be followed by white space.
(#232) Expected 1 space before "="; 0 found
(#232) Commas (,) must be followed by white space.
(#232) Commas (,) must be followed by white space.
(#232) Expected 1 space before "=>"; 0 found
(#232) Expected 1 space after "=>"; 0 found
(#236) Expected 1 space after closing parenthesis; found 0
(#237) Commas (,) must be followed by white space.
(#238) Expected 1 space before "="; 0 found
(#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
(#245) Commas (,) must be followed by white space.
(#245) Expected 1 space after closing parenthesis; found 0
(#246) Expected 1 space after "="; 2 found
(#247) Expected 1 space after "="; 2 found
(#247) Commas (,) must be followed by white space.
(#249) Expected 1 space after ".="; 2 found
(#249) Commas (,) must be followed by white space.
(#251) Expected 1 space before "="; 0 found
(#251) Commas (,) must be followed by white space.
(#251) Commas (,) must be followed by white space.
(#251) Expected 1 space before "=>"; 0 found
(#251) Expected 1 space after "=>"; 0 found
(#258) Commas (,) must be followed by white space.
(#258) Expected 1 space after closing parenthesis; found 0
(#259) Expected 1 space after "="; 2 found
(#260) Expected 1 space after "="; 2 found
(#260) Commas (,) must be followed by white space.
(#262) Expected 1 space after ".="; 2 found
(#262) Commas (,) must be followed by white space.
(#264) Expected 1 space before "="; 0 found
(#264) Commas (,) must be followed by white space.
(#264) Commas (,) must be followed by white space.
(#264) Expected 1 space before "=>"; 0 found
(#264) Expected 1 space after "=>"; 0 found
(#264) Line exceeds 132 characters; contains 156 characters
(#271) Commas (,) must be followed by white space.
(#271) Expected 1 space after closing parenthesis; found 0
(#273) Commas (,) must be followed by white space.
(#274) Expected 1 space after ".="; 2 found
(#274) Commas (,) must be followed by white space.
(#274) Commas (,) must be followed by white space.
(#274) Commas (,) must be followed by white space.
(#276) Expected 1 space before "="; 0 found
(#276) Commas (,) must be followed by white space.
(#276) Commas (,) must be followed by white space.
(#276) Expected 1 space before "=>"; 0 found
(#276) Expected 1 space after "=>"; 0 found
(#283) Expected 1 space after closing parenthesis; found 0
(#286) Inline comments must start with a capital letter, digit or 3-dots sequence
(#286) No space found before comment text; expected "// recorder" but found "//recorder"
(#287) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) No space found before comment text; expected "// =======================================" but found "//======================================="
(#290) Variable "string_hints" must not contain underscores.
(#291) Variable "can_transcribe" must not contain underscores.
(#292) Variable "can_transcribe" must not contain underscores.
(#292) Expected 1 space before "?"; 2 found
(#293) Expected 1 space before "="; 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
(#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
(#300) Expected 1 space before "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#301) Expected 1 space before "=>"; 0 found
(#301) Expected 1 space after "=>"; 0 found
(#302) Expected 1 space before "=>"; 0 found
(#302) Expected 1 space after "=>"; 0 found
(#303) Expected 1 space before "=>"; 0 found
(#303) Expected 1 space after "=>"; 0 found
(#304) 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) This comment is 100% valid code; is this commented out code?
(#304) No space found before comment text; expected "// 'data-iframeclass'=>"letsberesponsive"," but found "//'data-iframeclass'=>"letsberesponsive","
(#305) Expected 1 space before "=>"; 0 found
(#305) Expected 1 space after "=>"; 0 found
(#306) Expected 1 space before "=>"; 0 found
(#307) Expected 1 space before "=>"; 0 found
(#307) Expected 1 space after "=>"; 0 found
(#308) Expected 1 space before "=>"; 0 found
(#308) Expected 1 space after "=>"; 0 found
(#309) Expected 1 space before "=>"; 0 found
(#309) Expected 1 space after "=>"; 0 found
(#310) Expected 1 space before "=>"; 0 found
(#310) Expected 1 space after "=>"; 0 found
(#311) Expected 1 space before "=>"; 0 found
(#311) Expected 1 space after "=>"; 0 found
(#312) Expected 1 space before "=>"; 0 found
(#312) Expected 1 space after "=>"; 0 found
(#313) Expected 1 space before "=>"; 0 found
(#313) Expected 1 space after "=>"; 0 found
(#313) Variable "string_hints" must not contain underscores.
(#314) Expected 1 space before "=>"; 0 found
(#314) Expected 1 space after "=>"; 0 found
(#314) Inline comments must start with a capital letter, digit or 3-dots sequence
(#314) No space found before comment text; expected "// localhost" but found "//localhost"
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) This comment is 75% valid code; is this commented out code?
(#315) No space found before comment text; expected "// 'data-token'=>"643eba92a1447ac0c6a882c85051461a" //cloudpoodll" but found "//'data-token'=>"643eba92a1447ac0c6a882c85051461a" //cloudpoodll"
(#318) Expected 1 space before "="; 0 found
(#318) Commas (,) must be followed by white space.
(#319) Expected 1 space before "=>"; 0 found
(#319) Expected 1 space after "=>"; 0 found
(#320) Inline comments must start with a capital letter, digit or 3-dots sequence
(#320) Inline comments must end in full-stops, exclamation marks, or question marks
(#320) No space found before comment text; expected "// =======================================" but found "//======================================="
(#321) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#323) Commas (,) must be followed by white space.
(#325) Inline comments must start with a capital letter, digit or 3-dots sequence
(#325) Inline comments must end in full-stops, exclamation marks, or question marks
(#325) No space found before comment text; expected "// prepare output" but found "//prepare output"
(#327) Expected 1 space after ".="; 0 found
(#328) Inline comments must start with a capital letter, digit or 3-dots sequence
(#328) Inline comments must end in full-stops, exclamation marks, or question marks
(#328) No space found before comment text; expected "// return it" but found "//return it"
(#333) Visibility must be declared on method "fetch_activity_amd"
(#333) Expected 1 space after closing parenthesis; found 0
(#335) Inline comments must start with a capital letter, digit or 3-dots sequence
(#335) Inline comments must end in full-stops, exclamation marks, or question marks
(#335) 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"
(#336) Variable "ret_html" must not contain underscores.
(#338) Inline comments must start with a capital letter, digit or 3-dots sequence
(#338) Inline comments must end in full-stops, exclamation marks, or question marks
(#338) 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"
(#340) Expected 1 space after "="; 0 found
(#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 "// recorder html ids" but found "//recorder html ids"
(#346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#346) Inline comments must end in full-stops, exclamation marks, or question marks
(#346) No space found before comment text; expected "// activity html ids" but found "//activity html ids"
(#349) Expected 1 space after "="; 0 found
(#350) Expected 1 space after "="; 0 found
(#351) Expected 1 space before "="; 0 found
(#351) Expected 1 space after "="; 0 found
(#356) Expected 1 space after "="; 2 found
(#356) Expected 1 space after ":"; 0 found
(#357) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#359) Inline comments must start with a capital letter, digit or 3-dots sequence
(#359) Inline comments must end in full-stops, exclamation marks, or question marks
(#359) 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"
(#360) Variable "ret_html" must not contain underscores.
(#360) Variable "ret_html" must not contain underscores.
(#361) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#363) Inline comments must start with a capital letter, digit or 3-dots sequence
(#363) 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."
(#364) 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"
(#365) Inline comments must end in full-stops, exclamation marks, or question marks
(#365) No space found before comment text; expected "// convert opts to json" but found "//convert opts to json"
(#368) Variable "opts_html" must not contain underscores.
(#368) Line exceeds 132 characters; contains 135 characters
(#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 "// the recorder div" but found "//the recorder div"
(#371) Variable "ret_html" must not contain underscores.
(#371) Variable "ret_html" must not contain underscores.
(#371) Variable "opts_html" must not contain underscores.
(#373) Expected 1 space before "="; 0 found
(#373) Expected 1 space after "="; 0 found
(#373) Expected 1 space before "=>"; 0 found
(#373) Expected 1 space after "=>"; 0 found
(#373) Commas (,) must be followed by white space.
(#373) Expected 1 space before "=>"; 0 found
(#373) Expected 1 space after "=>"; 0 found
(#375) Commas (,) must be followed by white space.
(#375) Commas (,) must be followed by white space.
(#375) Commas (,) must be followed by white space.
(#377) Inline comments must start with a capital letter, digit or 3-dots sequence
(#377) Inline comments must end in full-stops, exclamation marks, or question marks
(#377) No space found before comment text; expected "// these need to be returned and echo'ed to the page" but found "//these need to be returned and echo'ed to the page"
(#378) 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 after closing parenthesis; found 0
(#209) Visibility must be declared on method "show_machinegrading_footer"
(#209) Commas (,) must be followed by white space.
(#209) Expected 1 space after closing parenthesis; 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 after closing parenthesis; 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 after closing parenthesis; 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 after closing parenthesis; found 0
(#60) Expected 1 space after closing parenthesis; 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 after closing parenthesis; found 0
(#71) Expected 1 space after closing parenthesis; found 0
(#75) Expected 1 space after closing parenthesis; 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 after closing parenthesis; 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 after closing parenthesis; 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 after closing parenthesis; 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 after closing parenthesis; 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 after closing parenthesis; 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 after closing parenthesis; 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 after closing parenthesis; 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 after closing parenthesis; 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 after closing parenthesis; 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"
(#146) Variable "user_attempt_totals" must not contain underscores.
(#147) Line exceeds 132 characters; contains 150 characters
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) No space found before comment text; expected "// if we are not machine grading the SQL is simpler" but found "//if we are not machine grading the SQL is simpler"
(#150) Variable "human_sql" must not contain underscores.
(#154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) No space found before comment text; expected "// if we are machine grading we need to fetch human and machine so we can get WPM etc from either" but found "//if we are machine grading we need to fetch human and machine so we can get WPM etc from either"
(#155) Variable "hybrid_sql" must not contain underscores.
(#155) Expected 1 space before "="; 0 found
(#155) Expected 1 space after "="; 0 found
(#155) 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 after closing parenthesis; 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 after closing parenthesis; 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.
(#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) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 4 spaces, found 1
(#81) Commas (,) must be followed by white space.
(#81) Expected 1 space after closing parenthesis; found 0
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 4 spaces, found 2
(#84) Closing brace indented incorrectly; expected 1 spaces, found 2
(#86) Commas (,) must be followed by white space.
(#86) Expected 1 space after closing parenthesis; found 0
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 4 spaces, found 1
(#88) Closing brace indented incorrectly; expected 4 spaces, found 1
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) 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 after closing parenthesis; 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 after closing parenthesis; 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) 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"
(#80) No space found before comment text; expected "// this is our helper" but found "//this is our helper"
(#81) 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"
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) No space found before comment text; expected "// this is our helper" but found "//this is our helper"
(#83) Commas (,) must be followed by white space.
(#84) Opening brace should be on the same line as the declaration
(#97) 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"
(#98) 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"
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) No space found before comment text; expected "// "refresh token" links" but found "//"refresh token" links"
(#100) Commas (,) must be followed by white space.
(#100) Expected 1 space after closing parenthesis; found 0
(#101) Line indented incorrectly; expected at least 8 spaces, found 7
(#103) Line indented incorrectly; expected at least 8 spaces, found 7
(#103) 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"
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) No space found before comment text; expected "// refresh token" but found "//refresh token"
(#106) Commas (,) must be followed by white space.
(#107) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#112) Expected "if (...) {\n"; found "if(...){\n"
(#113) Line indented incorrectly; expected at least 12 spaces, found 11
(#113) Commas (,) must be followed by white space.
(#114) Line indented incorrectly; expected 8 spaces, found 7
(#114) Closing brace indented incorrectly; expected 8 spaces, found 7
(#115) Expected "if (...) {\n"; found "if(...){\n"
(#116) Commas (,) must be followed by white space.
(#119) Expected "if (...) {\n"; found "if(...){\n"
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) 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"
(#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 "// 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"
(#128) Expected "if (...) {\n"; found "if(...){\n"
(#129) Commas (,) must be followed by white space.
(#130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) No space found before comment text; expected "// if 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"
(#131) Usage of ELSEIF not allowed; use ELSE IF instead
(#131) Commas (,) must be followed by white space.
(#132) Commas (,) must be followed by white space.
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Line indented incorrectly; expected at least 12 spaces, found 8
(#133) 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."
(#134) Usage of ELSEIF not allowed; use ELSE IF instead
(#134) Commas (,) must be followed by white space.
(#137) Expected "if (...) {\n"; found "if(...){\n"
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) 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."
(#142) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#143) Commas (,) must be followed by white space.
(#144) Commas (,) must be followed by white space.
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) No space found before comment text; expected "// Is app authorised" but found "//Is app authorised"
(#147) Expected "if (...) {\n"; found "if(...){\n"
(#147) Commas (,) must be followed by white space.
(#148) Commas (,) must be followed by white space.
(#149) Expected "} else {\n"; found "}else{\n"
(#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 "// 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"
(#159) 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) 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"
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Expected "if (...) {\n"; found "if(...){\n"
(#169) Expected 1 space before "=="; 0 found
(#169) Expected 1 space after "=="; 0 found
(#170) Expected "if (...) {\n"; found "if(...){\n"
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Variable "token_url" must not contain underscores.
(#176) Expected 1 space after "="; 0 found
(#180) Expected 1 space before "=>"; 0 found
(#180) Expected 1 space after "=>"; 0 found
(#182) Variable "token_response" must not contain underscores.
(#182) Variable "token_url" must not contain underscores.
(#182) Commas (,) must be followed by white space.
(#183) Variable "token_response" must not contain underscores.
(#184) Variable "resp_object" must not contain underscores.
(#184) Variable "token_response" must not contain underscores.
(#185) Expected "if (...) {\n"; found "if(...) {\n"
(#185) Variable "resp_object" must not contain underscores.
(#185) Variable "resp_object" must not contain underscores.
(#185) Commas (,) must be followed by white space.
(#186) Variable "resp_object" must not contain underscores.
(#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 "// 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"
(#188) Expected "if (...) {\n"; found "if(...) {\n"
(#188) Variable "resp_object" must not contain underscores.
(#189) Variable "resp_object" must not contain underscores.
(#189) Variable "resp_object" must not contain underscores.
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) No space found before comment text; expected "// we refresh one hour out, to prevent any overlap" but found "//we refresh one hour out, to prevent any overlap"
(#192) Expected "} else {\n"; found "}else{\n"
(#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 "// cache the token" but found "//cache the token"
(#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 "if (...) {\n"; found "if(...){\n"
(#203) Variable "resp_object" must not contain underscores.
(#203) Commas (,) must be followed by white space.
(#204) Variable "resp_object" must not contain underscores.
(#206) Expected "if (...) {\n"; found "if(...){\n"
(#206) Variable "resp_object" must not contain underscores.
(#206) Commas (,) must be followed by white space.
(#207) Variable "resp_object" must not contain underscores.
(#209) Expected "if (...) {\n"; found "if(...){\n"
(#209) Variable "resp_object" must not contain underscores.
(#209) Commas (,) must be followed by white space.
(#210) Variable "resp_object" must not contain underscores.
(#216) Expected "} else {\n"; found "}else{\n"
(#218) Expected "if (...) {\n"; found "if(...) {\n"
(#218) Empty IF statement detected
(#218) Variable "resp_object" must not contain underscores.
(#218) Variable "resp_object" must not contain underscores.
(#218) Commas (,) must be followed by white space.
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) No space found before comment text; expected "// ERROR = $resp_object->error" but found "//ERROR = $resp_object->error"
(#222) Expected "} else {\n"; found "}else{\n"
(#223) Expected 1 space before "="; 0 found
(#223) Expected 1 space after "="; 0 found
(#228) Expected 1 space after closing parenthesis; found 0
(#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 "foreach (...) {\n"; found "foreach(...){\n"
(#233) Expected "if (...) {\n"; found "if(...){\n"
(#238) Expected "if (...) {\n"; found "if(...){\n"
(#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 "} else {\n"; found "}else{\n"
(#245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#245) No space found before comment text; expected "// fetch start-time and end-time points for each word" but found "//fetch start-time and end-time points for each word"
(#246) Commas (,) must be followed by white space.
(#246) Commas (,) must be followed by white space.
(#246) Expected 1 space after closing parenthesis; found 0
(#248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#248) Line indented incorrectly; expected at least 8 spaces, found 7
(#248) 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'."
(#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 "foreach (...) {\n"; found "foreach(...){\n"
(#253) Expected "if (...) {\n"; found "if(...){\n"
(#257) Expected 1 space before "="; 0 found
(#257) Expected 1 space after "="; 0 found
(#259) Inline comments must start with a capital letter, digit or 3-dots sequence
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#259) 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"
(#260) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#261) Expected "if (...) {\n"; found "if(...){\n"
(#262) Inline comments must start with a capital letter, digit or 3-dots sequence
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) No space found before comment text; expected "// 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"
(#265) Inline comments must start with a capital letter, digit or 3-dots sequence
(#265) No space found before comment text; expected "// trust or be sure by matching ..." but found "//trust or be sure by matching ..."
(#267) Expected "if (...) {\n"; found "if(...){\n"
(#270) Expected "} else {\n"; found "}else {\n"
(#271) Inline comments must start with a capital letter, digit or 3-dots sequence
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
(#271) 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"
(#272) Variable "tword_text" must not contain underscores.
(#273) Variable "tword_text" must not contain underscores.
(#273) Variable "tword_text" must not contain underscores.
(#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 "// 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"
(#275) Variable "tword_text" must not contain underscores.
(#279) Inline comments must start with a capital letter, digit or 3-dots sequence
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) Line indented incorrectly; expected at least 24 spaces, found 20
(#279) No space found before comment text; expected "// do alternatives search for match" but found "//do alternatives search for match"
(#280) Usage of ELSEIF not allowed; use ELSE IF instead
(#281) Variable "tword_text" must not contain underscores.
(#292) Inline comments must start with a capital letter, digit or 3-dots sequence
(#292) 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"
(#293) 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)"
(#294) Inline comments must end in full-stops, exclamation marks, or question marks
(#294) 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"
(#295) Commas (,) must be followed by white space.
(#295) Commas (,) must be followed by white space.
(#295) Commas (,) must be followed by white space.
(#295) Expected 1 space after closing parenthesis; found 0
(#297) Inline comments must start with a capital letter, digit or 3-dots sequence
(#297) Inline comments must end in full-stops, exclamation marks, or question marks
(#297) 4 slashes comments are not allowed; use "// Comment." instead
(#297) No space found before comment text; expected "// wpm score" but found "////wpm score"
(#303) Expected "if (...) {\n"; found "if(...){"
(#303) Expected 1 space before "="; 0 found
(#303) Expected 1 space after "="; 0 found
(#303) Closing brace must be on a line by itself
(#311) Expected 1 space before "="; 0 found
(#311) Must use "self::" for local static member reference
(#313) Expected "if (...) {\n"; found "if(...){"
(#313) Expected 1 space before "="; 0 found
(#313) Expected 1 space after "="; 0 found
(#313) Closing brace must be on a line by itself
(#321) Expected "if (...) {\n"; found "if(...) {\n"
(#323) Expected "} else {\n"; found "}else{\n"
(#324) Expected 1 space after "="; 0 found
(#327) Inline comments must start with a capital letter, digit or 3-dots sequence
(#327) Inline comments must end in full-stops, exclamation marks, or question marks
(#327) No space found before comment text; expected "// accuracy score" but found "//accuracy score"
(#328) Expected "if (...) {\n"; found "if(...) {\n"
(#330) Expected "} else {\n"; found "}else{\n"
(#331) Expected 1 space before "="; 0 found
(#331) Expected 1 space after "="; 0 found
(#334) Inline comments must start with a capital letter, digit or 3-dots sequence
(#334) Inline comments must end in full-stops, exclamation marks, or question marks
(#334) No space found before comment text; expected "// sessionscore" but found "//sessionscore"
(#337) Expected "if (...) {\n"; found "if(...){\n"
(#340) Expected 1 space before "/"; 0 found
(#340) Expected 1 space after "/"; 0 found
(#342) Expected 1 space before "="; 0 found
(#345) Expected 1 space before "="; 0 found
(#345) Expected 1 space after "="; 0 found
(#350) Inline comments must start with a capital letter, digit or 3-dots sequence
(#350) 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."
(#351) Expected 1 space after closing parenthesis; found 0
(#353) Expected "if (...) {\n"; found "if(...){\n"
(#355) Expected "} else {\n"; found "}else{\n"
(#356) Expected 1 space before "="; 0 found
(#356) Expected 1 space after "="; 0 found
(#361) Inline comments must start with a capital letter, digit or 3-dots sequence
(#361) Inline comments must end in full-stops, exclamation marks, or question marks
(#361) No space found before comment text; expected "// get all the aievaluations for a user" but found "//get all the aievaluations for a user"
(#362) Commas (,) must be followed by white space.
(#362) Expected 1 space after closing parenthesis; found 0
(#366) Commas (,) must be followed by white space.
(#366) Commas (,) must be followed by white space.
(#370) Inline comments must start with a capital letter, digit or 3-dots sequence
(#370) 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"
(#371) Inline comments must end in full-stops, exclamation marks, or question marks
(#371) 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)"
(#372) Expected 1 space after closing parenthesis; found 0
(#374) Expected 1 space after "="; 0 found
(#375) Line exceeds 132 characters; contains 164 characters
(#377) Commas (,) must be followed by white space.
(#378) Expected "if (...) {\n"; found "if(...){\n"
(#378) Expected 1 space before "!=="; 0 found
(#378) Expected 1 space after "!=="; 0 found
(#391) Expected 1 space before "="; 0 found
(#391) Expected 1 space after "="; 0 found
(#392) Expected 1 space before "="; 0 found
(#392) Expected 1 space after "="; 0 found
(#393) Expected "if (...) {\n"; found "if(...){\n"
(#404) Commas (,) must be followed by white space.
(#411) Inline comments must end in full-stops, exclamation marks, or question marks
(#411) No space found before comment text; expected "// What to show students after an attempt" but found "//What to show students after an attempt"
(#412) Expected 1 space after closing parenthesis; found 0
(#414) Commas (,) must be followed by white space.
(#415) Commas (,) must be followed by white space.
(#416) Commas (,) must be followed by white space.
(#420) Line exceeds 132 characters; contains 149 characters
(#420) Inline comments must start with a capital letter, digit or 3-dots sequence
(#420) Inline comments must end in full-stops, exclamation marks, or question marks
(#420) No space found before comment text; expected "// 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"
(#421) Expected 1 space after closing parenthesis; found 0
(#423) Commas (,) must be followed by white space.
(#424) Inline comments must start with a capital letter, digit or 3-dots sequence
(#424) Inline comments must end in full-stops, exclamation marks, or question marks
(#424) This comment is 54% valid code; is this commented out code?
(#424) 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),"
(#425) Commas (,) must be followed by white space.
(#426) Commas (,) must be followed by white space.
(#430) Line indented incorrectly; expected 4 spaces, found 2
(#430) Expected 1 space after closing parenthesis; found 0
(#431) Line indented incorrectly; expected at least 8 spaces, found 6
(#432) Commas (,) must be followed by white space.
(#433) Commas (,) must be followed by white space.
(#434) Commas (,) must be followed by white space.
(#435) Commas (,) must be followed by white space.
(#436) Commas (,) must be followed by white space.
(#437) Commas (,) must be followed by white space.
(#438) Commas (,) must be followed by white space.
(#439) Commas (,) must be followed by white space.
(#440) Line indented incorrectly; expected at least 8 spaces, found 6
(#441) Line indented incorrectly; expected 4 spaces, found 2
(#443) Expected 1 space after closing parenthesis; found 0
(#445) Commas (,) must be followed by white space.
(#446) Commas (,) must be followed by white space.
(#450) Expected 1 space after closing parenthesis; found 0
(#452) Commas (,) must be followed by white space.
(#453) Commas (,) must be followed by white space.
(#453) Commas (,) must be followed by white space.
(#454) Commas (,) must be followed by white space.
(#454) Commas (,) must be followed by white space.
(#455) Commas (,) must be followed by white space.
(#456) Commas (,) must be followed by white space.
(#456) Commas (,) must be followed by white space.
(#457) Commas (,) must be followed by white space.
(#457) Commas (,) must be followed by white space.
(#458) Commas (,) must be followed by white space.
(#458) Commas (,) must be followed by white space.
(#458) Expected 1 space before "=>"; 0 found
(#458) Expected 1 space after "=>"; 0 found
(#458) Commas (,) must be followed by white space.
(#458) Expected 1 space before "=>"; 0 found
(#458) Expected 1 space after "=>"; 0 found
(#459) Commas (,) must be followed by white space.
(#459) Commas (,) must be followed by white space.
(#463) Line indented incorrectly; expected 4 spaces, found 2
(#463) Expected 1 space after closing parenthesis; found 0
(#464) Line indented incorrectly; expected at least 8 spaces, found 6
(#465) Expected 1 space before "=>"; 0 found
(#465) Expected 1 space after "=>"; 0 found
(#466) Expected 1 space before "=>"; 0 found
(#466) Expected 1 space after "=>"; 0 found
(#467) Expected 1 space before "=>"; 0 found
(#467) Expected 1 space after "=>"; 0 found
(#468) Expected 1 space before "=>"; 0 found
(#468) Expected 1 space after "=>"; 0 found
(#469) Expected 1 space before "=>"; 0 found
(#469) Expected 1 space after "=>"; 0 found
(#470) Expected 1 space before "=>"; 0 found
(#470) Expected 1 space after "=>"; 0 found
(#471) Expected 1 space before "=>"; 0 found
(#471) Expected 1 space after "=>"; 0 found
(#472) Expected 1 space before "=>"; 0 found
(#472) Expected 1 space after "=>"; 0 found
(#473) Expected 1 space before "=>"; 0 found
(#473) Expected 1 space after "=>"; 0 found
(#473) Commas (,) must be followed by white space.
(#474) Line indented incorrectly; expected at least 8 spaces, found 6
(#475) Line indented incorrectly; expected 4 spaces, found 2
(#477) Line indented incorrectly; expected 4 spaces, found 3
(#477) Expected 1 space after closing parenthesis; found 0
(#478) Line indented incorrectly; expected at least 8 spaces, found 7
(#479) Expected 1 space before "=>"; 0 found
(#479) Expected 1 space after "=>"; 0 found
(#479) Commas (,) must be followed by white space.
(#480) Expected 1 space before "=>"; 0 found
(#480) Expected 1 space after "=>"; 0 found
(#480) Commas (,) must be followed by white space.
(#481) Expected 1 space before "=>"; 0 found
(#481) Expected 1 space after "=>"; 0 found
(#481) Commas (,) must be followed by white space.
(#482) Expected 1 space before "=>"; 0 found
(#482) Expected 1 space after "=>"; 0 found
(#482) Commas (,) must be followed by white space.
(#483) Expected 1 space before "=>"; 0 found
(#483) Expected 1 space after "=>"; 0 found
(#483) Commas (,) must be followed by white space.
(#484) Line indented incorrectly; expected at least 8 spaces, found 7
(#485) Spaces must be used to indent lines; tabs are not allowed
(#485) Tab found within whitespace
(#485) This comment is 80% valid code; is this commented out code?
(#485) Line indented incorrectly; expected at least 8 spaces, found 1
(#486) Line indented incorrectly; expected at least 8 spaces, found 6
(#487) Line indented incorrectly; expected at least 8 spaces, found 3
(#488) Line indented incorrectly; expected at least 8 spaces, found 3
(#488) Whitespace found at end of line
(#489) Line indented incorrectly; expected at least 8 spaces, found 3
(#489) Whitespace found at end of line
(#490) Line indented incorrectly; expected at least 8 spaces, found 3
(#490) Whitespace found at end of line
(#491) Line indented incorrectly; expected at least 8 spaces, found 3
(#491) Whitespace found at end of line
(#492) Line indented incorrectly; expected at least 8 spaces, found 3
(#492) Whitespace found at end of line
(#493) Line indented incorrectly; expected at least 8 spaces, found 3
(#493) Whitespace found at end of line
(#494) Line indented incorrectly; expected at least 8 spaces, found 3
(#494) Whitespace found at end of line
(#495) Line indented incorrectly; expected at least 8 spaces, found 3
(#495) Whitespace found at end of line
(#496) Line indented incorrectly; expected at least 8 spaces, found 3
(#496) Whitespace found at end of line
(#497) Line indented incorrectly; expected at least 8 spaces, found 3
(#497) Whitespace found at end of line
(#498) Line indented incorrectly; expected at least 8 spaces, found 3
(#498) Whitespace found at end of line
(#499) Line indented incorrectly; expected at least 8 spaces, found 3
(#499) Whitespace found at end of line
(#500) Line indented incorrectly; expected at least 8 spaces, found 3
(#500) Whitespace found at end of line
(#501) Line indented incorrectly; expected at least 8 spaces, found 3
(#501) Whitespace found at end of line
(#502) Line indented incorrectly; expected at least 8 spaces, found 3
(#502) Whitespace found at end of line
(#503) Line indented incorrectly; expected at least 8 spaces, found 3
(#503) Whitespace found at end of line
(#504) Line indented incorrectly; expected at least 8 spaces, found 3
(#504) Whitespace found at end of line
(#505) Line indented incorrectly; expected at least 8 spaces, found 3
(#505) Whitespace found at end of line
(#506) Line indented incorrectly; expected at least 8 spaces, found 3
(#506) Whitespace found at end of line
(#507) Line indented incorrectly; expected at least 8 spaces, found 3
(#507) Whitespace found at end of line
(#508) Line indented incorrectly; expected at least 8 spaces, found 3
(#508) Whitespace found at end of line
(#509) Line indented incorrectly; expected at least 8 spaces, found 3
(#509) Whitespace found at end of line
(#510) Line indented incorrectly; expected at least 8 spaces, found 3
(#510) Whitespace found at end of line
(#511) Line indented incorrectly; expected at least 8 spaces, found 3
(#511) Whitespace found at end of line
(#512) Line indented incorrectly; expected at least 8 spaces, found 3
(#512) Whitespace found at end of line
(#513) Line indented incorrectly; expected at least 8 spaces, found 3
(#513) Whitespace found at end of line
(#514) Line indented incorrectly; expected at least 8 spaces, found 3
(#514) Whitespace found at end of line
(#515) Line indented incorrectly; expected at least 8 spaces, found 3
(#515) Whitespace found at end of line
(#516) Line indented incorrectly; expected at least 8 spaces, found 3
(#516) Whitespace found at end of line
(#517) Line indented incorrectly; expected at least 8 spaces, found 3
(#517) Whitespace found at end of line
(#518) Line indented incorrectly; expected at least 8 spaces, found 3
(#518) Whitespace found at end of line
(#519) Line indented incorrectly; expected at least 8 spaces, found 3
(#519) Whitespace found at end of line
(#520) Line indented incorrectly; expected at least 8 spaces, found 3
(#520) Whitespace found at end of line
(#521) Line indented incorrectly; expected at least 8 spaces, found 3
(#521) Whitespace found at end of line
(#522) Line indented incorrectly; expected at least 8 spaces, found 3
(#522) Whitespace found at end of line
(#523) Line indented incorrectly; expected at least 8 spaces, found 3
(#523) Whitespace found at end of line
(#524) Line indented incorrectly; expected at least 8 spaces, found 3
(#524) Whitespace found at end of line
(#525) Line indented incorrectly; expected at least 8 spaces, found 3
(#525) Whitespace found at end of line
(#526) Line indented incorrectly; expected at least 8 spaces, found 3
(#526) Whitespace found at end of line
(#527) Line indented incorrectly; expected at least 8 spaces, found 3
(#527) Whitespace found at end of line
(#528) Line indented incorrectly; expected at least 8 spaces, found 3
(#528) Whitespace found at end of line
(#529) Line indented incorrectly; expected at least 8 spaces, found 3
(#529) Whitespace found at end of line
(#530) Line indented incorrectly; expected at least 8 spaces, found 3
(#530) Whitespace found at end of line
(#531) Line indented incorrectly; expected at least 8 spaces, found 3
(#531) Whitespace found at end of line
(#532) Line indented incorrectly; expected at least 8 spaces, found 3
(#532) Whitespace found at end of line
(#533) Line indented incorrectly; expected at least 8 spaces, found 3
(#533) Whitespace found at end of line
(#534) Line indented incorrectly; expected at least 8 spaces, found 3
(#534) Whitespace found at end of line
(#535) Line indented incorrectly; expected at least 8 spaces, found 3
(#535) Whitespace found at end of line
(#536) Line indented incorrectly; expected at least 8 spaces, found 3
(#536) Whitespace found at end of line
(#537) Line indented incorrectly; expected at least 8 spaces, found 3
(#537) Whitespace found at end of line
(#538) Line indented incorrectly; expected at least 8 spaces, found 3
(#538) Whitespace found at end of line
(#539) Line indented incorrectly; expected at least 8 spaces, found 3
(#539) Whitespace found at end of line
(#540) Line indented incorrectly; expected at least 8 spaces, found 3
(#540) Whitespace found at end of line
(#541) Line indented incorrectly; expected at least 8 spaces, found 3
(#541) Whitespace found at end of line
(#542) Line indented incorrectly; expected at least 8 spaces, found 3
(#542) Whitespace found at end of line
(#543) Line indented incorrectly; expected at least 8 spaces, found 3
(#543) Whitespace found at end of line
(#544) Line indented incorrectly; expected at least 8 spaces, found 3
(#544) Whitespace found at end of line
(#545) Line indented incorrectly; expected at least 8 spaces, found 3
(#545) Whitespace found at end of line
(#546) Line indented incorrectly; expected at least 8 spaces, found 3
(#546) Whitespace found at end of line
(#547) Line indented incorrectly; expected at least 8 spaces, found 3
(#547) Whitespace found at end of line
(#548) Line indented incorrectly; expected at least 8 spaces, found 3
(#548) Whitespace found at end of line
(#549) Line indented incorrectly; expected at least 8 spaces, found 3
(#549) Whitespace found at end of line
(#550) Line indented incorrectly; expected at least 8 spaces, found 3
(#550) Whitespace found at end of line
(#551) Line indented incorrectly; expected at least 8 spaces, found 3
(#551) Whitespace found at end of line
(#552) Line indented incorrectly; expected at least 8 spaces, found 3
(#552) Whitespace found at end of line
(#553) Line indented incorrectly; expected at least 8 spaces, found 3
(#553) Whitespace found at end of line
(#554) Line indented incorrectly; expected at least 8 spaces, found 3
(#554) Whitespace found at end of line
(#555) Line indented incorrectly; expected at least 8 spaces, found 3
(#555) Whitespace found at end of line
(#556) Line indented incorrectly; expected at least 8 spaces, found 3
(#556) Whitespace found at end of line
(#557) Line indented incorrectly; expected at least 8 spaces, found 3
(#557) Whitespace found at end of line
(#558) Line indented incorrectly; expected at least 8 spaces, found 3
(#558) Whitespace found at end of line
(#559) Line indented incorrectly; expected at least 8 spaces, found 3
(#559) Whitespace found at end of line
(#560) Line indented incorrectly; expected at least 8 spaces, found 3
(#560) Whitespace found at end of line
(#561) Line indented incorrectly; expected at least 8 spaces, found 3
(#561) Whitespace found at end of line
(#562) Line indented incorrectly; expected at least 8 spaces, found 3
(#562) Whitespace found at end of line
(#563) Line indented incorrectly; expected at least 8 spaces, found 3
(#563) Whitespace found at end of line
(#564) Line indented incorrectly; expected at least 8 spaces, found 3
(#564) Whitespace found at end of line
(#565) Line indented incorrectly; expected at least 8 spaces, found 3
(#565) Whitespace found at end of line
(#566) Line indented incorrectly; expected at least 8 spaces, found 3
(#566) Whitespace found at end of line
(#567) Line indented incorrectly; expected at least 8 spaces, found 3
(#567) Whitespace found at end of line
(#568) Line indented incorrectly; expected at least 8 spaces, found 3
(#568) Whitespace found at end of line
(#569) Line indented incorrectly; expected at least 8 spaces, found 3
(#569) Whitespace found at end of line
(#570) Line indented incorrectly; expected at least 8 spaces, found 3
(#570) Whitespace found at end of line
(#571) Line indented incorrectly; expected at least 8 spaces, found 3
(#571) Whitespace found at end of line
(#572) Line indented incorrectly; expected at least 8 spaces, found 3
(#572) Whitespace found at end of line
(#573) Line indented incorrectly; expected at least 8 spaces, found 3
(#573) Whitespace found at end of line
(#574) Line indented incorrectly; expected at least 8 spaces, found 3
(#574) Whitespace found at end of line
(#575) Line indented incorrectly; expected at least 8 spaces, found 3
(#575) Whitespace found at end of line
(#576) Line indented incorrectly; expected at least 8 spaces, found 3
(#576) Whitespace found at end of line
(#577) Line indented incorrectly; expected at least 8 spaces, found 3
(#577) Whitespace found at end of line
(#578) Line indented incorrectly; expected at least 8 spaces, found 3
(#578) Whitespace found at end of line
(#579) Line indented incorrectly; expected at least 8 spaces, found 3
(#579) Whitespace found at end of line
(#580) Line indented incorrectly; expected at least 8 spaces, found 3
(#580) Whitespace found at end of line
(#581) Line indented incorrectly; expected at least 8 spaces, found 3
(#581) Whitespace found at end of line
(#582) Line indented incorrectly; expected at least 8 spaces, found 3
(#582) Whitespace found at end of line
(#583) Line indented incorrectly; expected at least 8 spaces, found 3
(#583) Whitespace found at end of line
(#584) Line indented incorrectly; expected at least 8 spaces, found 3
(#584) Whitespace found at end of line
(#585) Line indented incorrectly; expected at least 8 spaces, found 3
(#585) Whitespace found at end of line
(#586) Line indented incorrectly; expected at least 8 spaces, found 3
(#586) Whitespace found at end of line
(#587) Line indented incorrectly; expected at least 8 spaces, found 3
(#587) Whitespace found at end of line
(#588) Line indented incorrectly; expected at least 8 spaces, found 3
(#588) Whitespace found at end of line
(#589) Line indented incorrectly; expected at least 8 spaces, found 3
(#589) Whitespace found at end of line
(#590) Line indented incorrectly; expected at least 8 spaces, found 3
(#590) Whitespace found at end of line
(#591) Line indented incorrectly; expected at least 8 spaces, found 3
(#591) Whitespace found at end of line
(#592) Line indented incorrectly; expected at least 8 spaces, found 3
(#592) Whitespace found at end of line
(#593) Line indented incorrectly; expected at least 8 spaces, found 3
(#593) Whitespace found at end of line
(#594) Line indented incorrectly; expected at least 8 spaces, found 3
(#594) Whitespace found at end of line
(#595) Line indented incorrectly; expected at least 8 spaces, found 3
(#595) Whitespace found at end of line
(#596) Line indented incorrectly; expected at least 8 spaces, found 3
(#596) Whitespace found at end of line
(#597) Line indented incorrectly; expected at least 8 spaces, found 3
(#597) Whitespace found at end of line
(#598) Line indented incorrectly; expected at least 8 spaces, found 3
(#598) Whitespace found at end of line
(#599) Line indented incorrectly; expected at least 8 spaces, found 3
(#599) Whitespace found at end of line
(#600) Line indented incorrectly; expected at least 8 spaces, found 3
(#600) Whitespace found at end of line
(#601) Line indented incorrectly; expected at least 8 spaces, found 3
(#601) Whitespace found at end of line
(#602) Line indented incorrectly; expected at least 8 spaces, found 3
(#602) Whitespace found at end of line
(#603) Line indented incorrectly; expected at least 8 spaces, found 3
(#603) Whitespace found at end of line
(#604) Line indented incorrectly; expected at least 8 spaces, found 3
(#604) Whitespace found at end of line
(#605) Line indented incorrectly; expected at least 8 spaces, found 3
(#605) Whitespace found at end of line
(#606) Line indented incorrectly; expected at least 8 spaces, found 3
(#606) Whitespace found at end of line
(#607) Line indented incorrectly; expected at least 8 spaces, found 3
(#607) Whitespace found at end of line
(#608) Line indented incorrectly; expected at least 8 spaces, found 3
(#608) Whitespace found at end of line
(#609) Line indented incorrectly; expected at least 8 spaces, found 3
(#610) Line indented incorrectly; expected at least 8 spaces, found 2
(#611) Line indented incorrectly; expected at least 8 spaces, found 1
(#612) 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
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
(#65) Expected 1 space after "="; 2 found
(#67) Expected 1 space before "=>"; 0 found
(#67) Expected 1 space after "=>"; 0 found
(#68) Variable "ai_evals" must not contain underscores.
(#68) Commas (,) must be followed by white space.
(#68) Expected 1 space before "=>"; 0 found
(#68) Expected 1 space after "=>"; 0 found
(#69) Expected "if (...) {\n"; found "if(...) {\n"
(#69) Variable "ai_evals" must not contain underscores.
(#70) Commas (,) must be followed by white space.
(#70) Commas (,) must be followed by white space.
(#71) Expected "} else {\n"; found "}else{\n"
(#72) Expected 1 space before "="; 0 found
(#72) Expected 1 space after "="; 0 found
(#73) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#73) Variable "ai_evals" must not contain underscores.
(#74) Commas (,) must be followed by white space.
(#75) Expected "if (...) {\n"; found "if(...) {\n"
(#77) Expected "} else {\n"; found "}else{\n"
(#81) Expected 1 space before "="; 0 found
(#81) Expected 1 space after "="; 0 found
(#82) Expected 1 space before "="; 0 found
(#82) Expected 1 space after "="; 0 found
(#82) Variable "ai_evals" must not contain underscores.
(#82) Expected 1 space before "-"; 0 found
(#82) Expected 1 space after "-"; 0 found
(#83) Expected 1 space before "="; 0 found
(#83) Expected 1 space after "="; 0 found
(#84) Commas (,) must be followed by white space.
(#84) Commas (,) must be followed by white space.
(#84) Commas (,) must be followed by white space.
(#84) Commas (,) must be followed by white space.
(#88) Expected 1 space after "="; 2 found
(#90) Expected 1 space before "=>"; 0 found
(#90) Expected 1 space after "=>"; 0 found
(#91) Expected "if (...) {\n"; found "if(...) {\n"
(#95) Commas (,) must be followed by white space.
(#95) Commas (,) must be followed by white space.
(#95) Commas (,) must be followed by white space.
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) 3 slashes comments are not allowed; use "// Comment." instead
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) No space found before comment text; expected "// This puts all our display logic into the renderer.php files in this plugin" but found "//This puts all our display logic into the renderer.php files in this plugin"
(#115) Commas (,) must be followed by white space.
(#116) Commas (,) must be followed by white space.
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"
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) No space found before comment text; expected "// paging details" but found "//paging details"
(#43) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#52) Usage of ELSEIF not allowed; use ELSE IF instead
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#65) Whitespace found at end of line
(#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 "// set per page according to admin setting" but found "//set per page according to admin setting"
(#69) Expected "if (...) {\n"; found "if(...){\n"
(#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 4 spaces, found 1
(#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 "// process form submission" but found "//process form submission"
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 8 spaces, found 2
(#88) Expected "if (...) {\n"; found "if(...) {\n"
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 12 spaces, found 3
(#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
(#91) Expected "} else {\n"; found "}else{\n"
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 12 spaces, found 3
(#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
(#93) Commas (,) must be followed by white space.
(#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
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Whitespace found at end of line
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Line indented incorrectly; expected at least 12 spaces, found 3
(#96) No space found before comment text; expected "// update gradebook" but found "//update gradebook"
(#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 12 spaces, found 3
(#100) No space found before comment text; expected "// move on or return to grading" but found "//move on or return to grading"
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 12 spaces, found 3
(#101) Expected "if (...) {\n"; found "if(...){\n"
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 16 spaces, found 4
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 16 spaces, found 4
(#103) Expected "if (...) {\n"; found "if(...){\n"
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 20 spaces, found 5
(#104) Expected 1 space before "="; 0 found
(#104) Expected 1 space after "="; 0 found
(#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 20 spaces, found 5
(#105) 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"
(#106) Expected 1 space after "="; 2 found
(#107) Commas (,) must be followed by white space.
(#107) Expected 1 space before "=>"; 0 found
(#107) Expected 1 space after "=>"; 0 found
(#108) Expected 1 space before "=>"; 0 found
(#108) Expected 1 space after "=>"; 0 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
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 16 spaces, found 4
(#111) Expected "} else {\n"; found "}else{\n"
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 20 spaces, found 5
(#112) Expected 1 space before "="; 0 found
(#112) 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 16 spaces, found 4
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 12 spaces, found 3
(#114) Expected "} else {\n"; found "}else{\n"
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 16 spaces, found 4
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 12 spaces, found 3
(#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
(#123) Commas (,) must be followed by white space.
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Commas (,) must be followed by white space.
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Commas (,) must be followed by white space.
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Commas (,) must be followed by white space.
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) 3 slashes comments are not allowed; use "// Comment." instead
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) 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"
(#134) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#137) No space found before comment text; expected "// From here we actually display the page." but found "//From here we actually display the page."
(#139) Expected 1 space before "="; 0 found
(#139) Expected 1 space after "="; 0 found
(#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 "// 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"
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 4 spaces, found 1
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#145) Commas (,) must be followed by white space.
(#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) Variable "force_aidata" must not contain underscores.
(#146) Expected 1 space before "="; 0 found
(#146) Expected 1 space after "="; 0 found
(#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) 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"
(#147) Expected 1 space before "="; 0 found
(#147) Expected 1 space after "="; 0 found
(#147) Expected 1 space before "="; 0 found
(#147) Expected 1 space after "="; 0 found
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#149) Expected 1 space before "="; 0 found
(#149) 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 3
(#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
(#154) Commas (,) must be followed by white space.
(#154) Variable "force_aidata" must not contain underscores.
(#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.
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 11 spaces, found 2
(#159) Commas (,) must be followed by white space.
(#159) Expected 1 space before "=>"; 0 found
(#159) Expected 1 space after "=>"; 0 found
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 11 spaces, found 2
(#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) Line indented incorrectly; expected at least 11 spaces, found 8
(#162) Commas (,) must be followed by white space.
(#162) Variable "force_aidata" must not contain underscores.
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 11 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 11 spaces, found 2
(#165) Line indented incorrectly; expected at least 11 spaces, found 8
(#165) Commas (,) must be followed by white space.
(#165) Commas (,) must be followed by white space.
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 11 spaces, found 2
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#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 "// 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)"
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) 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"
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) 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"
(#177) Commas (,) must be followed by white space.
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) No space found before comment text; expected "// fetch attempt and ai data" but found "//fetch attempt and ai data"
(#181) Commas (,) must be followed by white space.
(#182) Variable "force_aidata" must not contain underscores.
(#182) Expected 1 space before "="; 0 found
(#182) Expected 1 space after "="; 0 found
(#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 "// in this case we are just interested in ai data" but found "//in this case we are just interested in ai data"
(#183) Expected 1 space before "="; 0 found
(#183) Expected 1 space after "="; 0 found
(#186) Commas (,) must be followed by white space.
(#186) Variable "force_aidata" must not contain underscores.
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) No space found before comment text; expected "// if we can grade and manage attempts show the gradenow button" but found "//if we can grade and manage attempts show the gradenow button"
(#189) Expected "if (...) {\n"; found "if(...) {\n"
(#189) Commas (,) must be followed by white space.
(#192) Commas (,) must be followed by white space.
(#192) Commas (,) must be followed by white space.
(#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 "// load individual attempt page with machine eval (NO action buttons )" but found "//load individual attempt page with machine eval (NO action buttons )"
(#200) Commas (,) must be followed by white space.
(#201) Variable "force_aidata" must not contain underscores.
(#201) Expected 1 space before "="; 0 found
(#201) Expected 1 space after "="; 0 found
(#201) Inline comments must start with a capital letter, digit or 3-dots sequence
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) No space found before comment text; expected "// in this case we are just interested in ai data" but found "//in this case we are just interested in ai data"
(#202) Expected 1 space before "="; 0 found
(#202) Expected 1 space after "="; 0 found
(#206) Commas (,) must be followed by white space.
(#206) Variable "force_aidata" must not contain underscores.
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) 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"
(#209) Expected "if (...) {\n"; found "if(...) {\n"
(#209) Commas (,) must be followed by white space.
(#212) Commas (,) must be followed by white space.
(#212) Commas (,) must be followed by white space.
(#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 "// load individual attempt page with machine eval and action buttons" but found "//load individual attempt page with machine eval and action buttons"
(#220) Commas (,) must be followed by white space.
(#221) Variable "force_aidata" must not contain underscores.
(#221) Expected 1 space before "="; 0 found
(#221) Expected 1 space after "="; 0 found
(#221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) 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"
(#222) Expected 1 space before "="; 0 found
(#222) Expected 1 space after "="; 0 found
(#222) Expected 1 space before "="; 0 found
(#222) Expected 1 space after "="; 0 found
(#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) This comment is 62% valid code; is this commented out code?
(#224) 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);"
(#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
(#230) Commas (,) must be followed by white space.
(#230) Variable "force_aidata" must not contain underscores.
(#231) Expected 1 space before "=>"; 0 found
(#231) Expected 1 space after "=>"; 0 found
(#231) Commas (,) must be followed by white space.
(#231) Variable "force_aidata" must not contain underscores.
(#232) Expected 1 space before "=>"; 0 found
(#232) Expected 1 space after "=>"; 0 found
(#232) Commas (,) must be followed by white space.
(#232) Variable "force_aidata" must not contain underscores.
(#233) Expected 1 space before "=>"; 0 found
(#233) Expected 1 space after "=>"; 0 found
(#233) Commas (,) must be followed by white space.
(#233) Variable "force_aidata" must not contain underscores.
(#235) Commas (,) must be followed by white space.
(#235) Expected 1 space before "=>"; 0 found
(#235) Expected 1 space after "=>"; 0 found
(#238) Commas (,) must be followed by white space.
(#238) Variable "force_aidata" must not contain underscores.
(#241) Commas (,) must be followed by white space.
(#241) Commas (,) must be followed by white space.
(#245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#245) No space found before comment text; expected "// list view of attempts and grades and action links" but found "//list view of attempts and grades and action links"
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 4 spaces, found 1
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 8 spaces, found 2
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#248) Line indented incorrectly; expected at least 8 spaces, found 2
(#248) 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"
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) Line indented incorrectly; expected at least 8 spaces, found 2
(#249) 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"
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 8 spaces, found 2
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 8 spaces, found 2
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 8 spaces, found 2
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) No space found before comment text; expected "// 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"
(#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
(#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
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Inline comments must start with a capital letter, digit or 3-dots sequence
(#258) Line indented incorrectly; expected at least 8 spaces, found 2
(#258) 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"
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#259) Line indented incorrectly; expected at least 8 spaces, found 2
(#259) 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"
(#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
(#261) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#266) Inline comments must start with a capital letter, digit or 3-dots sequence
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) No space found before comment text; expected "// list view of attempts and machine grades and action links" but found "//list view of attempts and machine grades and action links"
(#268) Expected 1 space before "="; 0 found
(#268) Expected 1 space after "="; 0 found
(#270) Inline comments must start with a capital letter, digit or 3-dots sequence
(#270) 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"
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
(#271) 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"
(#278) Expected 1 space before "="; 0 found
(#278) Expected 1 space after "="; 0 found
(#287) Expected 1 space before "="; 0 found
(#287) Expected 1 space after "="; 0 found
(#290) Expected 1 space before "="; 0 found
(#290) Expected 1 space after "="; 0 found
(#291) Expected 1 space before "="; 0 found
(#291) Expected 1 space after "="; 0 found
(#294) Inline comments must start with a capital letter, digit or 3-dots sequence
(#294) Inline comments must end in full-stops, exclamation marks, or question marks
(#294) No space found before comment text; expected "// 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"
(#298) Inline comments must start with a capital letter, digit or 3-dots sequence
(#298) 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"
(#299) Inline comments must end in full-stops, exclamation marks, or question marks
(#299) 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"
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected 4 spaces, found 1
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 8 spaces, found 2
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 8 spaces, found 2
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 8 spaces, found 2
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#313) Inline comments must start with a capital letter, digit or 3-dots sequence
(#313) 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"
(#314) No space found before comment text; expected "// so we need our audio player loaded" but found "//so we need our audio player loaded"
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) 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"
(#316) Variable "aph_opts" must not contain underscores.
(#316) Expected 1 space after "="; 0 found
(#318) Inline comments must start with a capital letter, digit or 3-dots sequence
(#318) Inline comments must end in full-stops, exclamation marks, or question marks
(#318) No space found before comment text; expected "// 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"
(#319) Variable "aph_opts" must not contain underscores.
(#322) This comment is 52% valid code; is this commented out code?
(#335) Line exceeds 132 characters; contains 144 characters
(#337) Spaces must be used to indent lines; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected 4 spaces, found 1
(#338) Spaces must be used to indent lines; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected 4 spaces, found 1
(#339) Commas (,) must be followed by white space.
(#341) Spaces must be used to indent lines; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected at least 8 spaces, found 5
(#341) Commas (,) must be followed by white space.
(#342) Variable "perpage_selector" must not contain underscores.
(#342) 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) Line indented incorrectly; expected at least 8 spaces, found 2
(#346) Spaces must be used to indent lines; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected at least 8 spaces, found 2
(#347) Spaces must be used to indent lines; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected at least 8 spaces, found 2
(#348) Spaces must be used to indent lines; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 2
(#349) Variable "perpage_selector" must not contain underscores.
(#350) Spaces must be used to indent lines; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected at least 8 spaces, found 2
(#350) Line exceeds 132 characters; contains 144 characters
(#351) Spaces must be used to indent lines; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected at least 8 spaces, found 2
(#352) Spaces must be used to indent lines; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected at least 8 spaces, found 2
(#352) Commas (,) must be followed by white space.
(#352) Commas (,) must be followed by white space.
(#353) Commas (,) must be followed by white space.
(#353) Commas (,) must be followed by white space.
(#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
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
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) 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?"
(#125) Expected 1 space before "="; 0 found
(#125) Expected 1 space after "="; 0 found
(#126) Expected 1 space before "="; 0 found
(#126) Expected 1 space after "="; 0 found
(#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
(#140) Expected 1 space before "="; 0 found
(#140) Expected 1 space after "="; 0 found
(#141) Expected 1 space before "="; 0 found
(#141) Expected 1 space after "="; 0 found
(#142) Expected 1 space before "="; 0 found
(#142) Expected 1 space after "="; 0 found
(#144) Expected 1 space before "="; 0 found
(#144) Expected 1 space after "="; 0 found
(#145) Expected 1 space before "="; 0 found
(#145) 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
(#152) Expected 1 space before "="; 0 found
(#152) Expected 1 space after "="; 0 found
(#153) Expected 1 space before "="; 0 found
(#153) 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
(#160) Expected 1 space before "="; 0 found
(#160) Expected 1 space after "="; 0 found
(#161) Expected 1 space before "="; 0 found
(#161) Expected 1 space after "="; 0 found
(#162) 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
(#171) Expected 1 space before "="; 0 found
(#171) 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
(#179) Expected 1 space before "="; 0 found
(#179) Expected 1 space after "="; 0 found
(#180) Expected 1 space before "="; 0 found
(#180) Expected 1 space after "="; 0 found
(#181) Expected 1 space before "="; 0 found
(#181) Expected 1 space after "="; 0 found
(#182) Expected 1 space before "="; 0 found
(#182) Expected 1 space after "="; 0 found
(#185) Expected 1 space before "="; 0 found
(#185) Expected 1 space after "="; 0 found
(#186) Expected 1 space before "="; 0 found
(#186) Expected 1 space after "="; 0 found
(#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
(#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) 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
(#195) Expected 1 space before "="; 0 found
(#195) Expected 1 space after "="; 0 found
(#196) Expected 1 space before "="; 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
(#199) Expected 1 space before "="; 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
(#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
(#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 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
(#210) Expected 1 space before "="; 0 found
(#210) Expected 1 space after "="; 0 found
(#211) Expected 1 space before "="; 0 found
(#211) Expected 1 space after "="; 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
(#214) Expected 1 space before "="; 0 found
(#214) Expected 1 space after "="; 0 found
(#215) Expected 1 space before "="; 0 found
(#215) Expected 1 space after "="; 0 found
(#216) Expected 1 space before "="; 0 found
(#216) Expected 1 space after "="; 0 found
(#217) Expected 1 space before "="; 0 found
(#217) Expected 1 space after "="; 0 found
(#218) 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
(#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
(#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
(#242) Expected 1 space before "="; 0 found
(#242) Expected 1 space after "="; 0 found
(#243) Expected 1 space before "="; 0 found
(#243) 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
(#247) Expected 1 space before "="; 0 found
(#247) Expected 1 space after "="; 0 found
(#248) Expected 1 space before "="; 0 found
(#248) Expected 1 space after "="; 0 found
(#254) Expected 1 space before "="; 0 found
(#255) Expected 1 space before "="; 0 found
(#256) Expected 1 space before "="; 0 found
(#257) Expected 1 space before "="; 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
(#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 1 space before "="; 0 found
(#264) Expected 1 space after "="; 0 found
(#265) Expected 1 space before "="; 0 found
(#265) Expected 1 space after "="; 0 found
(#266) Expected 1 space before "="; 0 found
(#266) Expected 1 space after "="; 0 found
(#267) Expected 1 space before "="; 0 found
(#267) Expected 1 space after "="; 0 found
(#268) Expected 1 space before "="; 0 found
(#268) Expected 1 space after "="; 0 found
(#269) Expected 1 space before "="; 0 found
(#269) Expected 1 space after "="; 0 found
(#270) Expected 1 space before "="; 0 found
(#270) Expected 1 space after "="; 0 found
(#271) Expected 1 space before "="; 0 found
(#271) Expected 1 space after "="; 0 found
(#272) Expected 1 space before "="; 0 found
(#272) Expected 1 space after "="; 0 found
(#273) Expected 1 space before "="; 0 found
(#273) Expected 1 space after "="; 0 found
(#274) 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
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 after closing parenthesis; 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 after closing parenthesis; 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.
(#344) Spaces must be used to indent lines; tabs are not allowed
(#344) Tab found within whitespace
(#344) Whitespace found at end of line
(#345) Spaces must be used to indent lines; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected at least 4 spaces, found 3
(#345) Commas (,) must be followed by white space.
(#347) Spaces must be used to indent lines; tabs are not allowed
(#347) Tab found within whitespace
(#347) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) Line indented incorrectly; expected at least 4 spaces, found 1
(#348) Expected "if (...) {\n"; found "if(...) {\n"
(#348) Expected 1 space before "="; 0 found
(#348) Expected 1 space after "="; 0 found
(#348) Commas (,) must be followed by white space.
(#348) Expected 1 space before "=>"; 0 found
(#348) Expected 1 space after "=>"; 0 found
(#351) Spaces must be used to indent lines; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected at least 4 spaces, found 1
(#352) Spaces must be used to indent lines; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected at least 4 spaces, found 1
(#352) Expected 1 space before "=>"; 0 found
(#352) Expected 1 space after "=>"; 0 found
(#352) Expected 1 space before "=>"; 0 found
(#352) Expected 1 space after "=>"; 0 found
(#353) Spaces must be used to indent lines; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 4 spaces, found 1
(#356) Spaces must be used to indent lines; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 4 spaces, found 1
(#357) Spaces must be used to indent lines; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected 4 spaces, found 1
(#357) Expected "if (...) {\n"; found "if(...){"
(#357) Expected 1 space before "==="; 0 found
(#357) Expected 1 space after "==="; 0 found
(#357) Closing brace must be on a line by itself
(#358) Spaces must be used to indent lines; tabs are not allowed
(#358) Tab found within whitespace
(#358) Whitespace found at end of line
(#359) Spaces must be used to indent lines; tabs are not allowed
(#359) Tab found within whitespace
(#359) Inline comments must start with a capital letter, digit or 3-dots sequence
(#359) Inline comments must end in full-stops, exclamation marks, or question marks
(#359) Line indented incorrectly; expected at least 4 spaces, found 1
(#359) No space found before comment text; expected "// check completion reqs against satisfied conditions" but found "//check completion reqs against satisfied conditions"
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected 4 spaces, found 1
(#361) Spaces must be used to indent lines; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected 8 spaces, found 2
(#362) Spaces must be used to indent lines; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 12 spaces, found 3
(#363) Spaces must be used to indent lines; tabs are not allowed
(#363) Tab found within whitespace
(#364) Spaces must be used to indent lines; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected 8 spaces, found 2
(#365) Spaces must be used to indent lines; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 12 spaces, found 3
(#366) Spaces must be used to indent lines; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected 4 spaces, found 1
(#367) Spaces must be used to indent lines; tabs are not allowed
(#367) Tab found within whitespace
(#367) 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) Line indented incorrectly; expected at least 4 spaces, found 1
(#367) No space found before comment text; expected "// return our success flag" but found "//return our success flag"
(#368) Spaces must be used to indent lines; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 4 spaces, found 1
(#382) Expected 1 space after closing parenthesis; found 0
(#383) Spaces must be used to indent lines; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected at least 4 spaces, found 1
(#383) Commas (,) must be followed by white space.
(#383) Commas (,) must be followed by white space.
(#402) Spaces must be used to indent lines; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 4 spaces, found 1
(#402) Commas (,) must be followed by white space.
(#404) Spaces must be used to indent lines; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected at least 4 spaces, found 1
(#409) Spaces must be used to indent lines; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected at least 4 spaces, found 1
(#410) Whitespace found at end of line
(#412) Spaces must be used to indent lines; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected at least 4 spaces, found 1
(#413) Spaces must be used to indent lines; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected at least 4 spaces, found 1
(#413) Expected 1 space before "="; 0 found
(#413) Expected 1 space after "="; 0 found
(#414) Spaces must be used to indent lines; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 4 spaces, found 1
(#415) Spaces must be used to indent lines; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected 4 spaces, found 1
(#415) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#416) Spaces must be used to indent lines; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 8 spaces, found 2
(#416) Commas (,) must be followed by white space.
(#416) Commas (,) must be followed by white space.
(#416) Commas (,) must be followed by white space.
(#416) Commas (,) must be followed by white space.
(#417) Spaces must be used to indent lines; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected 4 spaces, found 1
(#418) Spaces must be used to indent lines; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected at least 4 spaces, found 1
(#437) Spaces must be used to indent lines; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected at least 4 spaces, found 1
(#437) Commas (,) must be followed by white space.
(#438) Spaces must be used to indent lines; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected at least 4 spaces, found 1
(#439) Spaces must be used to indent lines; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected at least 4 spaces, found 1
(#459) Perl-style comments are not allowed; use "// Comment." instead
(#504) Inline comments must end in full-stops, exclamation marks, or question marks
(#504) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#556) 80 slashes comments are not allowed; use "// Comment." instead
(#558) Inline comments must end in full-stops, exclamation marks, or question marks
(#558) 80 slashes comments are not allowed; use "// Comment." instead
(#574) Inline doc block comments are not allowed; use "// Comment." instead
(#593) Inline doc block comments are not allowed; use "// Comment." instead
(#603) 80 slashes comments are not allowed; use "// Comment." instead
(#605) Inline comments must end in full-stops, exclamation marks, or question marks
(#605) 80 slashes comments are not allowed; use "// Comment." instead
(#665) Spaces must be used to indent lines; tabs are not allowed
(#665) Tab found within whitespace
(#665) Whitespace found at end of line
(#666) Spaces must be used to indent lines; tabs are not allowed
(#666) Tab found within whitespace
(#666) Line indented incorrectly; expected at least 4 spaces, found 1
(#673) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#679) Line indented incorrectly; expected 4 spaces, found 8
(#681) Line indented incorrectly; expected 4 spaces, found 8
(#683) Inline comments must start with a capital letter, digit or 3-dots sequence
(#683) Inline comments must end in full-stops, exclamation marks, or question marks
(#687) 80 slashes comments are not allowed; use "// Comment." instead
(#689) Inline comments must end in full-stops, exclamation marks, or question marks
(#689) 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.
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) No space found before comment text; expected "// welcome and feedback" but found "//welcome and feedback"
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 2
(#94) Expected 1 space before "=>"; 0 found
(#94) Expected 1 space after "=>"; 0 found
(#94) Expected 1 space before "=>"; 0 found
(#94) 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
(#95) Commas (,) must be followed by white space.
(#95) Commas (,) must be followed by white space.
(#95) Commas (,) must be followed by white space.
(#95) Commas (,) must be followed by white space.
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Commas (,) must be followed by white space.
(#96) Commas (,) must be followed by white space.
(#96) Commas (,) must be followed by white space.
(#96) Commas (,) must be followed by white space.
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#98) No space found before comment text; expected "// defaults" but found "//defaults"
(#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
(#99) Commas (,) must be followed by white space.
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#100) 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) Commas (,) must be followed by white space.
(#100) Expected 1 space before "=>"; 0 found
(#100) Expected 1 space after "=>"; 0 found
(#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
(#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) 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 "// types" but found "//types"
(#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
(#104) Commas (,) must be followed by white space.
(#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
(#105) Commas (,) must be followed by white space.
(#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) Whitespace found at end of line
(#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
(#109) Expected 1 space before "=>"; 0 found
(#109) Expected 1 space after "=>"; 0 found
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 2
(#111) Commas (,) must be followed by white space.
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Whitespace found at end of line
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) No space found before comment text; expected "// allow early exit" but found "//allow early exit"
(#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
(#115) Line exceeds 132 characters; contains 170 characters
(#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) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Line indented incorrectly; expected at least 8 spaces, found 2
(#119) No space found before comment text; expected "// Attempts" but found "//Attempts"
(#121) Commas (,) must be followed by white space.
(#121) Commas (,) must be followed by white space.
(#121) Commas (,) must be followed by white space.
(#121) Commas (,) must be followed by white space.
(#121) Commas (,) must be followed by white space.
(#123) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Whitespace found at end of line
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 8 spaces, found 3
(#128) Whitespace found at end of line
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) No space found before comment text; expected "// grade options" but found "//grade options"
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) 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"
(#131) Commas (,) must be followed by white space.
(#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 "// human vs machine grade options" but found "//human vs machine grade options"
(#136) Line exceeds 132 characters; contains 136 characters
(#137) Commas (,) must be followed by white space.
(#141) Commas (,) must be followed by white space.
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) No space found before comment text; expected "// Enable AI" but found "//Enable AI"
(#144) Line exceeds 132 characters; contains 158 characters
(#145) Commas (,) must be followed by white space.
(#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 "// tts options" but found "//tts options"
(#150) Commas (,) must be followed by white space.
(#151) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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 "// region" but found "//region"
(#156) Commas (,) must be followed by white space.
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) No space found before comment text; expected "// expiredays" but found "//expiredays"
(#161) Commas (,) must be followed by white space.
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) Variable "autoacc_options" must not contain underscores.
(#169) Variable "autoacc_options" must not contain underscores.
(#171) Commas (,) must be followed by white space.
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#177) Commas (,) must be followed by white space.
(#180) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) Commas (,) must be followed by white space.
(#198) Expected 1 space before "="; 0 found
(#198) Expected 1 space after "="; 0 found
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Expected 1 space before "+"; 0 found
(#198) Expected 1 space after "+"; 0 found
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Variable "postattempt_options" must not contain underscores.
(#208) Variable "postattempt_options" must not contain underscores.
(#210) Commas (,) must be followed by white space.
(#213) This comment is 67% valid code; is this commented out code?
(#219) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Inline comments must start with a capital letter, digit or 3-dots sequence
(#222) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Whitespace found at end of line
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Whitespace found at end of line
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Expected 5 space(s) before asterisk; 2 found
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Expected 5 space(s) before asterisk; 2 found
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 4 spaces, found 2
(#233) Visibility must be declared on method "add_completion_rules"
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 8 spaces, found 2
(#234) Whitespace found at end of line
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 8 spaces, found 2
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#237) Line indented incorrectly; expected at least 8 spaces, found 2
(#237) No space found before comment text; expected "// timer options" but found "//timer options"
(#238) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) 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"
(#239) Line indented incorrectly; expected at least 8 spaces, found 7
(#239) Commas (,) must be followed by white space.
(#240) Line indented incorrectly; expected at least 8 spaces, found 7
(#240) Expected 1 space before "="; 0 found
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#240) Commas (,) must be followed by white space.
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#240) Commas (,) must be followed by white space.
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#240) Commas (,) must be followed by white space.
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#240) Commas (,) must be followed by white space.
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#240) Commas (,) must be followed by white space.
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#240) Commas (,) must be followed by white space.
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#240) Commas (,) must be followed by white space.
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#240) Commas (,) must be followed by white space.
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#240) Commas (,) must be followed by white space.
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#240) Line exceeds 132 characters; contains 137 characters
(#241) Line indented incorrectly; expected at least 8 spaces, found 7
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Whitespace found at end of line
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 8 spaces, found 2
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected 4 spaces, found 1
(#244) Closing brace indented incorrectly; expected 2 spaces, found 1
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Whitespace found at end of line
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 4 spaces, found 1
(#246) Visibility must be declared on method "completion_rule_enabled"
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 8 spaces, found 2
(#247) Expected 1 space before ">"; 0 found
(#247) Expected 1 space after ">"; 0 found
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected 4 spaces, found 1
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Whitespace found at end of line
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected 4 spaces, found 1
(#250) Variable "form_data" must not contain underscores.
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#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) This comment is 55% valid code; is this commented out code?
(#251) Line indented incorrectly; expected at least 8 spaces, found 2
(#251) 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);"
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 8 spaces, found 3
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 12 spaces, found 3
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 12 spaces, found 3
(#256) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 16 spaces, found 4
(#257) Variable "form_data" must not contain underscores.
(#257) Variable "form_data" must not contain underscores.
(#257) Commas (,) must be followed by white space.
(#257) Commas (,) must be followed by white space.
(#257) Commas (,) must be followed by white space.
(#257) Line exceeds 132 characters; contains 148 characters
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected 12 spaces, found 3
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected 8 spaces, found 2
(#259) Closing brace indented incorrectly; expected 3 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 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.
(#55) Commas (,) must be followed by white space.
(#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 "// 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"
(#58) Variable "accadjust_options" must not contain underscores.
(#61) Commas (,) must be followed by white space.
(#62) Variable "accadjust_options" must not contain underscores.
(#68) Line exceeds 132 characters; contains 165 characters
(#71) Line exceeds 132 characters; contains 166 characters
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 4 spaces, found 2
(#75) Commas (,) must be followed by white space.
(#78) Line exceeds 132 characters; contains 156 characters
(#81) Variable "postattempt_options" must not contain underscores.
(#84) Commas (,) must be followed by white space.
(#85) Variable "postattempt_options" must not contain underscores.
(#86) This comment is 55% valid code; is this commented out code?
(#86) Line indented incorrectly; expected at least 4 spaces, found 0
(#93) This comment is 56% valid code; is this commented out code?
(#94) Line indented incorrectly; expected at least 4 spaces, found 2
(#95) Line indented incorrectly; expected at least 4 spaces, found 2
(#96) Line indented incorrectly; expected at least 4 spaces, found 2
(#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 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 4 spaces, found 2
(#99) Line exceeds 132 characters; contains 166 characters
(#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) Line indented incorrectly; expected at least 4 spaces, found 2
(#102) Line exceeds 132 characters; contains 136 characters
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
(#53) This comment is 57% valid code; is this commented out code?
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Line exceeds maximum limit of 180 characters; contains 231 characters
(#53) 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));"
(#54) Line exceeds maximum limit of 180 characters; contains 204 characters
(#54) No space found before comment text; expected "// $row[] = new tabobject('gradesadmin', "$CFG->wwwroot/mod/readaloud/gradesadmin.php?id=$cm->id", get_string('gradesadmin', constants::M_COMPONENT), get_string('viewgradesadmin', constants::M_COMPONENT));" but found "//$row[] = new tabobject('gradesadmin', "$CFG->wwwroot/mod/readaloud/gradesadmin.php?id=$cm->id", get_string('gradesadmin', constants::M_COMPONENT), get_string('viewgradesadmin', constants::M_COMPONENT));"
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Line exceeds maximum limit of 180 characters; contains 188 characters
(#55) 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
(#44) Usage of ELSEIF not allowed; use ELSE IF instead
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) No space found before comment text; expected "// if we got this far, we can consider the activity "viewed"" but found "//if we got this far, we can consider the activity "viewed""
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) No space found before comment text; expected "// are we a teacher or a student?" but found "//are we a teacher or a student?"
(#72) Expected 1 space before "="; 0 found
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) 3 slashes comments are not allowed; use "// Comment." instead
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#82) Whitespace found at end of line
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) No space found before comment text; expected "// Get our renderers" but found "//Get our renderers"
(#87) Commas (,) must be followed by white space.
(#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 "// if we are in review mode, lets review" but found "//if we are in review mode, lets review"
(#90) Commas (,) must be followed by white space.
(#90) Expected 1 space before "=>"; 0 found
(#90) Expected 1 space after "=>"; 0 found
(#90) Commas (,) must be followed by white space.
(#90) Expected 1 space before "=>"; 0 found
(#90) Expected 1 space after "=>"; 0 found
(#90) Commas (,) must be followed by white space.
(#91) Variable "ai_evals" must not contain underscores.
(#91) Commas (,) must be followed by white space.
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) No space found before comment text; expected "// can attempt ?" but found "//can attempt ?"
(#95) Commas (,) must be followed by white space.
(#96) Expected "if (...) {\n"; found "if(...){\n"
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 4 spaces, found 1
(#97) Expected 1 space after "="; 2 found
(#97) Commas (,) must be followed by white space.
(#97) Expected 1 space before "=>"; 0 found
(#97) Expected 1 space after "=>"; 0 found
(#97) Expected 1 space before "=>"; 0 found
(#97) Expected 1 space after "=>"; 0 found
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 4 spaces, found 1
(#98) Expected "if (...) {\n"; found "if(...){\n"
(#98) Expected 1 space before ">="; 0 found
(#98) Expected 1 space after ">="; 0 found
(#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
(#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 4 spaces, found 1
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) No space found before comment text; expected "// reset our retake flag if we cant reatempt" but found "//reset our retake flag if we cant reatempt"
(#104) Expected "if (...) {\n"; found "if(...){"
(#104) Expected 1 space before "="; 0 found
(#104) Expected 1 space after "="; 0 found
(#104) Closing brace must be on a line by itself
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) No space found before comment text; expected "// display the most recent previous attempt if we have one" but found "//display the most recent previous attempt if we have one"
(#107) Expected "if (...) {\n"; found "if(...){\n"
(#107) Expected 1 space before "=="; 0 found
(#107) Expected 1 space after "=="; 0 found
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) No space found before comment text; expected "// 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"
(#109) Expected "if (...) {\n"; found "if(...){\n"
(#109) Commas (,) must be followed by white space.
(#111) Expected "} else {\n"; found "}else{\n"
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) No space found before comment text; expected "// ========================================" but found "//========================================"
(#117) Expected "if (...) {\n"; found "if(...) {\n"
(#118) Variable "latest_aigrade" must not contain underscores.
(#119) Expected "} else {\n"; found "}else{\n"
(#120) Variable "latest_aigrade" must not contain underscores.
(#120) Expected 1 space after "="; 0 found
(#123) Variable "have_humaneval" must not contain underscores.
(#123) Expected 1 space before "!="; 0 found
(#123) Expected 1 space after "!="; 0 found
(#124) Variable "have_aieval" must not contain underscores.
(#124) Variable "latest_aigrade" must not contain underscores.
(#124) Variable "latest_aigrade" must not contain underscores.
(#126) Expected "if (...) {\n"; found "if(...){\n"
(#126) Variable "have_humaneval" must not contain underscores.
(#126) Variable "have_aieval" must not contain underscores.
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) 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,"
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#136) Expected "if (...) {\n"; found "if(...) {\n"
(#136) Variable "have_humaneval" must not contain underscores.
(#138) Variable "force_aidata" must not contain underscores.
(#138) Expected 1 space before "="; 0 found
(#138) Expected 1 space after "="; 0 found
(#139) Expected "} else {\n"; found "}else{\n"
(#141) Variable "force_aidata" must not contain underscores.
(#141) Expected 1 space before "="; 0 found
(#141) Expected 1 space after "="; 0 found
(#143) Commas (,) must be followed by white space.
(#144) Expected 1 space after "="; 0 found
(#145) Commas (,) must be followed by white space.
(#145) Variable "force_aidata" must not contain underscores.
(#152) Commas (,) must be followed by white space.
(#153) Expected "if (...) {\n"; found "if(...) {\n"
(#153) Variable "have_humaneval" must not contain underscores.
(#156) Variable "force_aidata" must not contain underscores.
(#156) Expected 1 space before "="; 0 found
(#156) Expected 1 space after "="; 0 found
(#157) Expected "} else {\n"; found "}else{\n"
(#159) Expected 1 space after "="; 0 found
(#160) Variable "force_aidata" must not contain underscores.
(#160) Expected 1 space before "="; 0 found
(#160) Expected 1 space after "="; 0 found
(#162) Commas (,) must be followed by white space.
(#163) Commas (,) must be followed by white space.
(#163) Variable "force_aidata" must not contain underscores.
(#168) Expected "} else {\n"; found "}else{\n"
(#169) Commas (,) must be followed by white space.
(#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 "// show button or a label depending on of can retake" but found "//show button or a label depending on of can retake"
(#175) Expected "if (...) {\n"; found "if(...){\n"
(#177) Expected "} else {\n"; found "}else{\n"
(#185) No space found before comment text; expected "// From here we actually display the page." but found "//From here we actually display the page."
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) No space found before comment text; expected "// this is core renderer stuff" but found "//this is core renderer stuff"
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) No space found before comment text; expected "// if we 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"
(#189) Expected "if (...) {\n"; found "if(...){\n"
(#189) Commas (,) must be followed by white space.
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 4 spaces, found 1
(#191) Expected "} else {\n"; found "}else{\n"
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 "// fetch token" but found "//fetch token"
(#196) Commas (,) must be followed by white space.
(#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 "// 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"
(#200) Commas (,) must be followed by white space.
(#201) Commas (,) must be followed by white space.
(#202) Commas (,) must be followed by white space.
(#203) Commas (,) must be followed by white space.
(#204) Commas (,) must be followed by white space.
(#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 "// the module AMD code" but found "//the module AMD code"
(#211) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(66 errors, 1052 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) Expected space or tab after '//' in comment. (spaced-comment)
(#23) Comments should not begin with a lowercase character (capitalized-comments)
(#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) Expected space or tab after '//' in comment. (spaced-comment)
(#50) Comments should not begin with a lowercase character (capitalized-comments)
(#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) Comments should not begin with a lowercase character (capitalized-comments)
(#66) Expected space or tab after '//' in comment. (spaced-comment)
(#67) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Comments should not begin with a lowercase character (capitalized-comments)
(#117) Expected space or tab after '//' in comment. (spaced-comment)
(#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) 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) 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) after "else". (keyword-spacing)
(#186) Expected space(s) before "else". (keyword-spacing)
(#193) A space is required after ','. (comma-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#203) Comments should not begin with a lowercase character (capitalized-comments)
(#203) Expected space or tab after '//' in comment. (spaced-comment)
(#204) Expected space(s) after "if". (keyword-spacing)
(#204) Missing space before opening brace. (space-before-blocks)
(#205) Comments should not begin with a lowercase character (capitalized-comments)
(#208) Missing space before opening brace. (space-before-blocks)
(#215) Missing space before opening brace. (space-before-blocks)
(#225) Missing space before opening brace. (space-before-blocks)
(#234) Expected space or tab after '//' in comment. (spaced-comment)
(#234) 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)
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/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)
(#12) Comments should not begin with a lowercase character (capitalized-comments)
(#12) Expected space or tab after '//' in comment. (spaced-comment)
(#19) Comments should not begin with a lowercase character (capitalized-comments)
(#19) Expected space or tab after '//' in comment. (spaced-comment)
(#24) Expected space or tab after '//' in comment. (spaced-comment)
(#24) Comments should not begin with a lowercase character (capitalized-comments)
(#45) Expected space or tab after '//' in comment. (spaced-comment)
(#45) 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)
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) 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)
(#6) Expected space(s) after "return". (keyword-spacing)
(#7) Expected space or tab after '//' in comment. (spaced-comment)
(#7) Comments should not begin with a lowercase character (capitalized-comments)
(#19) Comments should not begin with a lowercase character (capitalized-comments)
(#19) Expected space or tab after '//' in comment. (spaced-comment)
(#70) Missing space before opening brace. (space-before-blocks)
(#72) Expected space or tab after '//' in comment. (spaced-comment)
(#72) Comments should not begin with a lowercase character (capitalized-comments)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) ["id"] is better written in dot notation. (dot-notation)
(#75) Expected space(s) after "if". (keyword-spacing)
(#75) Missing space before opening brace. (space-before-blocks)
(#78) Expected space(s) before "else". (keyword-spacing)
(#78) Expected space(s) after "else". (keyword-spacing)
(#79) Comments should not begin with a lowercase character (capitalized-comments)
(#79) Expected space or tab after '//' in comment. (spaced-comment)
(#84) Expected space or tab after '//' in comment. (spaced-comment)
(#84) Comments should not begin with a lowercase character (capitalized-comments)
(#87) Comments should not begin with a lowercase character (capitalized-comments)
(#87) Expected space or tab after '//' in comment. (spaced-comment)
(#88) 'opts' used outside of binding context. (block-scoped-var)
(#88) ["activityid"] is better written in dot notation. (dot-notation)
(#89) 'opts' used outside of binding context. (block-scoped-var)
(#89) ["attemptid"] is better written in dot notation. (dot-notation)
(#90) 'opts' used outside of binding context. (block-scoped-var)
(#90) ["sesskey"] is better written in dot notation. (dot-notation)
(#91) 'opts' used outside of binding context. (block-scoped-var)
(#91) ["enabletts"] is better written in dot notation. (dot-notation)
(#92) 'opts' used outside of binding context. (block-scoped-var)
(#92) ["ttslanguage"] is better written in dot notation. (dot-notation)
(#93) 'opts' used outside of binding context. (block-scoped-var)
(#93) ["targetwpm"] is better written in dot notation. (dot-notation)
(#94) 'opts' used outside of binding context. (block-scoped-var)
(#94) ["allowearlyexit"] is better written in dot notation. (dot-notation)
(#95) 'opts' used outside of binding context. (block-scoped-var)
(#95) ["timelimit"] is better written in dot notation. (dot-notation)
(#96) 'opts' used outside of binding context. (block-scoped-var)
(#96) ["reviewmode"] is better written in dot notation. (dot-notation)
(#97) Unexpected whitespace before semicolon. (semi-spacing)
(#99) Expected space(s) after "if". (keyword-spacing)
(#99) 'opts' used outside of binding context. (block-scoped-var)
(#99) ["sessiontime"] is better written in dot notation. (dot-notation)
(#99) Infix operators must be spaced. (space-infix-ops)
(#99) Missing space before opening brace. (space-before-blocks)
(#100) Expected space(s) after "if". (keyword-spacing)
(#100) 'opts' used outside of binding context. (block-scoped-var)
(#100) ["sessionerrors"] is better written in dot notation. (dot-notation)
(#100) Infix operators must be spaced. (space-infix-ops)
(#101) 'opts' used outside of binding context. (block-scoped-var)
(#101) ["sessionerrors"] is better written in dot notation. (dot-notation)
(#102) Expected space(s) after "else". (keyword-spacing)
(#102) Expected space(s) before "else". (keyword-spacing)
(#105) Infix operators must be spaced. (space-infix-ops)
(#105) 'opts' used outside of binding context. (block-scoped-var)
(#105) ["sessiontime"] is better written in dot notation. (dot-notation)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) 'opts' used outside of binding context. (block-scoped-var)
(#106) ["sessionendword"] is better written in dot notation. (dot-notation)
(#107) Infix operators must be spaced. (space-infix-ops)
(#107) 'opts' used outside of binding context. (block-scoped-var)
(#107) ["sessionscore"] is better written in dot notation. (dot-notation)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) 'opts' used outside of binding context. (block-scoped-var)
(#108) ["accuracy"] is better written in dot notation. (dot-notation)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) 'opts' used outside of binding context. (block-scoped-var)
(#109) ["wpm"] is better written in dot notation. (dot-notation)
(#111) Expected space or tab after '//' in comment. (spaced-comment)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) 'opts' used outside of binding context. (block-scoped-var)
(#112) ["sessionmatches"] is better written in dot notation. (dot-notation)
(#113) Infix operators must be spaced. (space-infix-ops)
(#113) 'opts' used outside of binding context. (block-scoped-var)
(#113) ["aidata"] is better written in dot notation. (dot-notation)
(#114) Expected space(s) after "if". (keyword-spacing)
(#115) 'opts' used outside of binding context. (block-scoped-var)
(#115) ["aidata"] is better written in dot notation. (dot-notation)
(#117) Expected space or tab after '//' in comment. (spaced-comment)
(#117) Comments should not begin with a lowercase character (capitalized-comments)
(#118) Unexpected space before function parentheses. (space-before-function-paren)
(#122) Expected space(s) before "else". (keyword-spacing)
(#122) Expected space(s) after "else". (keyword-spacing)
(#123) Infix operators must be spaced. (space-infix-ops)
(#126) Expected space or tab after '//' in comment. (spaced-comment)
(#126) Comments should not begin with a lowercase character (capitalized-comments)
(#128) Expected space(s) before "else". (keyword-spacing)
(#128) Expected space(s) after "else". (keyword-spacing)
(#129) Comments should not begin with a lowercase character (capitalized-comments)
(#129) Expected space or tab after '//' in comment. (spaced-comment)
(#133) Expected space or tab after '//' in comment. (spaced-comment)
(#133) Comments should not begin with a lowercase character (capitalized-comments)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#137) Expected space or tab after '//' in comment. (spaced-comment)
(#137) Comments should not begin with a lowercase character (capitalized-comments)
(#140) Comments should not begin with a lowercase character (capitalized-comments)
(#140) Expected space or tab after '//' in comment. (spaced-comment)
(#141) Expected space or tab after '//' in comment. (spaced-comment)
(#142) Expected space or tab after '//' in comment. (spaced-comment)
(#143) Expected space or tab after '//' in comment. (spaced-comment)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing space before opening brace. (space-before-blocks)
(#146) Expected space(s) after "if". (keyword-spacing)
(#146) Missing space before opening brace. (space-before-blocks)
(#148) Expected space(s) after "else". (keyword-spacing)
(#148) Expected space(s) before "else". (keyword-spacing)
(#151) Expected space or tab after '//' in comment. (spaced-comment)
(#151) Comments should not begin with a lowercase character (capitalized-comments)
(#154) Missing semicolon. (semi)
(#158) Expected space(s) after "if". (keyword-spacing)
(#158) Infix operators must be spaced. (space-infix-ops)
(#158) Missing space before opening brace. (space-before-blocks)
(#159) A space is required after ','. (comma-spacing)
(#160) Expected space(s) before "else". (keyword-spacing)
(#160) Expected space(s) after "else". (keyword-spacing)
(#164) Expected space or tab after '//' in comment. (spaced-comment)
(#164) Comments should not begin with a lowercase character (capitalized-comments)
(#169) Expected space or tab after '//' in comment. (spaced-comment)
(#169) Comments should not begin with a lowercase character (capitalized-comments)
(#170) Identifier 'init_popoverhelper' is not in camel case. (camelcase)
(#170) Missing space before opening brace. (space-before-blocks)
(#171) Infix operators must be spaced. (space-infix-ops)
(#173) Expected space or tab after '//' in comment. (spaced-comment)
(#173) Comments should not begin with a lowercase character (capitalized-comments)
(#174) Infix operators must be spaced. (space-infix-ops)
(#174) Missing space before opening brace. (space-before-blocks)
(#177) Expected space or tab after '//' in comment. (spaced-comment)
(#177) Comments should not begin with a lowercase character (capitalized-comments)
(#179) Expected space(s) after "if". (keyword-spacing)
(#179) Missing space before opening brace. (space-before-blocks)
(#184) Expected space or tab after '//' in comment. (spaced-comment)
(#184) Comments should not begin with a lowercase character (capitalized-comments)
(#185) Infix operators must be spaced. (space-infix-ops)
(#186) Expected space(s) after "for". (keyword-spacing)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Infix operators must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Missing space before opening brace. (space-before-blocks)
(#187) Expected space(s) after "if". (keyword-spacing)
(#187) Missing space before opening brace. (space-before-blocks)
(#190) A space is required after ','. (comma-spacing)
(#193) Expected space(s) after "if". (keyword-spacing)
(#193) Infix operators must be spaced. (space-infix-ops)
(#198) Comments should not begin with a lowercase character (capitalized-comments)
(#198) Expected space or tab after '//' in comment. (spaced-comment)
(#204) Expected space or tab after '//' in comment. (spaced-comment)
(#204) Comments should not begin with a lowercase character (capitalized-comments)
(#205) Infix operators must be spaced. (space-infix-ops)
(#205) Missing space before opening brace. (space-before-blocks)
(#208) Expected space or tab after '//' in comment. (spaced-comment)
(#208) Comments should not begin with a lowercase character (capitalized-comments)
(#210) Expected space(s) after "if". (keyword-spacing)
(#210) Missing space before opening brace. (space-before-blocks)
(#214) Comments should not begin with a lowercase character (capitalized-comments)
(#214) Expected space or tab after '//' in comment. (spaced-comment)
(#215) Infix operators must be spaced. (space-infix-ops)
(#216) Expected space(s) after "for". (keyword-spacing)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Infix operators must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Missing space before opening brace. (space-before-blocks)
(#217) Expected space(s) after "if". (keyword-spacing)
(#217) Missing space before opening brace. (space-before-blocks)
(#226) Comments should not begin with a lowercase character (capitalized-comments)
(#226) Expected space or tab after '//' in comment. (spaced-comment)
(#232) Expected space or tab after '//' in comment. (spaced-comment)
(#232) Comments should not begin with a lowercase character (capitalized-comments)
(#236) Identifier 'register_controls' is not in camel case. (camelcase)
(#236) Missing space before opening brace. (space-before-blocks)
(#242) Multiple spaces found before '$'. (no-multi-spaces)
(#259) Expected space or tab after '//' in comment. (spaced-comment)
(#259) Comments should not begin with a lowercase character (capitalized-comments)
(#260) Multiple spaces found before '$'. (no-multi-spaces)
(#262) Multiple spaces found before '$'. (no-multi-spaces)
(#263) Multiple spaces found before '$'. (no-multi-spaces)
(#264) Multiple spaces found before '$'. (no-multi-spaces)
(#265) Multiple spaces found before '$'. (no-multi-spaces)
(#269) Identifier 'register_events' is not in camel case. (camelcase)
(#269) Missing space before opening brace. (space-before-blocks)
(#271) Expected space or tab after '//' in comment. (spaced-comment)
(#271) Comments should not begin with a lowercase character (capitalized-comments)
(#274) Expected space or tab after '//' in comment. (spaced-comment)
(#275) A space is required after ','. (comma-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before opening brace. (space-before-blocks)
(#276) Expected space(s) after "if". (keyword-spacing)
(#276) Infix operators must be spaced. (space-infix-ops)
(#277) Unexpected 'this'. (no-invalid-this)
(#283) Expected space or tab after '//' in comment. (spaced-comment)
(#283) Comments should not begin with a lowercase character (capitalized-comments)
(#284) Expected space(s) after "if". (keyword-spacing)
(#284) Missing space before opening brace. (space-before-blocks)
(#285) Comments should not begin with a lowercase character (capitalized-comments)
(#291) Expected space or tab after '//' in comment. (spaced-comment)
(#292) Expected space(s) after "if". (keyword-spacing)
(#296) Comments should not begin with a lowercase character (capitalized-comments)
(#296) Expected space or tab after '//' in comment. (spaced-comment)
(#299) Comments should not begin with a lowercase character (capitalized-comments)
(#299) Expected space or tab after '//' in comment. (spaced-comment)
(#304) Expected space or tab after '//' in comment. (spaced-comment)
(#304) Comments should not begin with a lowercase character (capitalized-comments)
(#305) Unexpected 'this'. (no-invalid-this)
(#306) 'theword' is assigned a value but never used. (no-unused-vars)
(#306) Unexpected 'this'. (no-invalid-this)
(#310) Expected space(s) after "if". (keyword-spacing)
(#310) Missing space before opening brace. (space-before-blocks)
(#311) Unexpected 'this'. (no-invalid-this)
(#311) A space is required after ','. (comma-spacing)
(#318) Comments should not begin with a lowercase character (capitalized-comments)
(#318) Expected space or tab after '//' in comment. (spaced-comment)
(#319) Expected space(s) before "else". (keyword-spacing)
(#319) Expected space(s) after "else". (keyword-spacing)
(#321) Expected space or tab after '//' in comment. (spaced-comment)
(#321) Comments should not begin with a lowercase character (capitalized-comments)
(#326) Comments should not begin with a lowercase character (capitalized-comments)
(#326) Expected space or tab after '//' in comment. (spaced-comment)
(#327) Unexpected 'this'. (no-invalid-this)
(#328) Unexpected 'this'. (no-invalid-this)
(#330) Comments should not begin with a lowercase character (capitalized-comments)
(#330) Expected space or tab after '//' in comment. (spaced-comment)
(#331) Expected space(s) after "if". (keyword-spacing)
(#331) Infix operators must be spaced. (space-infix-ops)
(#331) Missing space before opening brace. (space-before-blocks)
(#332) Expected space(s) after "if". (keyword-spacing)
(#332) Unexpected 'this'. (no-invalid-this)
(#332) Unexpected 'this'. (no-invalid-this)
(#333) Unexpected 'this'. (no-invalid-this)
(#338) Expected space(s) after "if". (keyword-spacing)
(#338) Infix operators must be spaced. (space-infix-ops)
(#338) Missing space before opening brace. (space-before-blocks)
(#340) Expected space(s) after "if". (keyword-spacing)
(#340) Missing space before opening brace. (space-before-blocks)
(#341) Unexpected 'this'. (no-invalid-this)
(#341) A space is required after ','. (comma-spacing)
(#346) Comments should not begin with a lowercase character (capitalized-comments)
(#346) Expected space or tab after '//' in comment. (spaced-comment)
(#347) Expected space(s) after "if". (keyword-spacing)
(#347) Infix operators must be spaced. (space-infix-ops)
(#347) Missing space before opening brace. (space-before-blocks)
(#351) Expected space(s) after "if". (keyword-spacing)
(#351) Missing space before opening brace. (space-before-blocks)
(#353) Unexpected 'this'. (no-invalid-this)
(#354) Expected space(s) before "else". (keyword-spacing)
(#354) Expected space(s) after "else". (keyword-spacing)
(#355) A space is required after ','. (comma-spacing)
(#356) Unexpected 'this'. (no-invalid-this)
(#360) Expected space or tab after '//' in comment. (spaced-comment)
(#360) Comments should not begin with a lowercase character (capitalized-comments)
(#362) Expected space or tab after '//' in comment. (spaced-comment)
(#366) Expected space or tab after '//' in comment. (spaced-comment)
(#366) Comments should not begin with a lowercase character (capitalized-comments)
(#367) Expected space(s) after "if". (keyword-spacing)
(#367) Infix operators must be spaced. (space-infix-ops)
(#367) Infix operators must be spaced. (space-infix-ops)
(#367) There should be no spaces inside this paren. (space-in-parens)
(#367) Missing space before opening brace. (space-before-blocks)
(#371) Expected space or tab after '//' in comment. (spaced-comment)
(#371) Comments should not begin with a lowercase character (capitalized-comments)
(#372) Expected space or tab after '//' in comment. (spaced-comment)
(#373) Unexpected 'this'. (no-invalid-this)
(#376) Expected space(s) after "if". (keyword-spacing)
(#376) Missing space before opening brace. (space-before-blocks)
(#380) Expected space(s) after "else". (keyword-spacing)
(#380) Expected space(s) before "else". (keyword-spacing)
(#388) Expected space or tab after '//' in comment. (spaced-comment)
(#388) Comments should not begin with a lowercase character (capitalized-comments)
(#390) Expected space or tab after '//' in comment. (spaced-comment)
(#391) Missing space before opening brace. (space-before-blocks)
(#393) Comments should not begin with a lowercase character (capitalized-comments)
(#393) Expected space or tab after '//' in comment. (spaced-comment)
(#394) Expected space(s) after "if". (keyword-spacing)
(#394) Infix operators must be spaced. (space-infix-ops)
(#394) Infix operators must be spaced. (space-infix-ops)
(#394) There should be no spaces inside this paren. (space-in-parens)
(#394) Missing space before opening brace. (space-before-blocks)
(#398) Expected space or tab after '//' in comment. (spaced-comment)
(#398) Comments should not begin with a lowercase character (capitalized-comments)
(#399) 'index' is defined but never used. (no-unused-vars)
(#399) Missing space before opening brace. (space-before-blocks)
(#400) Unexpected 'this'. (no-invalid-this)
(#402) Unexpected 'this'. (no-invalid-this)
(#405) Expected space or tab after '//' in comment. (spaced-comment)
(#405) Comments should not begin with a lowercase character (capitalized-comments)
(#408) Comments should not begin with a lowercase character (capitalized-comments)
(#408) Expected space or tab after '//' in comment. (spaced-comment)
(#413) Expected space or tab after '//' in comment. (spaced-comment)
(#413) Comments should not begin with a lowercase character (capitalized-comments)
(#418) Comments should not begin with a lowercase character (capitalized-comments)
(#418) Expected space or tab after '//' in comment. (spaced-comment)
(#419) Missing space before opening brace. (space-before-blocks)
(#425) Comments should not begin with a lowercase character (capitalized-comments)
(#425) Expected space or tab after '//' in comment. (spaced-comment)
(#427) Expected space or tab after '//' in comment. (spaced-comment)
(#428) Expected space or tab after '//' in comment. (spaced-comment)
(#429) Missing space before opening brace. (space-before-blocks)
(#435) Comments should not begin with a lowercase character (capitalized-comments)
(#435) Expected space or tab after '//' in comment. (spaced-comment)
(#436) Missing space before opening brace. (space-before-blocks)
(#445) Missing space before opening brace. (space-before-blocks)
(#446) Expected space(s) after "switch". (keyword-spacing)
(#446) Missing space before opening brace. (space-before-blocks)
(#448) Comments should not begin with a lowercase character (capitalized-comments)
(#448) Expected space or tab after '//' in comment. (spaced-comment)
(#460) Missing space before opening brace. (space-before-blocks)
(#461) Expected space(s) after "switch". (keyword-spacing)
(#461) Missing space before opening brace. (space-before-blocks)
(#484) Missing space before opening brace. (space-before-blocks)
(#487) Comments should not begin with a lowercase character (capitalized-comments)
(#487) Expected space or tab after '//' in comment. (spaced-comment)
(#490) Comments should not begin with a lowercase character (capitalized-comments)
(#490) Expected space or tab after '//' in comment. (spaced-comment)
(#492) Expected space(s) after "if". (keyword-spacing)
(#492) Missing space before opening brace. (space-before-blocks)
(#495) Expected space or tab after '//' in comment. (spaced-comment)
(#495) Comments should not begin with a lowercase character (capitalized-comments)
(#497) Expected space(s) after "if". (keyword-spacing)
(#497) Infix operators must be spaced. (space-infix-ops)
(#497) Missing space before opening brace. (space-before-blocks)
(#498) Infix operators must be spaced. (space-infix-ops)
(#501) Infix operators must be spaced. (space-infix-ops)
(#503) A space is required after ','. (comma-spacing)
(#503) 'e' is defined but never used. (no-unused-vars)
(#503) Missing space before opening brace. (space-before-blocks)
(#505) Expected space(s) after "if". (keyword-spacing)
(#505) Missing space before opening brace. (space-before-blocks)
(#506) Unexpected 'this'. (no-invalid-this)
(#521) Missing space before opening brace. (space-before-blocks)
(#523) Comments should not begin with a lowercase character (capitalized-comments)
(#523) Expected space or tab after '//' in comment. (spaced-comment)
(#524) Infix operators must be spaced. (space-infix-ops)
(#526) Expected space(s) after "for". (keyword-spacing)
(#526) 'wordnumber' used outside of binding context. (block-scoped-var)
(#526) 'wordnumber' used outside of binding context. (block-scoped-var)
(#526) 'wordnumber' used outside of binding context. (block-scoped-var)
(#526) Infix operators must be spaced. (space-infix-ops)
(#526) Missing whitespace after semicolon. (semi-spacing)
(#526) 'wordnumber' used outside of binding context. (block-scoped-var)
(#526) 'wordnumber' used outside of binding context. (block-scoped-var)
(#526) 'wordnumber' used outside of binding context. (block-scoped-var)
(#526) Infix operators must be spaced. (space-infix-ops)
(#526) Missing whitespace after semicolon. (semi-spacing)
(#526) 'wordnumber' used outside of binding context. (block-scoped-var)
(#526) 'wordnumber' used outside of binding context. (block-scoped-var)
(#526) 'wordnumber' used outside of binding context. (block-scoped-var)
(#526) Missing space before opening brace. (space-before-blocks)
(#527) 'isbad' used outside of binding context. (block-scoped-var)
(#527) 'wordnumber' used outside of binding context. (block-scoped-var)
(#527) 'wordnumber' used outside of binding context. (block-scoped-var)
(#527) 'wordnumber' used outside of binding context. (block-scoped-var)
(#528) 'isunmatched' used outside of binding context. (block-scoped-var)
(#528) Infix operators must be spaced. (space-infix-ops)
(#528) 'wordnumber' used outside of binding context. (block-scoped-var)
(#528) 'wordnumber' used outside of binding context. (block-scoped-var)
(#528) 'wordnumber' used outside of binding context. (block-scoped-var)
(#529) Expected space or tab after '//' in comment. (spaced-comment)
(#529) Comments should not begin with a lowercase character (capitalized-comments)
(#531) Expected space(s) after "if". (keyword-spacing)
(#531) 'isbad' used outside of binding context. (block-scoped-var)
(#531) 'isunmatched' used outside of binding context. (block-scoped-var)
(#531) Missing space before opening brace. (space-before-blocks)
(#532) 'wordnumber' used outside of binding context. (block-scoped-var)
(#532) 'wordnumber' used outside of binding context. (block-scoped-var)
(#532) 'wordnumber' used outside of binding context. (block-scoped-var)
(#533) Expected space(s) after "if". (keyword-spacing)
(#533) 'isunmatched' used outside of binding context. (block-scoped-var)
(#533) Missing space before opening brace. (space-before-blocks)
(#534) Infix operators must be spaced. (space-infix-ops)
(#534) 'wordnumber' used outside of binding context. (block-scoped-var)
(#534) 'wordnumber' used outside of binding context. (block-scoped-var)
(#534) 'wordnumber' used outside of binding context. (block-scoped-var)
(#535) Expected space(s) before "else". (keyword-spacing)
(#535) Expected space(s) after "else". (keyword-spacing)
(#536) Infix operators must be spaced. (space-infix-ops)
(#538) Expected space(s) after "else". (keyword-spacing)
(#538) Expected space(s) before "else". (keyword-spacing)
(#541) Comments should not begin with a lowercase character (capitalized-comments)
(#541) Expected space or tab after '//' in comment. (spaced-comment)
(#542) Expected space or tab after '//' in comment. (spaced-comment)
(#543) Expected space(s) after "if". (keyword-spacing)
(#543) Infix operators must be spaced. (space-infix-ops)
(#543) Missing space before opening brace. (space-before-blocks)
(#545) Expected space(s) after "for". (keyword-spacing)
(#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)
(#545) 'wordnumber' is already defined. (no-redeclare)
(#545) Infix operators must be spaced. (space-infix-ops)
(#545) Infix operators must be spaced. (space-infix-ops)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#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)
(#545) Infix operators must be spaced. (space-infix-ops)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#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)
(#545) Missing space before opening brace. (space-before-blocks)
(#546) Expected space(s) after "if". (keyword-spacing)
(#546) 'wordnumber' used outside of binding context. (block-scoped-var)
(#546) 'wordnumber' used outside of binding context. (block-scoped-var)
(#546) 'wordnumber' used outside of binding context. (block-scoped-var)
(#546) Missing space before opening brace. (space-before-blocks)
(#547) Infix operators must be spaced. (space-infix-ops)
(#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)
(#553) Comments should not begin with a lowercase character (capitalized-comments)
(#553) Expected space or tab after '//' in comment. (spaced-comment)
(#554) Infix operators must be spaced. (space-infix-ops)
(#557) Expected space(s) after "for". (keyword-spacing)
(#557) 'wordnumber' used outside of binding context. (block-scoped-var)
(#557) 'wordnumber' used outside of binding context. (block-scoped-var)
(#557) 'wordnumber' used outside of binding context. (block-scoped-var)
(#557) 'wordnumber' is already defined. (no-redeclare)
(#557) Infix operators must be spaced. (space-infix-ops)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) 'wordnumber' used outside of binding context. (block-scoped-var)
(#557) 'wordnumber' used outside of binding context. (block-scoped-var)
(#557) 'wordnumber' used outside of binding context. (block-scoped-var)
(#557) Infix operators must be spaced. (space-infix-ops)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) 'wordnumber' used outside of binding context. (block-scoped-var)
(#557) 'wordnumber' used outside of binding context. (block-scoped-var)
(#557) 'wordnumber' used outside of binding context. (block-scoped-var)
(#557) Missing space before opening brace. (space-before-blocks)
(#558) 'isbad' is already defined. (no-redeclare)
(#558) 'isbad' 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) 'isunmatched' is already defined. (no-redeclare)
(#559) 'isunmatched' used outside of binding context. (block-scoped-var)
(#559) Infix operators must be spaced. (space-infix-ops)
(#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) Expected space or tab after '//' in comment. (spaced-comment)
(#560) Comments should not begin with a lowercase character (capitalized-comments)
(#561) Expected space(s) after "if". (keyword-spacing)
(#561) 'isbad' used outside of binding context. (block-scoped-var)
(#561) 'isunmatched' used outside of binding context. (block-scoped-var)
(#561) Missing space before opening brace. (space-before-blocks)
(#562) 'wordnumber' used outside of binding context. (block-scoped-var)
(#562) 'wordnumber' used outside of binding context. (block-scoped-var)
(#562) 'wordnumber' used outside of binding context. (block-scoped-var)
(#563) Expected space(s) after "if". (keyword-spacing)
(#563) 'isunmatched' used outside of binding context. (block-scoped-var)
(#563) Missing space before opening brace. (space-before-blocks)
(#564) Infix operators must be spaced. (space-infix-ops)
(#564) 'wordnumber' used outside of binding context. (block-scoped-var)
(#564) 'wordnumber' used outside of binding context. (block-scoped-var)
(#564) 'wordnumber' used outside of binding context. (block-scoped-var)
(#565) Expected space(s) before "else". (keyword-spacing)
(#565) Expected space(s) after "else". (keyword-spacing)
(#566) Infix operators must be spaced. (space-infix-ops)
(#568) Expected space(s) after "else". (keyword-spacing)
(#568) Expected space(s) before "else". (keyword-spacing)
(#571) Expected space or tab after '//' in comment. (spaced-comment)
(#571) Comments should not begin with a lowercase character (capitalized-comments)
(#572) Expected space or tab after '//' in comment. (spaced-comment)
(#573) Expected space(s) after "if". (keyword-spacing)
(#573) Infix operators must be spaced. (space-infix-ops)
(#573) Missing space before opening brace. (space-before-blocks)
(#575) Expected space(s) after "for". (keyword-spacing)
(#575) 'wordnumber' used outside of binding context. (block-scoped-var)
(#575) 'wordnumber' used outside of binding context. (block-scoped-var)
(#575) 'wordnumber' is already defined. (no-redeclare)
(#575) 'wordnumber' used outside of binding context. (block-scoped-var)
(#575) Infix operators must be spaced. (space-infix-ops)
(#575) Infix operators must be spaced. (space-infix-ops)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#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)
(#575) Infix operators must be spaced. (space-infix-ops)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#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)
(#575) Missing space before opening brace. (space-before-blocks)
(#576) Expected space(s) after "if". (keyword-spacing)
(#576) 'wordnumber' used outside of binding context. (block-scoped-var)
(#576) 'wordnumber' used outside of binding context. (block-scoped-var)
(#576) 'wordnumber' used outside of binding context. (block-scoped-var)
(#576) Missing space before opening brace. (space-before-blocks)
(#577) Infix operators must be spaced. (space-infix-ops)
(#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)
(#583) Infix operators must be spaced. (space-infix-ops)
(#584) Infix operators must be spaced. (space-infix-ops)
(#585) Infix operators must be spaced. (space-infix-ops)
(#586) Infix operators must be spaced. (space-infix-ops)
(#587) Expected space or tab after '//' in comment. (spaced-comment)
(#587) Comments should not begin with a lowercase character (capitalized-comments)
(#588) Expected space or tab after '//' in comment. (spaced-comment)
(#599) Missing space before opening brace. (space-before-blocks)
(#600) 'that' is assigned a value but never used. (no-unused-vars)
(#602) Expected space or tab after '//' in comment. (spaced-comment)
(#602) Comments should not begin with a lowercase character (capitalized-comments)
(#605) Expected space or tab after '//' in comment. (spaced-comment)
(#605) Comments should not begin with a lowercase character (capitalized-comments)
(#608) Comments should not begin with a lowercase character (capitalized-comments)
(#608) Expected space or tab after '//' in comment. (spaced-comment)
(#609) Expected space or tab after '//' in comment. (spaced-comment)
(#611) Expected space or tab after '//' in comment. (spaced-comment)
(#614) Infix operators must be spaced. (space-infix-ops)
(#617) Comments should not begin with a lowercase character (capitalized-comments)
(#617) Expected space or tab after '//' in comment. (spaced-comment)
(#618) Identifier 'markup_aiunmatchedwords' is not in camel case. (camelcase)
(#618) Missing space before opening brace. (space-before-blocks)
(#619) Infix operators must be spaced. (space-infix-ops)
(#620) Expected space(s) after "if". (keyword-spacing)
(#620) Missing space before opening brace. (space-before-blocks)
(#621) Infix operators must be spaced. (space-infix-ops)
(#622) A space is required after ','. (comma-spacing)
(#622) A space is required after ','. (comma-spacing)
(#622) 'match' is defined but never used. (no-unused-vars)
(#622) Missing space before opening brace. (space-before-blocks)
(#624) Expected space(s) after "if". (keyword-spacing)
(#624) Infix operators must be spaced. (space-infix-ops)
(#624) Missing space before opening brace. (space-before-blocks)
(#625) Expected space(s) after "for". (keyword-spacing)
(#625) Infix operators must be spaced. (space-infix-ops)
(#625) Missing whitespace after semicolon. (semi-spacing)
(#625) Infix operators must be spaced. (space-infix-ops)
(#625) Infix operators must be spaced. (space-infix-ops)
(#625) Missing space before opening brace. (space-before-blocks)
(#633) Expected space or tab after '//' in comment. (spaced-comment)
(#633) Comments should not begin with a lowercase character (capitalized-comments)
(#634) Expected space(s) after "for". (keyword-spacing)
(#634) Infix operators must be spaced. (space-infix-ops)
(#634) Infix operators must be spaced. (space-infix-ops)
(#634) Missing whitespace after semicolon. (semi-spacing)
(#634) Infix operators must be spaced. (space-infix-ops)
(#634) Missing space before opening brace. (space-before-blocks)
(#642) Comments should not begin with a lowercase character (capitalized-comments)
(#642) Expected space or tab after '//' in comment. (spaced-comment)
(#644) Identifier 'markup_badspaces' is not in camel case. (camelcase)
(#644) Missing space before opening brace. (space-before-blocks)
(#645) Infix operators must be spaced. (space-infix-ops)
(#646) Expected space or tab after '//' in comment. (spaced-comment)
(#646) Comments should not begin with a lowercase character (capitalized-comments)
(#647) 'index' is defined but never used. (no-unused-vars)
(#647) Missing space before opening brace. (space-before-blocks)
(#648) Unexpected 'this'. (no-invalid-this)
(#649) Expected space or tab after '//' in comment. (spaced-comment)
(#649) Comments should not begin with a lowercase character (capitalized-comments)
(#650) Expected space(s) after "if". (keyword-spacing)
(#650) Infix operators must be spaced. (space-infix-ops)
(#651) Missing space before opening brace. (space-before-blocks)
(#653) Unnecessary semicolon. (no-extra-semi)
(#657) Identifier 'markup_aiunmatchedspaces' is not in camel case. (camelcase)
(#657) Missing space before opening brace. (space-before-blocks)
(#658) Infix operators must be spaced. (space-infix-ops)
(#659) 'index' is defined but never used. (no-unused-vars)
(#659) Missing space before opening brace. (space-before-blocks)
(#660) Unexpected 'this'. (no-invalid-this)
(#661) Expected space or tab after '//' in comment. (spaced-comment)
(#661) Comments should not begin with a lowercase character (capitalized-comments)
(#668) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#671) Missing space before opening brace. (space-before-blocks)
(#683) Missing space before opening brace. (space-before-blocks)
(#685) Expected space or tab after '//' in comment. (spaced-comment)
(#685) Comments should not begin with a lowercase character (capitalized-comments)
(#686) Expected space(s) after "if". (keyword-spacing)
(#686) Missing space before opening brace. (space-before-blocks)
(#687) Infix operators must be spaced. (space-infix-ops)
(#688) A space is required after ','. (comma-spacing)
(#688) A space is required after ','. (comma-spacing)
(#688) 'match' is defined but never used. (no-unused-vars)
(#688) Missing space before opening brace. (space-before-blocks)
(#690) Expected space(s) after "if". (keyword-spacing)
(#690) Infix operators must be spaced. (space-infix-ops)
(#690) Missing space before opening brace. (space-before-blocks)
(#691) Expected space(s) after "for". (keyword-spacing)
(#691) Infix operators must be spaced. (space-infix-ops)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) Infix operators must be spaced. (space-infix-ops)
(#691) Infix operators must be spaced. (space-infix-ops)
(#691) Missing space before opening brace. (space-before-blocks)
(#699) Comments should not begin with a lowercase character (capitalized-comments)
(#699) Expected space or tab after '//' in comment. (spaced-comment)
(#700) Expected space(s) after "for". (keyword-spacing)
(#700) Infix operators must be spaced. (space-infix-ops)
(#700) Infix operators must be spaced. (space-infix-ops)
(#700) Missing whitespace after semicolon. (semi-spacing)
(#700) Infix operators must be spaced. (space-infix-ops)
(#700) Missing space before opening brace. (space-before-blocks)
(#706) Expected space or tab after '//' in comment. (spaced-comment)
(#706) Comments should not begin with a lowercase character (capitalized-comments)
(#707) 'index' is defined but never used. (no-unused-vars)
(#707) Missing space before opening brace. (space-before-blocks)
(#708) Unexpected 'this'. (no-invalid-this)
(#709) Comments should not begin with a lowercase character (capitalized-comments)
(#709) Expected space or tab after '//' in comment. (spaced-comment)
(#710) Expected space(s) after "if". (keyword-spacing)
(#710) Missing space before opening brace. (space-before-blocks)
(#712) Unnecessary semicolon. (no-extra-semi)
(#715) Infix operators must be spaced. (space-infix-ops)
(#718) Missing space before opening brace. (space-before-blocks)
(#724) Missing space before opening brace. (space-before-blocks)
(#725) Infix operators must be spaced. (space-infix-ops)
(#732) Missing space before opening brace. (space-before-blocks)
(#734) Infix operators must be spaced. (space-infix-ops)
(#735) Expected space(s) after "if". (keyword-spacing)
(#735) Infix operators must be spaced. (space-infix-ops)
(#735) Statement inside of curly braces should be on next line. (brace-style)
(#735) Missing space before opening brace. (space-before-blocks)
(#735) Requires a space after '{'. (block-spacing)
(#735) Requires a space before '}'. (block-spacing)
(#735) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#737) Expected space or tab after '//' in comment. (spaced-comment)
(#737) Comments should not begin with a lowercase character (capitalized-comments)
(#738) Infix operators must be spaced. (space-infix-ops)
(#739) Expected space(s) after "for". (keyword-spacing)
(#739) 'wordnumber' used outside of binding context. (block-scoped-var)
(#739) Infix operators must be spaced. (space-infix-ops)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) 'wordnumber' used outside of binding context. (block-scoped-var)
(#739) Infix operators must be spaced. (space-infix-ops)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) 'wordnumber' used outside of binding context. (block-scoped-var)
(#739) Missing space before opening brace. (space-before-blocks)
(#741) 'isunmatched' used outside of binding context. (block-scoped-var)
(#741) Infix operators must be spaced. (space-infix-ops)
(#741) 'wordnumber' used outside of binding context. (block-scoped-var)
(#742) Expected space or tab after '//' in comment. (spaced-comment)
(#742) Comments should not begin with a lowercase character (capitalized-comments)
(#743) Expected space(s) after "if". (keyword-spacing)
(#743) 'isunmatched' used outside of binding context. (block-scoped-var)
(#743) Missing space before opening brace. (space-before-blocks)
(#744) Infix operators must be spaced. (space-infix-ops)
(#744) 'wordnumber' used outside of binding context. (block-scoped-var)
(#744) Infix operators must be spaced. (space-infix-ops)
(#747) Expected space or tab after '//' in comment. (spaced-comment)
(#747) Comments should not begin with a lowercase character (capitalized-comments)
(#749) Expected space or tab after '//' in comment. (spaced-comment)
(#750) Infix operators must be spaced. (space-infix-ops)
(#751) Expected space(s) after "for". (keyword-spacing)
(#751) 'wordnumber' is already defined. (no-redeclare)
(#751) 'wordnumber' used outside of binding context. (block-scoped-var)
(#751) Infix operators must be spaced. (space-infix-ops)
(#751) Missing whitespace after semicolon. (semi-spacing)
(#751) 'wordnumber' used outside of binding context. (block-scoped-var)
(#751) Infix operators must be spaced. (space-infix-ops)
(#751) Missing whitespace after semicolon. (semi-spacing)
(#751) 'wordnumber' used outside of binding context. (block-scoped-var)
(#751) Missing space before opening brace. (space-before-blocks)
(#753) 'isunmatched' is already defined. (no-redeclare)
(#753) 'isunmatched' used outside of binding context. (block-scoped-var)
(#753) Infix operators must be spaced. (space-infix-ops)
(#753) 'wordnumber' used outside of binding context. (block-scoped-var)
(#754) Comments should not begin with a lowercase character (capitalized-comments)
(#754) Expected space or tab after '//' in comment. (spaced-comment)
(#755) Expected space(s) after "if". (keyword-spacing)
(#755) 'isunmatched' used outside of binding context. (block-scoped-var)
(#755) Missing space before opening brace. (space-before-blocks)
(#756) Infix operators must be spaced. (space-infix-ops)
(#756) 'wordnumber' used outside of binding context. (block-scoped-var)
(#756) Infix operators must be spaced. (space-infix-ops)
(#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)
(#762) Expected space(s) after "if". (keyword-spacing)
(#762) Infix operators must be spaced. (space-infix-ops)
(#762) Statement inside of curly braces should be on next line. (brace-style)
(#762) Missing space before opening brace. (space-before-blocks)
(#762) Requires a space after '{'. (block-spacing)
(#762) Infix operators must be spaced. (space-infix-ops)
(#762) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#762) Requires a space before '}'. (block-spacing)
(#763) Expected space or tab after '//' in comment. (spaced-comment)
(#763) Comments should not begin with a lowercase character (capitalized-comments)
(#764) Expected space(s) after "if". (keyword-spacing)
(#764) Infix operators must be spaced. (space-infix-ops)
(#764) Missing space before opening brace. (space-before-blocks)
(#765) Infix operators must be spaced. (space-infix-ops)
(#766) Comments should not begin with a lowercase character (capitalized-comments)
(#766) Expected space or tab after '//' in comment. (spaced-comment)
(#767) Expected space or tab after '//' in comment. (spaced-comment)
(#768) Expected space(s) before "else". (keyword-spacing)
(#768) Expected space(s) after "if". (keyword-spacing)
(#768) Infix operators must be spaced. (space-infix-ops)
(#768) Missing space before opening brace. (space-before-blocks)
(#772) Comments should not begin with a lowercase character (capitalized-comments)
(#772) Expected space or tab after '//' in comment. (spaced-comment)
(#773) Expected space or tab after '//' in comment. (spaced-comment)
(#774) Expected space or tab after '//' in comment. (spaced-comment)
(#777) Expected space or tab after '//' in comment. (spaced-comment)
(#777) Comments should not begin with a lowercase character (capitalized-comments)
(#778) Multiple spaces found before 'ret'. (no-multi-spaces)
(#778) Infix operators must be spaced. (space-infix-ops)
(#779) Expected space(s) after "if". (keyword-spacing)
(#779) Infix operators must be spaced. (space-infix-ops)
(#781) Expected space(s) before "else". (keyword-spacing)
(#781) Expected space(s) after "else". (keyword-spacing)
(#784) Expected space(s) after "if". (keyword-spacing)
(#784) Infix operators must be spaced. (space-infix-ops)
(#784) Missing space before opening brace. (space-before-blocks)
(#786) Expected space(s) before "else". (keyword-spacing)
(#786) Expected space(s) after "else". (keyword-spacing)
(#792) Missing space before opening brace. (space-before-blocks)
(#793) Expected space or tab after '//' in comment. (spaced-comment)
(#794) A space is required after ','. (comma-spacing)
(#800) Missing space before opening brace. (space-before-blocks)
(#803) A space is required after ','. (comma-spacing)
(#803) Missing space before opening brace. (space-before-blocks)
(#809) A space is required after ','. (comma-spacing)
(#811) Comments should not begin with a lowercase character (capitalized-comments)
(#811) Expected space or tab after '//' in comment. (spaced-comment)
(#818) Comments should not begin with a lowercase character (capitalized-comments)
(#818) Expected space or tab after '//' in comment. (spaced-comment)
(#819) Expected space(s) after "if". (keyword-spacing)
(#819) Infix operators must be spaced. (space-infix-ops)
(#819) Missing space before opening brace. (space-before-blocks)
(#823) Expected space(s) after "if". (keyword-spacing)
(#823) Missing space before opening brace. (space-before-blocks)
(#826) Expected space(s) before "else". (keyword-spacing)
(#826) Expected space(s) after "else". (keyword-spacing)
(#827) A space is required after ','. (comma-spacing)
(#833) Expected space or tab after '//' in comment. (spaced-comment)
(#833) Comments should not begin with a lowercase character (capitalized-comments)
(#834) Expected space or tab after '//' in comment. (spaced-comment)
(#839) Expected space(s) after "if". (keyword-spacing)
(#839) Missing space before opening brace. (space-before-blocks)
(#843) Expected space(s) after "else". (keyword-spacing)
(#843) Expected space(s) before "else". (keyword-spacing)
(#851) Missing space before opening brace. (space-before-blocks)
(#853) 'index' is defined but never used. (no-unused-vars)
(#853) Missing space before opening brace. (space-before-blocks)
(#854) Unexpected 'this'. (no-invalid-this)
(#855) Expected space(s) after "if". (keyword-spacing)
(#855) Infix operators must be spaced. (space-infix-ops)
(#855) Missing space before opening brace. (space-before-blocks)
(#856) Unexpected 'this'. (no-invalid-this)
(#857) Comments should not begin with a lowercase character (capitalized-comments)
(#857) Expected space or tab after '//' in comment. (spaced-comment)
(#858) Expected space(s) after "if". (keyword-spacing)
(#858) Missing space before opening brace. (space-before-blocks)
(#860) Unexpected 'this'. (no-invalid-this)
(#862) Expected space(s) after "else". (keyword-spacing)
(#862) Expected space(s) before "else". (keyword-spacing)
(#863) Unexpected 'this'. (no-invalid-this)
(#867) Missing space before opening brace. (space-before-blocks)
(#868) Expected space or tab after '//' in comment. (spaced-comment)
(#872) Comments should not begin with a lowercase character (capitalized-comments)
(#872) Expected space or tab after '//' in comment. (spaced-comment)
(#873) Expected space or tab after '//' in comment. (spaced-comment)
(#878) Expected space or tab after '//' in comment. (spaced-comment)
(#878) Comments should not begin with a lowercase character (capitalized-comments)
(#879) Infix operators must be spaced. (space-infix-ops)
(#883) Expected space or tab after '//' in comment. (spaced-comment)
(#883) Comments should not begin with a lowercase character (capitalized-comments)
(#885) Expected space(s) after "if". (keyword-spacing)
(#885) Missing space before opening brace. (space-before-blocks)
(#888) Infix operators must be spaced. (space-infix-ops)
(#891) Comments should not begin with a lowercase character (capitalized-comments)
(#891) 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

(203 errors, 5 warnings)

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

mod/readaloud/styles.css
(#32) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space before "{" (block-opening-brace-space-before)
(#67) Expected single space before "{" (block-opening-brace-space-before)
(#75) Expected single space before "{" (block-opening-brace-space-before)
(#135) Expected single space before "{" (block-opening-brace-space-before)
(#161) Expected single space before "{" (block-opening-brace-space-before)
(#187) Expected single space before "{" (block-opening-brace-space-before)
(#231) Expected single space before "{" (block-opening-brace-space-before)
(#249) Expected single space before "{" (block-opening-brace-space-before)
(#273) Expected single space before "{" (block-opening-brace-space-before)
(#276) Expected single space before "{" (block-opening-brace-space-before)
(#108) Expected "#CCCCCC" to be "#cccccc" (color-hex-case)
(#143) Expected "#CCCCCC" to be "#cccccc" (color-hex-case)
(#108) Expected "#CCCCCC" to be "#CCC" (color-hex-length)
(#143) Expected "#CCCCCC" to be "#CCC" (color-hex-length)
(#260) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#128) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#261) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#120) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#125) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#133) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#233) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#244) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#251) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#255) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#256) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#260) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#261) 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)
(#19) Expected indentation of 4 spaces (indentation)
(#20) 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)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#61) Expected indentation of 4 spaces (indentation)
(#62) 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)
(#77) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#87) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#122) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#128) 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)
(#136) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#144) Expected indentation of 4 spaces (indentation)
(#147) 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)
(#159) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#165) Expected indentation of 4 spaces (indentation)
(#168) Expected indentation of 4 spaces (indentation)
(#171) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#174) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#188) 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)
(#202) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#212) Expected indentation of 4 spaces (indentation)
(#215) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#227) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 0 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)
(#238) Expected indentation of 4 spaces (indentation)
(#239) 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)
(#245) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 0 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#252) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#255) Expected indentation of 4 spaces (indentation)
(#256) Expected indentation of 4 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)
(#265) Expected indentation of 0 spaces (indentation)
(#266) Expected indentation of 0 spaces (indentation)
(#269) Expected indentation of 0 spaces (indentation)
(#267) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#277) Expected indentation of 4 spaces (indentation)
(#280) Expected indentation of 4 spaces (indentation)
(#283) Expected indentation of 4 spaces (indentation)
(#287) Expected indentation of 4 spaces (indentation)
(#288) Expected indentation of 4 spaces (indentation)
(#289) Expected indentation of 4 spaces (indentation)
(#290) Expected indentation of 4 spaces (indentation)
(#291) Expected indentation of 4 spaces (indentation)
(#292) Expected indentation of 4 spaces (indentation)
(#293) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#299) Expected indentation of 4 spaces (indentation)
(#303) Expected indentation of 4 spaces (indentation)
(#304) Expected indentation of 4 spaces (indentation)
(#305) Expected indentation of 4 spaces (indentation)
(#306) Expected indentation of 4 spaces (indentation)
(#307) Expected indentation of 4 spaces (indentation)
(#308) Expected indentation of 4 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#310) Expected indentation of 4 spaces (indentation)
(#315) Expected indentation of 4 spaces (indentation)
(#318) Expected indentation of 4 spaces (indentation)
(#239) Unexpected unit (length-zero-no-unit)
(#32) Unexpected whitespace at end of line (no-eol-whitespace)
(#128) Unexpected whitespace at end of line (no-eol-whitespace)
(#192) Unexpected whitespace at end of line (no-eol-whitespace)
(#193) Unexpected whitespace at end of line (no-eol-whitespace)
(#261) Unexpected whitespace at end of line (no-eol-whitespace)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#192) Expected newline after "," (selector-list-comma-newline-after)
(#193) Expected newline after "," (selector-list-comma-newline-after)

PHPDocs style problems

(376 errors, 34 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
(#118) 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
(#133) 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
(#80) Function aigrade::has_attempt is not documented
(#87) Function aigrade::send_to_gradebook is not documented
(#94) Function aigrade::has_transcripts is not documented
(#99) Function aigrade::is_ai_enabled is not documented
(#105) Function aigrade::create_record is not documented
(#125) Function aigrade::fetch_transcripts is not documented
(#150) 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
(#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
(#30) Function diff::fetchWordArray is not documented
(#55) Function diff::cleanText is not documented
(#88) Function diff::fetchAlternativesArray is not documented
(#137) Function diff::fetchSequences is not documented
(#249) Function diff::debug_print_sequence is not documented
(#269) Function diff::check_alternatives_for_match is not documented
(#294) Function diff::cmp is not documented
(#318) Function diff::fetchDiffs is not documented
(#22) Constant diff::MATCHED is not documented
(#23) Constant diff::UNMATCHED is not documented
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
(#14) Class gradenow_renderer is not documented
(#16) Function gradenow_renderer::render_attempt_scoresheader is not documented
(#27) Function gradenow_renderer::render_gradenow is not documented
(#37) Function gradenow_renderer::render_userreview is not documented
(#45) Function gradenow_renderer::render_machinereview is not documented
(#53) Function gradenow_renderer::render_machinereview_buttons is not documented
(#72) Function gradenow_renderer::render_attempt_header is not documented
(#77) Function gradenow_renderer::render_machinegrade_attempt_header is not documented
(#82) Function gradenow_renderer::render_passage is not documented
(#129) Function gradenow_renderer::render_passageactions is not documented
(#154) Function gradenow_renderer::render_audioplayer is not documented
(#162) Function gradenow_renderer::render_hiddenaudioplayer is not documented
(#166) Function gradenow_renderer::render_wpmdetails is not documented
(#174) Function gradenow_renderer::render_sessionscoredetails is not documented
(#182) Function gradenow_renderer::render_accuracydetails is not documented
(#190) 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
(#14) 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
(#149) Function renderer::show_ungradedyet is not documented
(#230) Function renderer::show_humanevaluated_message is not documented
(#236) Function renderer::show_machineevaluated_message is not documented
(#333) 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_pushmachinegradesbutton
(#129) There is no description in phpdocs for function show_currenterrorestimate
(#139) 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_pushmachinegradesbutton has incomplete parameters list
(#129) Phpdocs for function renderer::show_currenterrorestimate has incomplete parameters list
(#139) Phpdocs for function renderer::exceededattempts has incomplete parameters list
(#155) Phpdocs for function renderer::show_gradesadmin_heading has incomplete parameters list
(#170) Phpdocs for function renderer::show_welcome has incomplete parameters list
(#183) Phpdocs for function renderer::show_intro has incomplete parameters list
(#196) Phpdocs for function renderer::show_passage_postattempt has incomplete parameters list
(#206) Phpdocs for function renderer::show_passage has incomplete parameters list
(#217) Phpdocs for function renderer::show_progress has incomplete parameters list
(#242) Phpdocs for function renderer::show_feedback has incomplete parameters list
(#255) Phpdocs for function renderer::show_feedback_postattempt has incomplete parameters list
(#268) Phpdocs for function renderer::show_error has incomplete parameters list
(#280) 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_fail is not documented
(#86) 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
(#83) Function utils::curl_fetch is not documented
(#100) Function utils::fetch_token_for_display is not documented
(#158) Function utils::fetch_token is not documented
(#228) Function utils::fetch_duration_from_transcript is not documented
(#246) Function utils::fetch_audio_points is not documented
(#295) Function utils::processscores is not documented
(#351) Function utils::count_sessionerrors is not documented
(#362) Function utils::get_aieval_byuser is not documented
(#372) Function utils::estimate_errors is not documented
(#412) Function utils::get_postattempt_options is not documented
(#421) Function utils::get_accadjust_options is not documented
(#430) Function utils::get_region_options is not documented
(#443) Function utils::get_machinegrade_options is not documented
(#450) Function utils::get_timelimit_options is not documented
(#463) Function utils::get_expiredays_options is not documented
(#477) Function utils::get_lang_options is not documented
(#297) Found comment starting with three or more slashes
(#384) 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
(#103) Found comment starting with three or more slashes
mod/readaloud/grading.php
(#2) Empty line found after PHP open tag
(#125) 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
(#382) Function readaloud_get_editornames is not documented
(#408) 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
(#556) Found comment starting with three or more slashes
(#558) Found comment starting with three or more slashes
(#603) Found comment starting with three or more slashes
(#605) Found comment starting with three or more slashes
(#687) Found comment starting with three or more slashes
(#689) 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
(#375) Phpdocs for function readaloud_dotask has incomplete parameters list
(#394) Phpdocs for function readaloud_add_instance has incomplete parameters list
(#428) Phpdocs for function readaloud_update_instance has incomplete parameters list
(#466) Phpdocs for function readaloud_user_outline has incomplete parameters list
(#496) Phpdocs for function readaloud_print_recent_activity has incomplete parameters list
(#526) Phpdocs for function readaloud_print_recent_mod_activity has incomplete parameters list
(#568) Phpdocs for function readaloud_scale_used has incomplete parameters list
(#587) Phpdocs for function readaloud_scale_used_anywhere has incomplete parameters list
(#696) 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
(#549) Not recommended phpdocs tag @example used
(#574) Not recommended phpdocs tag @example used
(#593) Not recommended phpdocs tag @example used
(#527) 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
(#246) Function mod_readaloud_mod_form::completion_rule_enabled is not documented
(#250) 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
(#74) 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]

Task "stylelint:css" failed. Use --force to continue.
Problems running grunt

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]