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

(1147 errors, 132 warnings)

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

mod/assign/feedback/poodll/backup/moodle2/backup_assignfeedback_poodll_subplugin.class.php
(#29) Whitespace found at end of line
(#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
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
mod/assign/feedback/poodll/backup/moodle2/restore_assignfeedback_poodll_subplugin.class.php
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
mod/assign/feedback/poodll/classes/constants.php
(#33) Line indented incorrectly; expected at least 4 spaces, found 0
(#34) Line indented incorrectly; expected at least 4 spaces, found 0
(#34) Expected 1 space before "="; 0 found
(#34) Expected 1 space after "="; 0 found
(#35) Line indented incorrectly; expected at least 4 spaces, found 0
(#35) Expected 1 space before "="; 0 found
(#35) Expected 1 space after "="; 0 found
(#36) Line indented incorrectly; expected at least 4 spaces, found 0
(#36) Expected 1 space before "="; 0 found
(#36) 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) Line indented incorrectly; expected at least 4 spaces, found 0
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#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) File must end with a newline character
mod/assign/feedback/poodll/classes/privacy/provider.php
(#41) 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"
(#43) Closing brace must be on a line by itself
(#45) Duplicate interface name "assignfeedback_poodll\privacy\the_user_provider" found; first defined in /var/lib/jenkins/git_repositories/prechecker/mod/assign/feedback/poodll/classes/privacy/provider.php on line 43
(#45) Closing brace must be on a line by itself
(#69) Method name "_get_metadata" should not be prefixed with an underscore to indicate visibility
(#81) Method name "_get_context_for_userid_within_feedback" should not be prefixed with an underscore to indicate visibility
(#91) Method name "_get_student_user_ids" should not be prefixed with an underscore to indicate visibility
(#112) Method name "_export_feedback_user_data" should not be prefixed with an underscore to indicate visibility
(#133) Method name "_delete_feedback_for_context" should not be prefixed with an underscore to indicate visibility
(#151) Method name "_delete_feedback_for_grade" should not be prefixed with an underscore to indicate visibility
mod/assign/feedback/poodll/classes/utils.php
(#34) Expected 1 space before opening brace; found 0
(#41) Expected 1 space before opening brace; found 0
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) No space found before comment text; expected "// show current submission on submission form" but found "//show current submission on submission form"
(#44) Expected 1 space before "=>"; 0 found
(#44) Expected 1 space after "=>"; 0 found
(#47) File must end with a newline character
mod/assign/feedback/poodll/db/access.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/assign/feedback/poodll/db/install.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
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
mod/assign/feedback/poodll/db/upgrade.php
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Line indented incorrectly; expected at least 4 spaces, found 1
(#35) No space found before comment text; expected "// add filename field" but found "//add filename field"
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 5
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Whitespace found at end of line
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Line indented incorrectly; expected at least 8 spaces, found 3
(#44) Whitespace found at end of line
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) No space found before comment text; expected "// set all audio red5 to new audio recorder type" but found "//set all audio red5 to new audio recorder type"
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Expected 1 space before "=>"; 0 found
(#48) Expected 1 space after "=>"; 0 found
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Functions must not contain multiple empty lines in a row; found 2 empty lines
mod/assign/feedback/poodll/lang/en/assignfeedback_poodll.php
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) No space found before comment text; expected "// defunct .. can be removed" but found "//defunct .. can be removed"
(#54) Expected 1 space before "="; 0 found
(#55) Expected 1 space before "="; 0 found
(#56) Expected 1 space before "="; 0 found
mod/assign/feedback/poodll/lib.php
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#51) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
mod/assign/feedback/poodll/locallib.php
(#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 3
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 7
(#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 3
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 3
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 7
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 7
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 12 spaces, found 11
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 7
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 8 spaces, found 7
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 12 spaces, found 11
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 7
(#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 7
(#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 3
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Whitespace found at end of line
(#55) Line indented incorrectly; expected at least 4 spaces, found 3
(#71) Expected 1 space before "=>"; 0 found
(#71) Expected 1 space after "=>"; 0 found
(#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) Expected 10 space(s) before asterisk; 5 found
(#76) Expected 10 space(s) before asterisk; 5 found
(#77) Expected 10 space(s) before asterisk; 5 found
(#78) Expected 10 space(s) before asterisk; 5 found
(#79) Expected 10 space(s) before asterisk; 5 found
(#80) Expected 10 space(s) before asterisk; 5 found
(#81) Expected 10 space(s) before asterisk; 5 found
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) No space found before comment text; expected "// get saved values and return them as defaults" but found "//get saved values and return them as defaults"
(#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 "// convert old Red5 refs to audio media type option" but found "//convert old Red5 refs to audio media type option"
(#89) Expected "if (...) {\n"; found "if(...){\n"
(#89) Expected 1 space before "=="; 0 found
(#89) Expected 1 space after "=="; 0 found
(#90) Expected 1 space before "="; 0 found
(#90) Expected 1 space after "="; 0 found
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 2
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Whitespace found at end of line
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) No space found before comment text; expected "// get allowed recorders from admin settings" but found "//get allowed recorders from admin settings"
(#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) Variable "allowed_recorders" must not contain underscores.
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 2
(#97) Variable "allowed_recorders" must not contain underscores.
(#97) Commas (,) must be followed by white space.
(#97) Variable "allowed_recorders" must not contain underscores.
(#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 8 spaces, found 2
(#99) Expected "if (...) {\n"; found "if(...){\n"
(#99) Commas (,) must be followed by white space.
(#99) Variable "allowed_recorders" must not contain underscores.
(#99) Expected 1 space before "!=="; 0 found
(#99) Expected 1 space after "!=="; 0 found
(#99) Commas (,) must be followed by white space.
(#99) Variable "allowed_recorders" must not contain underscores.
(#99) Expected 1 space before "!=="; 0 found
(#99) Expected 1 space after "!=="; 0 found
(#99) Line exceeds 132 characters; contains 142 characters
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 12 spaces, found 3
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 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) Commas (,) must be followed by white space.
(#102) Variable "allowed_recorders" must not contain underscores.
(#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) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 8 spaces, found 2
(#105) Expected "if (...) {\n"; found "if(...){\n"
(#105) Commas (,) must be followed by white space.
(#105) Variable "allowed_recorders" must not contain underscores.
(#105) Expected 1 space before "!=="; 0 found
(#105) Expected 1 space after "!=="; 0 found
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) 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) Line indented incorrectly; expected 8 spaces, found 2
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 8 spaces, found 2
(#108) Expected "if (...) {\n"; found "if(...){\n"
(#108) Commas (,) must be followed by white space.
(#108) Variable "allowed_recorders" must not contain underscores.
(#108) Expected 1 space before "!=="; 0 found
(#108) Expected 1 space after "!=="; 0 found
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 12 spaces, found 3
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 8 spaces, found 2
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Line indented incorrectly; expected at least 8 spaces, found 2
(#112) No space found before comment text; expected "// determine our active or inactive status. Active is a way of allowing old feedbacks to display, but no new ones to appear" but found "//determine our active or inactive status. Active is a way of allowing old feedbacks to display, but no new ones to appear"
(#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 "// false means that this setting has not been set yet, and in that case it ought to be active" but found "//false means that this setting has not been set yet, and in that case it ought to be active"
(#115) Expected "if (...) {\n"; found "if(...){\n"
(#115) Expected 1 space before "==="; 0 found
(#115) Expected 1 space after "==="; 0 found
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Whitespace found at end of line
(#118) 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) Whitespace found at end of line
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 1
(#120) Line exceeds 132 characters; contains 142 characters
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) This comment is 52% valid code; is this commented out code?
(#121) Line exceeds maximum limit of 180 characters; contains 184 characters
(#121) No space found before comment text; expected "// $mform->addHelpButton(constants::M_COMPONENT . '_recordertype', get_string('onlinepoodll', ASSIGNSUBMISSION_ONLINEPOODLL_COMPONENT), ASSIGNSUBMISSION_ONLINEPOODLL_COMPONENT);" but found "//$mform->addHelpButton(constants::M_COMPONENT . '_recordertype', get_string('onlinepoodll', ASSIGNSUBMISSION_ONLINEPOODLL_COMPONENT), ASSIGNSUBMISSION_ONLINEPOODLL_COMPONENT);"
(#122) Line indented incorrectly; expected at least 8 spaces, found 4
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 8 spaces, found 1
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Line indented incorrectly; expected at least 8 spaces, found 1
(#125) No space found before comment text; expected "// Are students and teachers shown the download link for the feedback recording" but found "//Are students and teachers shown the download link for the feedback recording"
(#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 1
(#126) Variable "yesno_options" must not contain underscores.
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 8 spaces, found 4
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 1
(#128) Variable "yesno_options" must not contain underscores.
(#128) Line exceeds 132 characters; contains 138 characters
(#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 1
(#130) Line indented incorrectly; expected at least 8 spaces, found 4
(#131) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) No space found before comment text; expected "// If whiteboard not allowed, not much point showing boardsizes" but found "//If whiteboard not allowed, not much point showing boardsizes"
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 8 spaces, found 2
(#134) Expected "if (...) {\n"; found "if(...){\n"
(#134) Commas (,) must be followed by white space.
(#134) Variable "allowed_recorders" must not contain underscores.
(#134) Expected 1 space before "!=="; 0 found
(#134) Expected 1 space after "!=="; 0 found
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 12 spaces, found 4
(#135) No space found before comment text; expected "// board sizes for the whiteboard feedback" but found "//board sizes for the whiteboard feedback"
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 12 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 at least 12 spaces, found 6
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 12 spaces, found 6
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 12 spaces, found 6
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 12 spaces, found 6
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 12 spaces, found 6
(#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 6
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 12 spaces, found 6
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 12 spaces, found 4
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 12 spaces, found 6
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 18 spaces, found 4
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 18 spaces, found 4
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 18 spaces, found 4
(#148) Line exceeds 132 characters; contains 141 characters
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 8 spaces, found 2
(#152) Line exceeds 132 characters; contains 134 characters
(#155) 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 "// If M3.4 or higher we can hide elements when we need to" but found "//If M3.4 or higher we can hide elements when we need to"
(#158) Expected "if (...) {\n"; found "if(...) {\n"
(#166) Whitespace found at end of line
(#167) Whitespace found at end of line
(#169) Expected 8 space(s) before asterisk; 5 found
(#170) Expected 8 space(s) before asterisk; 5 found
(#171) Expected 8 space(s) before asterisk; 5 found
(#172) Expected 8 space(s) before asterisk; 5 found
(#172) Whitespace found at end of line
(#173) Expected 8 space(s) before asterisk; 5 found
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 8 spaces, found 2
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Whitespace found at end of line
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Line indented incorrectly; expected at least 8 spaces, found 2
(#179) No space found before comment text; expected "// if we have a board size, set it" but found "//if we have a board size, set it"
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 8 spaces, found 2
(#180) Expected "if (...) {\n"; found "if(...){\n"
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 12 spaces, found 3
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 8 spaces, found 2
(#182) Expected "} else {\n"; found "}else{\n"
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 12 spaces, found 3
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 8 spaces, found 2
(#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 "// active" but found "//active"
(#187) Expected "if (...) {\n"; found "if(...){\n"
(#189) Expected "} else {\n"; found "}else{\n"
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Whitespace found at end of line
(#192) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Whitespace found at end of line
(#196) Whitespace found at end of line
(#197) Visibility must be declared on method "shift_draft_file"
(#198) Commas (,) must be followed by white space.
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Whitespace found at end of line
(#199) Whitespace found at end of line
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 8 spaces, found 1
(#200) No space found before comment text; expected "// When we add the recorder via the poodll filter, it adds a hidden form field of the name constants::M_FILENAMECONTROL" but found "//When we add the recorder via the poodll filter, it adds a hidden form field of the name constants::M_FILENAMECONTROL"
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 8 spaces, found 1
(#201) No space found before comment text; expected "// the recorder updates that field with the filename of the audio/video it recorded. We pick up that filename here." but found "//the recorder updates that field with the filename of the audio/video it recorded. We pick up that filename here."
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 8 spaces, found 1
(#202) Expected 1 space after "="; 0 found
(#202) Whitespace found at end of line
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 8 spaces, found 1
(#203) Expected 1 space after "="; 2 found
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected 8 spaces, found 1
(#204) Expected "if (...) {\n"; found "if(...){\n"
(#204) Commas (,) must be followed by white space.
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 12 spaces, found 2
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 12 spaces, found 2
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 8 spaces, found 1
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Whitespace found at end of line
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 8 spaces, found 2
(#209) No space found before comment text; expected "// Don't do anything in this case" but found "//Don't do anything in this case"
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 8 spaces, found 2
(#210) No space found before comment text; expected "// possibly the user is just updating something else on the page(eg grade)" but found "//possibly the user is just updating something else on the page(eg grade)"
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
(#211) Line indented incorrectly; expected at least 8 spaces, found 2
(#211) No space found before comment text; expected "// if we overwrite here, we might trash their existing poodllfeedback file" but found "//if we overwrite here, we might trash their existing poodllfeedback file"
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected 8 spaces, found 2
(#212) Expected "if (...) {\n"; found "if(...){"
(#212) Expected 1 space before "=="; 0 found
(#212) Expected 1 space after "=="; 0 found
(#212) Expected 1 space before "=="; 0 found
(#212) Expected 1 space after "=="; 0 found
(#212) Closing brace must be on a line by itself
(#213) Whitespace found at end of line
(#214) Inline comments must start with a capital letter, digit or 3-dots sequence
(#214) No space found before comment text; expected "// if this should fail, we get regular user context, is it the same anyway?" but found "//if this should fail, we get regular user context, is it the same anyway?"
(#216) Expected "if (...) {\n"; found "if (...){\n"
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 12 spaces, found 9
(#219) Whitespace found at end of line
(#222) Commas (,) must be followed by white space.
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Whitespace found at end of line
(#223) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Whitespace found at end of line
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Inline comments must start with a capital letter, digit or 3-dots sequence
(#225) Line indented incorrectly; expected at least 8 spaces, found 2
(#225) No space found before comment text; expected "// if filename = -1 we are being told to delete the file" but found "//if filename = -1 we are being told to delete the file"
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Line indented incorrectly; expected at least 8 spaces, found 2
(#226) No space found before comment text; expected "// so we have done enough" but found "//so we have done enough"
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected 8 spaces, found 2
(#227) Expected "if (...) {\n"; found "if(...){\n"
(#227) Expected 1 space before "=="; 0 found
(#227) Expected 1 space after "=="; 0 found
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 12 spaces, found 3
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 8 spaces, found 2
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Whitespace found at end of line
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Inline comments must start with a capital letter, digit or 3-dots sequence
(#231) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) Line indented incorrectly; expected at least 8 spaces, found 2
(#231) No space found before comment text; expected "// fetch the file info object for our original file" but found "//fetch the file info object for our original file"
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 8 spaces, found 2
(#232) Variable "original_context" must not contain underscores.
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 8 spaces, found 2
(#233) Variable "draft_fileinfo" must not contain underscores.
(#233) Variable "original_context" must not contain underscores.
(#233) Commas (,) must be followed by white space.
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Inline comments must start with a capital letter, digit or 3-dots sequence
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Line indented incorrectly; expected at least 8 spaces, found 3
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) No space found before comment text; expected "// perform the copy" but found "//perform the copy"
(#235) Whitespace found at end of line
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected 8 spaces, found 2
(#236) Expected "if (...) {\n"; found "if(...){\n"
(#236) Variable "draft_fileinfo" must not contain underscores.
(#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) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) Line indented incorrectly; expected at least 12 spaces, found 3
(#237) No space found before comment text; expected "// create the file record for our new file" but found "//create the file record for our new file"
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 12 spaces, found 3
(#238) Variable "file_record" must not contain underscores.
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 12 spaces, found 3
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 12 spaces, found 3
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#240) Whitespace found at end of line
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 12 spaces, found 3
(#241) Expected 1 space before "=>"; 0 found
(#241) Expected 1 space after "=>"; 0 found
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 12 spaces, found 3
(#242) Expected 1 space before "=>"; 0 found
(#242) Expected 1 space after "=>"; 0 found
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 12 spaces, found 3
(#243) Expected 1 space before "=>"; 0 found
(#243) Expected 1 space after "=>"; 0 found
(#243) Whitespace found at end of line
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 12 spaces, found 3
(#244) Expected 1 space before "=>"; 0 found
(#244) Expected 1 space after "=>"; 0 found
(#244) Whitespace found at end of line
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 12 spaces, found 3
(#245) Expected 1 space before "=>"; 0 found
(#245) Expected 1 space after "=>"; 0 found
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 12 spaces, found 3
(#246) Expected 1 space before "=>"; 0 found
(#246) Expected 1 space after "=>"; 0 found
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 12 spaces, found 3
(#247) Expected 1 space before "=>"; 0 found
(#247) Expected 1 space after "=>"; 0 found
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Whitespace found at end of line
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 12 spaces, found 3
(#248) Expected 1 space before "=>"; 0 found
(#248) Expected 1 space after "=>"; 0 found
(#248) Whitespace found at end of line
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 12 spaces, found 3
(#249) Expected 1 space before "=>"; 0 found
(#249) Expected 1 space after "=>"; 0 found
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 12 spaces, found 3
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 12 spaces, found 3
(#251) Variable "draft_fileinfo" must not contain underscores.
(#251) Variable "file_record" must not contain underscores.
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected 8 spaces, found 2
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Whitespace found at end of line
(#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
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 4 spaces, found 1
(#256) Closing brace indented incorrectly; expected 4 spaces, found 1
(#257) Whitespace found at end of line
(#269) Expected 6 space(s) before asterisk; 5 found
(#270) Expected 6 space(s) before asterisk; 5 found
(#271) Expected 6 space(s) before asterisk; 5 found
(#273) Expected 1 space before "=>"; 0 found
(#273) Expected 1 space after "=>"; 0 found
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 4 spaces, found 1
(#277) Expected 2 space(s) before asterisk; 5 found
(#277) Whitespace found at end of line
(#278) Spaces must be used to indent lines; tabs are not allowed
(#279) Expected 2 space(s) before asterisk; 5 found
(#280) Expected 2 space(s) before asterisk; 5 found
(#281) Expected 2 space(s) before asterisk; 5 found
(#282) Expected 2 space(s) before asterisk; 5 found
(#283) Expected 2 space(s) before asterisk; 5 found
(#284) Expected 2 space(s) before asterisk; 5 found
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected 4 spaces, found 1
(#286) Commas (,) must be followed by white space.
(#286) Commas (,) must be followed by white space.
(#287) Closing brace indented incorrectly; expected 1 spaces, found 4
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Whitespace found at end of line
(#290) Expected 6 space(s) before asterisk; 5 found
(#291) Expected 6 space(s) before asterisk; 5 found
(#292) Expected 6 space(s) before asterisk; 5 found
(#293) Expected 6 space(s) before asterisk; 5 found
(#294) Expected 6 space(s) before asterisk; 5 found
(#295) Expected 6 space(s) before asterisk; 5 found
(#296) Expected 6 space(s) before asterisk; 5 found
(#297) Expected 6 space(s) before asterisk; 5 found
(#299) Commas (,) must be followed by white space.
(#299) Commas (,) must be followed by white space.
(#300) Expected 1 space before "="; 0 found
(#300) Expected 1 space after "="; 0 found
(#302) Whitespace found at end of line
(#304) Whitespace found at end of line
(#306) Line indented incorrectly; expected at least 12 spaces, found 11
(#307) Expected "if (...) {\n"; found "if(...){\n"
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 16 spaces, found 4
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Whitespace found at end of line
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 16 spaces, found 9
(#310) Commas (,) must be followed by white space.
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 16 spaces, found 13
(#317) Commas (,) must be followed by white space.
(#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 "// reset the display name so it doesn't show with the recorder" but found "//reset the display name so it doesn't show with the recorder"
(#319) Expected 1 space before "="; 0 found
(#319) Expected 1 space after "="; 0 found
(#320) Whitespace found at end of line
(#322) Spaces must be used to indent lines; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 12 spaces, found 4
(#322) Expected 1 space before "=>"; 0 found
(#323) Spaces must be used to indent lines; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 12 spaces, found 4
(#323) Expected 1 space before "=>"; 0 found
(#323) Commas (,) must be followed by white space.
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 12 spaces, found 4
(#324) Expected 1 space before "=>"; 0 found
(#325) Spaces must be used to indent lines; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected at least 13 spaces, found 3
(#326) Spaces must be used to indent lines; tabs are not allowed
(#326) Tab found within whitespace
(#326) Inline comments must start with a capital letter, digit or 3-dots sequence
(#326) This comment is 60% valid code; is this commented out code?
(#326) Line indented incorrectly; expected at least 13 spaces, found 3
(#326) No space found before comment text; expected "// $PAGE->requires->js(new moodle_url($CFG->httpswwwroot . '/mod/assign/feedback/poodll/module.js'));" but found "//$PAGE->requires->js(new moodle_url($CFG->httpswwwroot . '/mod/assign/feedback/poodll/module.js'));"
(#327) Spaces must be used to indent lines; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 13 spaces, found 3
(#327) Commas (,) must be followed by white space.
(#327) Commas (,) must be followed by white space.
(#330) Inline comments must start with a capital letter, digit or 3-dots sequence
(#330) Inline comments must end in full-stops, exclamation marks, or question marks
(#330) No space found before comment text; expected "// active" but found "//active"
(#332) Expected "if (...) {\n"; found "if(...){\n"
(#332) Expected 1 space before "==="; 0 found
(#332) Expected 1 space after "==="; 0 found
(#333) Expected 1 space before "="; 0 found
(#333) Expected 1 space after "="; 0 found
(#336) Spaces must be used to indent lines; tabs are not allowed
(#336) Tab found within whitespace
(#336) Inline comments must end in full-stops, exclamation marks, or question marks
(#336) Line indented incorrectly; expected at least 8 spaces, found 2
(#336) No space found before comment text; expected "// We prepare our form here and fetch/save data in SAVE method" but found "//We prepare our form here and fetch/save data in SAVE method"
(#337) Spaces must be used to indent lines; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 8 spaces, found 2
(#337) Expected 1 space before "="; 0 found
(#337) Expected 1 space after "="; 0 found
(#338) Spaces must be used to indent lines; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected at least 8 spaces, found 2
(#339) Spaces must be used to indent lines; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected at least 8 spaces, found 2
(#339) Expected 1 space before "="; 0 found
(#339) Expected 1 space after "="; 0 found
(#340) Spaces must be used to indent lines; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 8 spaces, found 2
(#340) 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 2
(#342) Spaces must be used to indent lines; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 8 spaces, found 2
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Whitespace found at end of line
(#343) Spaces must be used to indent lines; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected at least 8 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) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#345) Whitespace found at end of line
(#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) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#349) Inline comments must start with a capital letter, digit or 3-dots sequence
(#349) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) No space found before comment text; expected "// if this is inactive we do not want to show the recorders, so we just return here" but found "//if this is inactive we do not want to show the recorders, so we just return here"
(#350) Expected "if (...) {\n"; found "if(...){\n"
(#352) Commas (,) must be followed by white space.
(#352) Commas (,) must be followed by white space.
(#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 "// reset the display name so it doesn't show with the recorder" but found "//reset the display name so it doesn't show with the recorder"
(#354) Expected 1 space before "="; 0 found
(#354) Expected 1 space after "="; 0 found
(#358) Inline comments must start with a capital letter, digit or 3-dots sequence
(#358) Inline comments must end in full-stops, exclamation marks, or question marks
(#358) No space found before comment text; expected "// no timelimit on recordings" but found "//no timelimit on recordings"
(#359) Expected 1 space before "="; 0 found
(#359) 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 saved values and return them as defaults" but found "//get saved values and return them as defaults"
(#364) Inline comments must start with a capital letter, digit or 3-dots sequence
(#364) Inline comments must end in full-stops, exclamation marks, or question marks
(#364) No space found before comment text; expected "// set up current module context id so we can fetch local filter based recorder" but found "//set up current module context id so we can fetch local filter based recorder"
(#366) Expected 1 space before "="; 0 found
(#366) Expected 1 space after "="; 0 found
(#367) Expected 1 space after "="; 0 found
(#368) Spaces must be used to indent lines; tabs are not allowed
(#368) Tab found within whitespace
(#368) Whitespace found at end of line
(#369) Spaces must be used to indent lines; tabs are not allowed
(#369) Tab found within whitespace
(#369) Inline comments must start with a capital letter, digit or 3-dots sequence
(#369) Inline comments must end in full-stops, exclamation marks, or question marks
(#369) Line indented incorrectly; expected at least 8 spaces, found 2
(#369) No space found before comment text; expected "// fetch the required "recorder" but found "//fetch the required "recorder"
(#370) Spaces must be used to indent lines; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected 8 spaces, found 2
(#371) Spaces must be used to indent lines; tabs are not allowed
(#371) Tab found within whitespace
(#371) Whitespace found at end of line
(#372) Spaces must be used to indent lines; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected 12 spaces, found 3
(#373) Spaces must be used to indent lines; tabs are not allowed
(#373) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 16 spaces, found 4
(#373) No space found before comment text; expected "// get board sizes" but found "//get board sizes"
(#374) Spaces must be used to indent lines; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected 16 spaces, found 4
(#375) Spaces must be used to indent lines; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected 20 spaces, found 5
(#375) Expected 1 space before "="; 0 found
(#375) Expected 1 space after "="; 0 found
(#375) Expected 1 space before "="; 0 found
(#375) Expected 1 space after "="; 0 found
(#375) Closing brace must be on a line by itself
(#376) Spaces must be used to indent lines; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected 20 spaces, found 5
(#376) Expected 1 space before "="; 0 found
(#376) Expected 1 space after "="; 0 found
(#376) Expected 1 space before "="; 0 found
(#376) Expected 1 space after "="; 0 found
(#376) Closing brace must be on a line by itself
(#377) Spaces must be used to indent lines; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected 20 spaces, found 5
(#377) Expected 1 space before "="; 0 found
(#377) Expected 1 space after "="; 0 found
(#377) Expected 1 space before "="; 0 found
(#377) Expected 1 space after "="; 0 found
(#377) Closing brace must be on a line by itself
(#378) Spaces must be used to indent lines; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected 20 spaces, found 5
(#378) Expected 1 space before "="; 0 found
(#378) Expected 1 space after "="; 0 found
(#378) Expected 1 space before "="; 0 found
(#378) Expected 1 space after "="; 0 found
(#378) Closing brace must be on a line by itself
(#379) Spaces must be used to indent lines; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected 20 spaces, found 5
(#379) Expected 1 space before "="; 0 found
(#379) Expected 1 space after "="; 0 found
(#379) Expected 1 space before "="; 0 found
(#379) Expected 1 space after "="; 0 found
(#379) Closing brace must be on a line by itself
(#380) Spaces must be used to indent lines; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected 20 spaces, found 5
(#380) Expected 1 space before "="; 0 found
(#380) Expected 1 space after "="; 0 found
(#380) Expected 1 space before "="; 0 found
(#380) Expected 1 space after "="; 0 found
(#380) Closing brace must be on a line by itself
(#381) Spaces must be used to indent lines; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected 16 spaces, found 4
(#382) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#383) Spaces must be used to indent lines; tabs are not allowed
(#383) Tab found within whitespace
(#383) Whitespace found at end of line
(#384) Spaces must be used to indent lines; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 16 spaces, found 4
(#384) Expected 1 space before "="; 0 found
(#384) Expected 1 space after "="; 0 found
(#385) Spaces must be used to indent lines; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected at least 16 spaces, found 4
(#385) Expected 1 space before "="; 0 found
(#386) Spaces must be used to indent lines; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 16 spaces, found 6
(#386) Commas (,) must be followed by white space.
(#386) Commas (,) must be followed by white space.
(#386) Commas (,) must be followed by white space.
(#387) Spaces must be used to indent lines; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 25 spaces, found 4
(#387) Commas (,) must be followed by white space.
(#387) Commas (,) must be followed by white space.
(#388) Spaces must be used to indent lines; tabs are not allowed
(#388) Tab found within whitespace
(#389) Spaces must be used to indent lines; tabs are not allowed
(#389) Tab found within whitespace
(#389) Whitespace found at end of line
(#390) Spaces must be used to indent lines; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected 12 spaces, found 3
(#391) Expected 1 space before "="; 0 found
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Line exceeds 132 characters; contains 168 characters
(#392) Spaces must be used to indent lines; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected at least 16 spaces, found 4
(#392) Commas (,) must be followed by white space.
(#392) Commas (,) must be followed by white space.
(#393) Spaces must be used to indent lines; tabs are not allowed
(#393) Tab found within whitespace
(#395) Spaces must be used to indent lines; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected 12 spaces, found 3
(#396) Spaces must be used to indent lines; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected at least 16 spaces, found 4
(#396) Expected 1 space before "="; 0 found
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#397) Spaces must be used to indent lines; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 16 spaces, found 6
(#397) Commas (,) must be followed by white space.
(#397) Commas (,) must be followed by white space.
(#397) Commas (,) must be followed by white space.
(#397) Commas (,) must be followed by white space.
(#397) Commas (,) must be followed by white space.
(#397) Commas (,) must be followed by white space.
(#398) Spaces must be used to indent lines; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 25 spaces, found 4
(#398) Commas (,) must be followed by white space.
(#398) Commas (,) must be followed by white space.
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Whitespace found at end of line
(#399) Spaces must be used to indent lines; tabs are not allowed
(#399) Tab found within whitespace
(#399) Whitespace found at end of line
(#400) Spaces must be used to indent lines; tabs are not allowed
(#400) Tab found within whitespace
(#404) Expected 1 space before "="; 0 found
(#404) Commas (,) must be followed by white space.
(#404) Commas (,) must be followed by white space.
(#404) Commas (,) must be followed by white space.
(#404) Commas (,) must be followed by white space.
(#404) Line exceeds maximum limit of 180 characters; contains 193 characters
(#405) Commas (,) must be followed by white space.
(#405) Commas (,) must be followed by white space.
(#407) Spaces must be used to indent lines; tabs are not allowed
(#407) Tab found within whitespace
(#407) Whitespace found at end of line
(#408) Spaces must be used to indent lines; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected 8 spaces, found 2
(#410) Inline comments must start with a capital letter, digit or 3-dots sequence
(#411) No space found before comment text; expected "// $mform->addElement('hidden', 'id', 0);" but found "//$mform->addElement('hidden', 'id', 0);"
(#412) Inline comments must end in full-stops, exclamation marks, or question marks
(#412) No space found before comment text; expected "// $mform->setType('id', PARAM_INT);" but found "//$mform->setType('id', PARAM_INT);"
(#413) Spaces must be used to indent lines; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected at least 8 spaces, found 1
(#418) Expected 1 space before opening brace; found 0
(#421) This comment is 65% valid code; is this commented out code?
(#429) Expected "if (...) {\n"; found "if(...){\n"
(#429) Expected 1 space before "=="; 0 found
(#429) Expected 1 space after "=="; 0 found
(#431) Expected "} else {\n"; found "}else{\n"
(#446) Whitespace found at end of line
(#447) No space found before comment text; expected "// Move recorded files from draft to the correct area" but found "//Move recorded files from draft to the correct area"
(#448) No space found before comment text; expected "// if shift_draft_file is false, no change, so do nothing" but found "//if shift_draft_file is false, no change, so do nothing"
(#449) Inline comments must end in full-stops, exclamation marks, or question marks
(#449) No space found before comment text; expected "// if it is an empty string, user has deleted file, so we clear it too" but found "//if it is an empty string, user has deleted file, so we clear it too"
(#450) Spaces must be used to indent lines; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected at least 8 spaces, found 2
(#451) Spaces must be used to indent lines; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected 8 spaces, found 2
(#451) Expected "if (...) {\n"; found "if(...){"
(#451) Closing brace must be on a line by itself
(#452) Whitespace found at end of line
(#455) Spaces must be used to indent lines; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 12 spaces, found 9
(#476) Inline comments must start with a capital letter, digit or 3-dots sequence
(#476) Inline comments must end in full-stops, exclamation marks, or question marks
(#476) No space found before comment text; expected "// our response, this will output a player/image" but found "//our response, this will output a player/image"
(#477) Space found before semicolon; expected ");" but found ") ;"
(#479) Whitespace found at end of line
(#480) Line indented incorrectly; expected at least 4 spaces, found 0
(#481) Line indented incorrectly; expected at least 4 spaces, found 0
(#482) Line indented incorrectly; expected at least 4 spaces, found 0
(#483) Line indented incorrectly; expected at least 4 spaces, found 0
(#484) Line indented incorrectly; expected at least 4 spaces, found 0
(#485) Line indented incorrectly; expected at least 4 spaces, found 0
(#486) Line indented incorrectly; expected 4 spaces, found 0
(#486) Visibility must be declared on method "fetch_responses"
(#486) Expected 1 space before opening brace; found 0
(#489) Spaces must be used to indent lines; tabs are not allowed
(#489) Tab found within whitespace
(#489) Whitespace found at end of line
(#490) Inline comments must start with a capital letter, digit or 3-dots sequence
(#490) No space found before comment text; expected "// get filename, from the filearea for this submission." but found "//get filename, from the filearea for this submission."
(#490) Whitespace found at end of line
(#491) No space found before comment text; expected "// there should be only one." but found "//there should be only one."
(#493) Expected 1 space before "="; 0 found
(#493) Expected 1 space after "="; 0 found
(#494) Whitespace found at end of line
(#495) Spaces must be used to indent lines; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected at least 8 spaces, found 4
(#496) Line indented incorrectly; expected 12 spaces, found 8
(#497) Spaces must be used to indent lines; tabs are not allowed
(#497) Tab found within whitespace
(#497) Inline comments must start with a capital letter, digit or 3-dots sequence
(#497) Inline comments must end in full-stops, exclamation marks, or question marks
(#497) Line indented incorrectly; expected at least 16 spaces, found 3
(#497) No space found before comment text; expected "// if the filename property exists, and is filled, use that to fetch the file" but found "//if the filename property exists, and is filled, use that to fetch the file"
(#498) Spaces must be used to indent lines; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 16 spaces, found 3
(#498) Expected 1 space before "="; 0 found
(#499) Spaces must be used to indent lines; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected 16 spaces, found 3
(#499) Expected "if (...) {\n"; found "if(...){\n"
(#500) Spaces must be used to indent lines; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected at least 20 spaces, found 4
(#500) Expected 1 space after "="; 2 found
(#501) Spaces must be used to indent lines; tabs are not allowed
(#501) Tab found within whitespace
(#501) Whitespace found at end of line
(#502) Spaces must be used to indent lines; tabs are not allowed
(#502) Tab found within whitespace
(#502) Inline comments must start with a capital letter, digit or 3-dots sequence
(#502) Inline comments must end in full-stops, exclamation marks, or question marks
(#502) Line indented incorrectly; expected at least 20 spaces, found 3
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) No space found before comment text; expected "// if no filename property just take the first file. That is how we used to do it" but found "//if no filename property just take the first file. That is how we used to do it"
(#502) Whitespace found at end of line
(#503) Spaces must be used to indent lines; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected 16 spaces, found 3
(#503) Expected "} else {\n"; found "}else{\n"
(#504) Spaces must be used to indent lines; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected 20 spaces, found 4
(#505) Spaces must be used to indent lines; tabs are not allowed
(#505) Tab found within whitespace
(#505) Line indented incorrectly; expected at least 24 spaces, found 5
(#506) Spaces must be used to indent lines; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected at least 24 spaces, found 5
(#507) Spaces must be used to indent lines; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected 20 spaces, found 4
(#508) Spaces must be used to indent lines; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected 16 spaces, found 3
(#509) Spaces must be used to indent lines; tabs are not allowed
(#509) Tab found within whitespace
(#509) Line indented incorrectly; expected 12 spaces, found 1
(#509) Closing brace indented incorrectly; expected 8 spaces, found 1
(#510) Spaces must be used to indent lines; tabs are not allowed
(#510) Tab found within whitespace
(#510) Whitespace found at end of line
(#511) Inline comments must start with a capital letter, digit or 3-dots sequence
(#511) Inline comments must end in full-stops, exclamation marks, or question marks
(#511) Line indented incorrectly; expected at least 12 spaces, found 8
(#511) No space found before comment text; expected "// if this is a playback area, for teacher, show a string if no file" but found "//if this is a playback area, for teacher, show a string if no file"
(#512) Line indented incorrectly; expected 12 spaces, found 8
(#512) Expected "if (...) {\n"; found "if (...){ \n"
(#512) Whitespace found at end of line
(#514) Line indented incorrectly; expected 12 spaces, found 8
(#514) Expected "} else {\n"; found "}else{\t\n"
(#514) Spaces must be used for alignment; tabs are not allowed
(#514) Tab found within whitespace
(#514) Whitespace found at end of line
(#515) Inline comments must end in full-stops, exclamation marks, or question marks
(#515) No space found before comment text; expected "// The path to any media file we should play" but found "//The path to any media file we should play"
(#516) Whitespace found at end of line
(#517) Spaces must be used to indent lines; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected at least 16 spaces, found 6
(#519) Inline comments must start with a capital letter, digit or 3-dots sequence
(#519) Inline comments must end in full-stops, exclamation marks, or question marks
(#519) No space found before comment text; expected "// prepare our response string, which will parsed and replaced with the necessary player" but found "//prepare our response string, which will parsed and replaced with the necessary player"
(#521) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#523) Line indented incorrectly; expected 20 spaces, found 24
(#524) Line indented incorrectly; expected 20 spaces, found 24
(#527) Spaces must be used to indent lines; tabs are not allowed
(#527) Tab found within whitespace
(#527) Line indented incorrectly; expected 24 spaces, found 7
(#527) Expected "if (...) {\n"; found "if(...){\n"
(#528) Spaces must be used to indent lines; tabs are not allowed
(#528) Tab found within whitespace
(#528) Line indented incorrectly; expected at least 28 spaces, found 8
(#529) Spaces must be used to indent lines; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected at least 28 spaces, found 10
(#529) Whitespace found at end of line
(#530) Spaces must be used to indent lines; tabs are not allowed
(#530) Tab found within whitespace
(#530) Line indented incorrectly; expected at least 28 spaces, found 10
(#531) Spaces must be used to indent lines; tabs are not allowed
(#531) Tab found within whitespace
(#531) Line indented incorrectly; expected 24 spaces, found 7
(#532) Spaces must be used to indent lines; tabs are not allowed
(#532) Tab found within whitespace
(#532) Whitespace found at end of line
(#533) Spaces must be used to indent lines; tabs are not allowed
(#533) Tab found within whitespace
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Whitespace found at end of line
(#535) Line indented incorrectly; expected 20 spaces, found 24
(#540) Line indented incorrectly; expected 20 spaces, found 24
(#541) Line exceeds 132 characters; contains 162 characters
(#544) Line indented incorrectly; expected 20 spaces, found 24
(#545) Line exceeds 132 characters; contains 160 characters
(#548) Line indented incorrectly; expected 20 spaces, found 24
(#550) Spaces must be used to indent lines; tabs are not allowed
(#550) Tab found within whitespace
(#551) Spaces must be used for alignment; tabs are not allowed
(#551) Tab found within whitespace
(#551) Whitespace found at end of line
(#554) Line indented incorrectly; expected 12 spaces, found 8
(#554) Whitespace found at end of line
(#556) Line indented incorrectly; expected at least 12 spaces, found 8
(#557) Spaces must be used to indent lines; tabs are not allowed
(#557) Tab found within whitespace
(#557) Whitespace found at end of line
(#558) Line indented incorrectly; expected 4 spaces, found 0
(#563) Inline comments must start with a capital letter, digit or 3-dots sequence
(#566) Expected 1 space before "="; 0 found
(#566) Expected 1 space after "="; 0 found
(#567) Expected 1 space before "=>"; 0 found
(#568) Expected 1 space before "=>"; 0 found
(#568) Expected 1 space after "=>"; 0 found
(#568) Expected 1 space before "=>"; 0 found
(#568) Expected 1 space after "=>"; 0 found
(#568) Commas (,) must be followed by white space.
(#568) Expected 1 space before "=>"; 0 found
(#568) Expected 1 space after "=>"; 0 found
(#569) Expected 1 space before "=>"; 0 found
(#569) Expected 1 space after "=>"; 0 found
(#572) Inline comments must start with a capital letter, digit or 3-dots sequence
(#574) Expected "if (...) {\n"; found "if(...){\n"
(#575) Expected 1 space before "="; 0 found
(#575) Expected 1 space after "="; 0 found
(#578) Inline comments must start with a capital letter, digit or 3-dots sequence
(#579) Line indented incorrectly; expected 8 spaces, found 12
(#581) Line indented incorrectly; expected 12 spaces, found 16
(#582) Line indented incorrectly; expected 12 spaces, found 16
(#587) Line indented incorrectly; expected 12 spaces, found 16
(#591) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#593) Line indented incorrectly; expected 12 spaces, found 16
(#596) Line indented incorrectly; expected 8 spaces, found 12
(#610) Space found before semicolon; expected ");" but found ") ;"
(#639) Inline comments must start with a capital letter, digit or 3-dots sequence
(#639) Inline comments must end in full-stops, exclamation marks, or question marks
(#677) Inline comments must start with a capital letter, digit or 3-dots sequence
(#677) Inline comments must end in full-stops, exclamation marks, or question marks
(#678) Expected 1 space before "=>"; 0 found
(#678) Expected 1 space after "=>"; 0 found
mod/assign/feedback/poodll/settings.php
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) No space found before comment text; expected "// enable by default" but found "//enable by default"
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) Whitespace found at end of line
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) No space found before comment text; expected "// Recorders" but found "//Recorders"
(#35) Variable "rec_options" must not contain underscores.
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Variable "rec_defaults" must not contain underscores.
(#36) Commas (,) must be followed by white space.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Variable "rec_defaults" must not contain underscores.
(#39) Commas (,) must be followed by white space.
(#39) Variable "rec_options" must not contain underscores.
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#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 "// show current feedback on feedback form" but found "//show current feedback on feedback form"
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Variable "yesno_options" must not contain underscores.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Variable "yesno_options" must not contain underscores.
mod/assign/feedback/poodll/version.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) No space found before comment text; expected "// moodle 3.1.0" but found "//moodle 3.1.0"
(#28) Expected 1 space after "="; 2 found

Javascript coding style problems

(16 errors, 15 warnings)

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

mod/assign/feedback/poodll/module.js
(#3) Trailing spaces not allowed. (no-trailing-spaces)
(#11) Identifier 'assignfeedback_poodll' is not in camel case. (camelcase)
(#13) A space is required after ','. (comma-spacing)
(#14) Unexpected tab character. (no-tabs)
(#15) Unexpected tab character. (no-tabs)
(#15) ["filecontrolid"] is better written in dot notation. (dot-notation)
(#15) Trailing spaces not allowed. (no-trailing-spaces)
(#16) Unexpected tab character. (no-tabs)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#17) Unexpected tab character. (no-tabs)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Unexpected confirm. (no-alert)
(#17) ["reallydeletefeedback"] is better written in dot notation. (dot-notation)
(#17) Missing space before opening brace. (space-before-blocks)
(#18) Unexpected tab character. (no-tabs)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#19) Unexpected tab character. (no-tabs)
(#19) Multiple spaces found before 'document'. (no-multi-spaces)
(#19) ["currentcontainer"] is better written in dot notation. (dot-notation)
(#19) Trailing spaces not allowed. (no-trailing-spaces)
(#20) Unexpected tab character. (no-tabs)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected tab character. (no-tabs)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#23) Comments should not begin with a lowercase character. (capitalized-comments)
(#23) Expected space or tab after '//' in comment. (spaced-comment)
(#24) Unexpected tab character. (no-tabs)
(#24) Missing semicolon. (semi)
(#25) Missing semicolon. (semi)

CSS problems

(28 errors, 0 warnings)

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

mod/assign/feedback/poodll/styles.css
(#34) Invalid value for `padding-bottom` (csstree/validator)
(#37) Expected empty line before at-rule (at-rule-empty-line-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#4) Expected single space before "{" (block-opening-brace-space-before)
(#34) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected indentation of 4 spaces (indentation)
(#5) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#18) 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)
(#26) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 8 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#40) Expected indentation of 8 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 8 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(23 errors, 2 warnings)

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

mod/assign/feedback/poodll/classes/constants.php
(#30) Class constants is not documented
(#33) Constant constants::M_FILEAREA is not documented
(#34) Constant constants::M_COMPONENT is not documented
(#35) Constant constants::M_TABLE is not documented
(#36) Constant constants::M_SUBPLUGIN is not documented
(#38) Constant constants::M_REPLYMP3VOICE is not documented
(#39) Constant constants::M_REPLYVOICE is not documented
(#40) Constant constants::M_REPLYVIDEO is not documented
(#41) Constant constants::M_REPLYWHITEBOARD is not documented
(#42) Constant constants::M_REPLYSNAPSHOT is not documented
(#43) Constant constants::M_FILENAMECONTROL is not documented
(#17) No one-line description found in phpdocs for file
mod/assign/feedback/poodll/classes/utils.php
(#20) Package assignfeedback_onlinepoodll is not valid
(#31) Class utils is not documented
(#34) Function utils::fetch_options_recorders is not documented
(#41) Function utils::fetch_options_yesno is not documented
(#17) No one-line description found in phpdocs for file
mod/assign/feedback/poodll/locallib.php
(#40) Function assign_feedback_poodll::is_enabled is not documented
(#44) Function assign_feedback_poodll::is_configurable is not documented
(#197) Function assign_feedback_poodll::shift_draft_file is not documented
(#418) Function assign_feedback_poodll::is_feedback_modified is not documented
(#486) Function assign_feedback_poodll::fetch_responses is not documented
(#561) Function assign_feedback_poodll::fetch_feedback_player is not documented
(#77) Not recommended phpdocs tag @global used
(#77) Not recommended phpdocs tag @global used

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(1 errors, 1 warnings)

This section shows files built by grunt and not commited [More info]

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 9 warnings)

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

mod/assign/feedback/poodll/templates/audioplayer.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “id” on element “audio”: An ID must not be the empty string. (nt" > <audio id='' class='assignfeedback_poodll_audio nomediaplugin' controls='true' preload='auto' playsInline="playsInline"> )
(#1) HTML Validation error, line 3: Bad value “true” for attribute “controls” on element “audio”. (nt" > <audio id='' class='assignfeedback_poodll_audio nomediaplugin' controls='true' preload='auto' playsInline="playsInline"> )
(#1) HTML Validation error, line 3: Attribute “playsinline” not allowed on element “audio” at this point. (nt" > <audio id='' class='assignfeedback_poodll_audio nomediaplugin' controls='true' preload='auto' playsInline="playsInline"> )
(#1) HTML Validation error, line 4: Bad value “” for attribute “src” on element “source”: Must be non-empty. (> <source src=''> <)
mod/assign/feedback/poodll/templates/videoplayer.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 4: Bad value “” for attribute “id” on element “video”: An ID must not be the empty string. (o_cont" ><video id='' class='nomediaplugin assignfeedback_poodll_video' controls='true' preload='auto' playsInline="playsInline"> )
(#1) HTML Validation error, line 4: Bad value “true” for attribute “controls” on element “video”. (o_cont" ><video id='' class='nomediaplugin assignfeedback_poodll_video' controls='true' preload='auto' playsInline="playsInline"> )
(#1) HTML Validation error, line 5: Bad value “” for attribute “src” on element “source”: Must be non-empty. (ne"> <source src=''></vid)

Gherkin .feature problems

(0 errors, 0 warnings)

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