Prechecker results: error


Overview

(0 errors, 0 warnings)

This section shows the general problems detected when processing the code [More info]


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(3641 errors, 835 warnings)

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

public/mod/assign/feedback/cloudpoodll/backup/moodle2/backup_assignfeedback_cloudpoodll_subplugin.class.php
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#36) Opening brace must not be followed by a blank line
(#48) Opening parenthesis of a multi-line function call must be the last content on the line
(#49) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#50) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#50) Short array syntax must be used to define arrays
(#50) Closing parenthesis of a multi-line function call must be on a line by itself
(#57) Opening parenthesis of a multi-line function call must be the last content on the line
(#58) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#58) Short array syntax must be used to define arrays
(#58) Closing parenthesis of a multi-line function call must be on a line by itself
public/mod/assign/feedback/cloudpoodll/backup/moodle2/restore_assignfeedback_cloudpoodll_subplugin.class.php
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#40) Opening brace must not be followed by a blank line
(#49) Short array syntax must be used to define arrays
public/mod/assign/feedback/cloudpoodll/classes/aitranscriptutils.php
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#37) Opening brace must not be followed by a blank line
(#40) Missing docblock for function render_passage
(#40) Incorrect spacing between argument "$markuptype" and equals sign; expected 1 but found 0
(#40) Incorrect spacing between default value and equals sign for argument "$markuptype"; expected 1 but 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
(#42) Parentheses must be used when instantiating a new class
(#43) 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
(#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
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Expected "if (...) {\n"; found "if(...) {\n"
(#53) Expected 1 space after IF keyword; 0 found
(#56) Expected 1 space after closing brace; 0 found
(#56) Expected "} else {\n"; found "}else{\n"
(#56) Expected 1 space after ELSE keyword; 0 found
(#61) 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
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) 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
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) This comment is 65% valid code; is this commented out code?
(#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
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) This comment is 72% valid code; is this commented out code?
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Expected "if (...) {\n"; found "if(...){\n"
(#111) Expected 1 space after IF keyword; 0 found
(#111) Expected 1 space after closing parenthesis; found 0
(#116) Blank line found at end of control structure
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Expected "if (...) {\n"; found "if(...){\n"
(#119) Expected 1 space after IF keyword; 0 found
(#119) Expected 1 space after closing parenthesis; found 0
(#124) Blank line found at end of control structure
(#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
(#127) Expected "if (...) {\n"; found "if(...){\n"
(#127) Expected 1 space after IF keyword; 0 found
(#127) Expected 1 space after closing parenthesis; found 0
(#130) Expected 1 space after closing brace; 0 found
(#130) Expected "} else {\n"; found "}else{\n"
(#130) Expected 1 space after ELSE keyword; 0 found
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) This comment is 72% valid code; is this commented out code?
(#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
(#146) Expected "if (...) {\n"; found "if(...) {\n"
(#146) Expected 1 space after IF keyword; 0 found
(#147) Line exceeds 132 characters; contains 151 characters
(#148) Expected 1 space after closing brace; 0 found
(#148) Expected "} else {\n"; found "}else{\n"
(#148) Expected 1 space after ELSE keyword; 0 found
(#161) Missing docblock for function lines_to_brs
(#161) Incorrect spacing between argument "$seperator" and equals sign; expected 1 but found 0
(#161) Incorrect spacing between default value and equals sign for argument "$seperator"; expected 1 but found 0
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) The closing brace for the class must go on the next line after the body
public/mod/assign/feedback/cloudpoodll/classes/constants.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Missing docblock for class constants
(#29) Opening brace must not be followed by a blank line
(#31) Missing docblock for constant constants::M_COMPONENT
(#32) Missing docblock for constant constants::M_DEFAULT_CLOUDPOODLL
(#33) Missing docblock for constant constants::M_CLASS
(#33) Expected at least 1 space before "="; 0 found
(#33) Expected at least 1 space after "="; 0 found
(#33) Expected 1 space before "="; 0 found
(#33) Expected 1 space after "="; 0 found
(#34) Missing docblock for constant constants::M_TABLE
(#35) Missing docblock for constant constants::M_FILEAREA
(#36) Missing docblock for constant constants::M_URL
(#37) Missing docblock for constant constants::M_SUBPLUGIN
(#38) Missing docblock for constant constants::M_PLUGINSETTINGS
(#40) Missing docblock for constant constants::APPID
(#42) Missing docblock for constant constants::REC_FREE
(#43) Missing docblock for constant constants::REC_AUDIO
(#44) Missing docblock for constant constants::REC_VIDEO
(#46) Missing docblock for constant constants::REC_TEXT
(#47) Missing docblock for constant constants::REC_SCREEN
(#48) Missing docblock for constant constants::REC_CORRECTIONS
(#50) Missing docblock for constant constants::SKIN_PLAIN
(#51) Missing docblock for constant constants::SKIN_BMR
(#52) Missing docblock for constant constants::SKIN_123
(#53) Missing docblock for constant constants::SKIN_FRESH
(#54) Missing docblock for constant constants::SKIN_ONCE
(#55) Missing docblock for constant constants::SKIN_UPLOAD
(#56) Missing docblock for constant constants::SKIN_SCREEN
(#58) Missing docblock for constant constants::FALLBACK_UPLOAD
(#59) Missing docblock for constant constants::FALLBACK_IOSUPLOAD
(#60) Missing docblock for constant constants::FALLBACK_WARNING
(#62) Missing docblock for constant constants::PLAYERTYPE_DEFAULT
(#63) Missing docblock for constant constants::PLAYERTYPE_INTERACTIVETRANSCRIPT
(#64) Missing docblock for constant constants::PLAYERTYPE_STANDARDTRANSCRIPT
(#66) Missing docblock for constant constants::CLASS_REC_CONTAINER
(#67) Missing docblock for constant constants::CLASS_REC_OUTER
(#68) Missing docblock for constant constants::ID_REC
(#69) Missing docblock for constant constants::ID_UPDATE_CONTROL
(#70) Missing docblock for constant constants::NAME_UPDATE_CONTROL
(#72) Missing docblock for constant constants::REGION_USEAST1
(#73) Missing docblock for constant constants::REGION_TOKYO
(#74) Missing docblock for constant constants::REGION_DUBLIN
(#75) Missing docblock for constant constants::REGION_SYDNEY
(#76) Missing docblock for constant constants::REGION_OTTAWA
(#77) Missing docblock for constant constants::REGION_SAOPAULO
(#78) Missing docblock for constant constants::REGION_FRANKFURT
(#79) Missing docblock for constant constants::REGION_LONDON
(#80) Missing docblock for constant constants::REGION_SINGAPORE
(#81) Missing docblock for constant constants::REGION_MUMBAI
(#82) Missing docblock for constant constants::REGION_CAPETOWN
(#83) Missing docblock for constant constants::REGION_BAHRAIN
(#84) Missing docblock for constant constants::REGION_NINGXIA
(#86) Missing docblock for constant constants::TRANSCRIBER_NONE
(#87) Missing docblock for constant constants::TRANSCRIBER_AMAZONTRANSCRIBE
(#88) Missing docblock for constant constants::TRANSCRIBER_GOOGLECLOUDSPEECH
(#90) Missing docblock for constant constants::M_LANG_ENUS
(#91) Missing docblock for constant constants::M_LANG_ENGB
(#92) Missing docblock for constant constants::M_LANG_ENAU
(#93) Missing docblock for constant constants::M_LANG_ESUS
(#94) Missing docblock for constant constants::M_LANG_FRCA
(#95) Missing docblock for constant constants::M_LANG_FRFR
(#96) Missing docblock for constant constants::M_LANG_ITIT
(#97) Missing docblock for constant constants::M_LANG_PTBR
(#98) Missing docblock for constant constants::M_LANG_KOKR
(#99) Missing docblock for constant constants::M_LANG_DEDE
(#100) Missing docblock for constant constants::M_LANG_HIIN
(#101) Missing docblock for constant constants::M_LANG_ENIN
(#102) Missing docblock for constant constants::M_LANG_ESES
(#104) Missing docblock for constant constants::M_LANG_ARAE
(#104) Expected at least 1 space after "="; 0 found
(#104) Expected 1 space after "="; 0 found
(#105) Missing docblock for constant constants::M_LANG_ARSA
(#105) Expected at least 1 space after "="; 0 found
(#105) Expected 1 space after "="; 0 found
(#106) Missing docblock for constant constants::M_LANG_ZHCN
(#106) Expected at least 1 space after "="; 0 found
(#106) Expected 1 space after "="; 0 found
(#107) Missing docblock for constant constants::M_LANG_NLNL
(#107) Expected at least 1 space after "="; 0 found
(#107) Expected 1 space after "="; 0 found
(#108) Missing docblock for constant constants::M_LANG_ENIE
(#108) Expected at least 1 space after "="; 0 found
(#108) Expected 1 space after "="; 0 found
(#109) Missing docblock for constant constants::M_LANG_ENWL
(#109) Expected at least 1 space after "="; 0 found
(#109) Expected 1 space after "="; 0 found
(#110) Missing docblock for constant constants::M_LANG_ENAB
(#110) Expected at least 1 space after "="; 0 found
(#110) Expected 1 space after "="; 0 found
(#111) Missing docblock for constant constants::M_LANG_FAIR
(#111) Expected at least 1 space after "="; 0 found
(#111) Expected 1 space after "="; 0 found
(#112) Missing docblock for constant constants::M_LANG_DECH
(#112) Expected at least 1 space after "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#113) Missing docblock for constant constants::M_LANG_HEIL
(#113) Expected at least 1 space after "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#114) Missing docblock for constant constants::M_LANG_IDID
(#114) Expected at least 1 space after "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#115) Missing docblock for constant constants::M_LANG_JAJP
(#115) Expected at least 1 space after "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#116) Missing docblock for constant constants::M_LANG_MSMY
(#116) Expected at least 1 space after "="; 0 found
(#116) Expected 1 space after "="; 0 found
(#117) Missing docblock for constant constants::M_LANG_PTPT
(#117) Expected at least 1 space after "="; 0 found
(#117) Expected 1 space after "="; 0 found
(#118) Missing docblock for constant constants::M_LANG_RURU
(#118) Expected at least 1 space after "="; 0 found
(#118) Expected 1 space after "="; 0 found
(#119) Missing docblock for constant constants::M_LANG_TAIN
(#119) Expected at least 1 space after "="; 0 found
(#119) Expected 1 space after "="; 0 found
(#120) Missing docblock for constant constants::M_LANG_TEIN
(#120) Expected at least 1 space after "="; 0 found
(#120) Expected 1 space after "="; 0 found
(#121) Missing docblock for constant constants::M_LANG_TRTR
(#121) Expected at least 1 space after "="; 0 found
(#121) Expected 1 space after "="; 0 found
(#123) Missing docblock for constant constants::M_LANG_NONO
(#123) Expected at least 1 space after "="; 0 found
(#123) Expected 1 space after "="; 0 found
(#124) Missing docblock for constant constants::M_LANG_NBNO
(#124) Expected at least 1 space after "="; 0 found
(#124) Expected 1 space after "="; 0 found
(#125) Missing docblock for constant constants::M_LANG_PLPL
(#125) Expected at least 1 space after "="; 0 found
(#125) Expected 1 space after "="; 0 found
(#126) Missing docblock for constant constants::M_LANG_RORO
(#126) Expected at least 1 space after "="; 0 found
(#126) Expected 1 space after "="; 0 found
(#127) Missing docblock for constant constants::M_LANG_SVSE
(#127) Expected at least 1 space after "="; 0 found
(#127) Expected 1 space after "="; 0 found
(#128) Missing docblock for constant constants::M_LANG_UKUA
(#128) Expected at least 1 space after "="; 0 found
(#128) Expected 1 space after "="; 0 found
(#129) Missing docblock for constant constants::M_LANG_EUES
(#129) Expected at least 1 space after "="; 0 found
(#129) Expected 1 space after "="; 0 found
(#130) Missing docblock for constant constants::M_LANG_FIFI
(#130) Expected at least 1 space after "="; 0 found
(#130) Expected 1 space after "="; 0 found
(#131) Missing docblock for constant constants::M_LANG_HUHU
(#131) Expected at least 1 space after "="; 0 found
(#131) Expected 1 space after "="; 0 found
(#132) Missing docblock for constant constants::M_LANG_MINZ
(#132) Expected at least 1 space after "="; 0 found
(#132) Expected 1 space after "="; 0 found
(#133) Missing docblock for constant constants::M_LANG_BGBG
(#134) Missing docblock for constant constants::M_LANG_CSCZ
(#135) Missing docblock for constant constants::M_LANG_ELGR
(#136) Missing docblock for constant constants::M_LANG_HRHR
(#137) Missing docblock for constant constants::M_LANG_LTLT
(#138) Missing docblock for constant constants::M_LANG_LVLV
(#139) Missing docblock for constant constants::M_LANG_SKSK
(#140) Missing docblock for constant constants::M_LANG_SLSI
(#141) Missing docblock for constant constants::M_LANG_ISIS
(#142) Missing docblock for constant constants::M_LANG_MKMK
(#143) Missing docblock for constant constants::M_LANG_SRRS
(#144) Missing docblock for constant constants::M_LANG_VIVN
(#144) Expected at least 1 space after "="; 0 found
(#144) Expected 1 space after "="; 0 found
(#146) Missing docblock for constant constants::SUBMISSIONTYPE_UNCLASSIFIED
(#147) Missing docblock for constant constants::SUBMISSIONTYPE_VIDEO
(#148) Missing docblock for constant constants::SUBMISSIONTYPE_AUDIO
(#149) Missing docblock for constant constants::SUBMISSIONTYPE_TEXT
(#150) Missing docblock for constant constants::SUBMISSIONTYPE_SCREEN
(#151) Missing docblock for constant constants::SUBMISSIONTYPE_CORRECTIONS
(#153) Missing docblock for constant constants::TYPE_TEXT
(#154) Missing docblock for constant constants::TYPE_SCREEN
(#155) Missing docblock for constant constants::TYPE_CORRECTIONS
(#156) Expected 1 newline at end of file; 0 found
public/mod/assign/feedback/cloudpoodll/classes/diff.php
(#1) Moodle boilerplate not found
(#19) Missing docblock for class diff
(#19) Opening brace must not be followed by a blank line
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#22) Missing docblock for constant diff::MATCHED
(#23) Missing docblock for constant diff::UNMATCHED
(#24) Missing docblock for constant diff::ALTERNATEMATCH
(#24) Expected at least 1 space before "="; 0 found
(#24) Expected 1 space before "="; 0 found
(#25) Missing docblock for constant diff::NOTALTERNATEMATCH
(#25) Expected at least 1 space before "="; 0 found
(#25) Expected 1 space before "="; 0 found
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Missing docblock for function fetchWordArray
(#32) Public method name "diff::fetchWordArray" must be in lower-case letters only
(#32) Expected 1 space before opening brace; found 0
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) No space found before comment text; expected "// tidy up the text so its just lower case words seperated by spaces" but found "//tidy up the text so its just lower case words seperated by spaces"
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#38) No space found after comma in argument list
(#38) Commas (,) must be followed by white space.
(#38) Expected 1 space between the comma and "$thetext". Found: no spaces
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#41) Expected 1 space after FUNCTION keyword; 0 found
(#41) Opening brace must be the last content on the line
(#41) Closing brace must be on a line by itself
(#41) Each PHP statement must be on a line by itself
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) 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)"
(#54) Missing docblock for function isUnicodemb4
(#54) Public method name "diff::isUnicodemb4" must be in lower-case letters only
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) This comment is 42% valid code; is this commented out code?
(#55) No space found before comment text; expected "// $testtext = "test text: " . "\xf8\xa1\xa1\xa1\xa1"; //this will fail for sure" but found "//$testtext = "test text: " . "\xf8\xa1\xa1\xa1\xa1"; //this will fail for sure"
(#57) Expected 1 space after "="; 2 found
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) No space found before comment text; expected "// strip tags is bad for non UTF-8. It might even be the real problem we need to solve here" but found "//strip tags is bad for non UTF-8. It might even be the real problem we need to solve here"
(#59) No space found before comment text; expected "// this anecdotally might help: $thetext =utf8_decode($thetext);" but found "//this anecdotally might help: $thetext =utf8_decode($thetext);"
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) No space found before comment text; expected "// anyway the unicode problems appear after to combo of strtolower and strip_tags, so we call them first" but found "//anyway the unicode problems appear after to combo of strtolower and strip_tags, so we call them first"
(#65) Expected "if (...) {\n"; found "if(...){"
(#65) Expected 1 space after IF keyword; 0 found
(#65) Expected 1 space after closing parenthesis; found 0
(#65) Newline required after opening brace
(#65) Closing brace must be on a line by itself
(#67) Expected "if (...) {\n"; found "if(...){"
(#67) Expected 1 space after IF keyword; 0 found
(#67) Expected 1 space after closing parenthesis; found 0
(#67) Newline required after opening brace
(#67) Closing brace must be on a line by itself
(#69) Expected "if (...) {\n"; found "if(...){"
(#69) Expected 1 space after IF keyword; 0 found
(#69) Expected 1 space after closing parenthesis; found 0
(#69) Newline required after opening brace
(#69) Closing brace must be on a line by itself
(#71) Expected "if (...) {\n"; found "if(...){\n"
(#71) Expected 1 space after IF keyword; 0 found
(#71) Expected 1 space after closing parenthesis; found 0
(#73) Expected 1 space after closing brace; 0 found
(#73) Expected "} else {\n"; found "}else{\n"
(#73) Expected 1 space after ELSE keyword; 0 found
(#86) Missing docblock for function cleanText
(#86) Public method name "diff::cleanText" must be in lower-case letters only
(#86) Expected 1 space between comma and argument "$unicodemb4"; 0 found
(#86) Commas (,) must be followed by white space.
(#86) Expected 1 space between the comma and "$unicodemb4". Found: no spaces
(#86) Incorrect spacing between argument "$unicodemb4" and equals sign; expected 1 but found 0
(#86) Incorrect spacing between default value and equals sign for argument "$unicodemb4"; expected 1 but 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 "// f we think its unicodemb4, first test and then get on with it" but found "//f we think its unicodemb4, first test and then get on with it"
(#88) Expected "if (...) {\n"; found "if(...){\n"
(#88) Expected 1 space after IF keyword; 0 found
(#88) Expected 1 space after closing parenthesis; found 0
(#89) Expected at least 1 space before "="; 0 found
(#89) Expected at least 1 space after "="; 0 found
(#89) Expected 1 space before "="; 0 found
(#89) Expected 1 space after "="; 0 found
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) No space found before comment text; expected "// lowercaseify" but found "//lowercaseify"
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) No space found before comment text; expected "// remove any html" but found "//remove any html"
(#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 "// replace all line ends with spaces" but found "//replace all line ends with spaces"
(#99) Expected "if (...) {\n"; found "if(...) {\n"
(#99) Expected 1 space after IF keyword; 0 found
(#103) Expected 1 space after closing brace; 0 found
(#103) Expected "} else {\n"; found "}else{\n"
(#103) Expected 1 space after ELSE keyword; 0 found
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) No space found before comment text; expected "// remove punctuation. This is where we needed the unicode flag" but found "//remove punctuation. This is where we needed the unicode flag"
(#110) 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"
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) 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"
(#113) Expected "if (...) {\n"; found "if(...) {\n"
(#113) Expected 1 space after IF keyword; 0 found
(#115) Expected 1 space after closing brace; 0 found
(#115) Expected "} else {\n"; found "}else{\n"
(#115) Expected 1 space after ELSE keyword; 0 found
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) No space found before comment text; expected "// remove bad chars" but found "//remove bad chars"
(#120) Variable "b_open" must not contain underscores.
(#121) Variable "b_close" must not contain underscores.
(#122) Variable "b_sopen" must not contain underscores.
(#123) Variable "b_sclose" must not contain underscores.
(#124) Short array syntax must be used to define arrays
(#124) Variable "b_open" must not contain underscores.
(#124) Variable "b_close" must not contain underscores.
(#124) Variable "b_sopen" must not contain underscores.
(#124) Variable "b_sclose" must not contain underscores.
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) No space found before comment text; expected "// remove double spaces" but found "//remove double spaces"
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#133) Expected 1 space after FUNCTION keyword; 0 found
(#156) Line exceeds 132 characters; contains 156 characters
(#162) Missing docblock for function fetchAlternativesArray
(#162) Public method name "diff::fetchAlternativesArray" must be in lower-case letters only
(#163) Opening brace should be on the same line as the declaration
(#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 "// return empty if input data is useless" but found "//return empty if input data is useless"
(#165) Expected "if (...) {\n"; found "if(...){\n"
(#165) Expected 1 space after IF keyword; 0 found
(#165) Expected at least 1 space before "=="; 0 found
(#165) Expected at least 1 space after "=="; 0 found
(#165) Expected 1 space before "=="; 0 found
(#165) Expected 1 space after "=="; 0 found
(#165) Expected 1 space after closing parenthesis; found 0
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) No space found before comment text; expected "// 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"
(#172) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#172) Expected 1 space after FOREACH keyword; 0 found
(#172) Expected 1 space after closing parenthesis; found 0
(#173) Expected "if (...) {\n"; found "if(...) {\n"
(#173) Expected 1 space after IF keyword; 0 found
(#175) Expected 1 space after SWITCH keyword; 0 found
(#175) Expected 1 space after closing parenthesis; found 0
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) No space found before comment text; expected "// clean each word in set" but found "//clean each word in set"
(#182) Expected at least 1 space before "="; 0 found
(#182) Expected 1 space before "="; 0 found
(#183) Expected at least 1 space before "="; 0 found
(#183) Expected 1 space before "="; 0 found
(#184) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#184) Expected 1 space after FOREACH keyword; 0 found
(#184) Expected 1 space after closing parenthesis; found 0
(#186) Expected "if (...) {\n"; found "if(...){"
(#186) Expected 1 space after IF keyword; 0 found
(#186) Expected at least 1 space before "=="; 0 found
(#186) Expected at least 1 space after "=="; 0 found
(#186) Expected 1 space before "=="; 0 found
(#186) Expected 1 space after "=="; 0 found
(#186) Expected 1 space after closing parenthesis; found 0
(#186) Newline required after opening brace
(#186) Closing brace must be on a line by itself
(#187) Expected at least 1 space before "="; 0 found
(#187) Expected at least 1 space after "="; 0 found
(#187) Expected 1 space before "="; 0 found
(#187) Expected 1 space after "="; 0 found
(#187) No space found after comma in argument list
(#187) Commas (,) must be followed by white space.
(#187) Expected 1 space between the comma and "$wordstring". Found: no spaces
(#190) Expected "if (...) {\n"; found "if(...) {\n"
(#190) Expected 1 space after IF keyword; 0 found
(#190) Expected at least 1 space after "!="; 0 found
(#190) Expected 1 space after "!="; 0 found
(#193) Expected at least 1 space before "="; 0 found
(#193) Expected at least 1 space after "="; 0 found
(#193) Expected 1 space before "="; 0 found
(#193) Expected 1 space after "="; 0 found
(#195) Expected "if (...) {\n"; found "if(...){\n"
(#195) Expected 1 space after IF keyword; 0 found
(#195) Expected at least 1 space before ">"; 0 found
(#195) Expected at least 1 space after ">"; 0 found
(#195) Expected 1 space before ">"; 0 found
(#195) Expected 1 space after ">"; 0 found
(#195) Expected at least 1 space after "!="; 0 found
(#195) Expected 1 space after "!="; 0 found
(#195) Expected 1 space after closing parenthesis; found 0
(#196) Expected at least 1 space before "="; 0 found
(#196) Expected at least 1 space after "="; 0 found
(#196) Expected 1 space before "="; 0 found
(#196) Expected 1 space after "="; 0 found
(#199) Commas (,) must be followed by white space.
(#199) Expected 1 space between the comma and "$forwardmatches". Found: no spaces
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) No space found before comment text; expected "// Do some adhoc match judgement based on common language transcription errors by AI" but found "//Do some adhoc match judgement based on common language transcription errors by AI"
(#207) Missing docblock for function generous_match
(#207) Expected 1 space between comma and argument "$transcriptword"; 0 found
(#207) Commas (,) must be followed by white space.
(#207) Expected 1 space between the comma and "$transcriptword". Found: no spaces
(#207) Expected 1 space between comma and argument "$language"; 0 found
(#207) Commas (,) must be followed by white space.
(#207) Expected 1 space between the comma and "$language". Found: no spaces
(#207) Expected 1 space before opening brace; found 0
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) No space found before comment text; expected "// In cloud poodll feedback we do not need generous matching (we never really do actually)" but found "//In cloud poodll feedback we do not need generous matching (we never really do actually)"
(#211) No space found after comma in argument list
(#211) Commas (,) must be followed by white space.
(#211) Expected 1 space between the comma and "0". Found: no spaces
(#211) No space found after comma in argument list
(#211) Commas (,) must be followed by white space.
(#211) Expected 1 space between the comma and "2". Found: no spaces
(#212) Expected 1 space after SWITCH keyword; 0 found
(#212) Expected 1 space after closing parenthesis; found 0
(#214) Expected "if (...) {\n"; found "if(...){"
(#214) Expected 1 space after IF keyword; 0 found
(#214) Expected 1 space after closing parenthesis; found 0
(#214) Newline required after opening brace
(#214) Closing brace must be on a line by itself
(#215) Expected "if (...) {\n"; found "if(...){"
(#215) Expected 1 space after IF keyword; 0 found
(#215) Expected 1 space after closing parenthesis; found 0
(#215) Newline required after opening brace
(#215) Closing brace must be on a line by itself
(#223) 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)"
(#224) 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]"
(#225) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) 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"
(#227) 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")"
(#228) 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"
(#230) No space found before comment text; expected "// eg 1989 -> nineteen eighty nine." but found "//eg 1989 -> nineteen eighty nine."
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) No space found before comment text; expected "// returns array of sequences" but found "//returns array of sequences"
(#236) Missing docblock for function fetchSequences
(#236) Public method name "diff::fetchSequences" must be in lower-case letters only
(#237) Opening brace should be on the same line as the declaration
(#238) Variable "p_length" must not contain underscores.
(#239) Variable "t_length" must not contain underscores.
(#240) Short array syntax must be used to define arrays
(#241) Variable "t_slength" must not contain underscores.
(#241) Expected at least 1 space before "="; 0 found
(#241) Expected at least 1 space after "="; 0 found
(#241) Expected 1 space before "="; 0 found
(#241) Expected 1 space after "="; 0 found
(#241) Inline comments must start with a capital letter, digit or 3-dots sequence
(#241) Inline comments must end in full-stops, exclamation marks, or question marks
(#241) No space found before comment text; expected "// sequence length (in the transcript)" but found "//sequence length (in the transcript)"
(#242) Variable "p_slength" must not contain underscores.
(#242) Expected at least 1 space before "="; 0 found
(#242) Expected at least 1 space after "="; 0 found
(#242) Expected 1 space before "="; 0 found
(#242) Expected 1 space after "="; 0 found
(#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 "// sequence length (in the passage)" but found "//sequence length (in the passage)"
(#243) Variable "alt_positions" must not contain underscores.
(#243) Expected at least 1 space before "="; 0 found
(#243) Expected at least 1 space after "="; 0 found
(#243) Expected 1 space before "="; 0 found
(#243) Expected 1 space after "="; 0 found
(#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 "// we record alternate usages in sequence" but found "//we record alternate usages in sequence"
(#244) Expected at least 1 space after "="; 0 found
(#244) Expected 1 space after "="; 0 found
(#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
(#244) No space found before comment text; expected "// transcript sequence match search start index" but found "//transcript sequence match search start index"
(#245) Expected at least 1 space before "="; 0 found
(#245) Expected at least 1 space after "="; 0 found
(#245) Expected 1 space before "="; 0 found
(#245) Expected 1 space after "="; 0 found
(#245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#245) No space found before comment text; expected "// if any alternates declare a forward match we keep that here" but found "//if any alternates declare a forward match we keep that here"
(#246) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) No space found before comment text; expected "// loop through passage word by word" but found "//loop through passage word by word"
(#249) Expected "for (...) {\n"; found "for(...){\n"
(#249) Expected 1 space after FOR keyword; 0 found
(#249) Expected at least 1 space after "="; 0 found
(#249) Expected 1 space after "="; 0 found
(#249) Variable "p_length" must not contain underscores.
(#249) Expected 1 space after closing parenthesis; found 0
(#250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#250) 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"
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) 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"
(#252) Expected "while (...) {\n"; found "while(...) {\n"
(#252) Expected 1 space after WHILE keyword; 0 found
(#252) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#252) Variable "t_slength" must not contain underscores.
(#252) Variable "t_length" must not contain underscores.
(#253) Variable "p_slength" must not contain underscores.
(#253) Variable "p_length" must not contain underscores.
(#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 "// get words to compare" but found "//get words to compare"
(#256) Expected at least 1 space before "="; 0 found
(#256) Expected 1 space before "="; 0 found
(#256) Variable "p_slength" must not contain underscores.
(#257) Expected at least 1 space after "="; 0 found
(#257) Expected 1 space after "="; 0 found
(#257) Variable "t_slength" must not contain underscores.
(#258) Expected at least 1 space before "="; 0 found
(#258) Expected at least 1 space after "="; 0 found
(#258) Expected 1 space before "="; 0 found
(#258) Expected 1 space after "="; 0 found
(#260) Inline comments must start with a capital letter, digit or 3-dots sequence
(#260) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) No space found before comment text; expected "// check for a forward match" but found "//check for a forward match"
(#261) Expected "if (...) {\n"; found "if(...){\n"
(#261) Expected 1 space after IF keyword; 0 found
(#261) Expected at least 1 space before "!=="; 0 found
(#261) Expected at least 1 space after "!=="; 0 found
(#261) Expected 1 space before "!=="; 0 found
(#261) Expected 1 space after "!=="; 0 found
(#261) Expected 1 space after closing parenthesis; found 0
(#263) Inline comments must start with a capital letter, digit or 3-dots sequence
(#263) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) No space found before comment text; expected "// we matched a passage word + but did not use the next transcript word, so roll back t_slength" but found "//we matched a passage word + but did not use the next transcript word, so roll back t_slength"
(#264) Expected "if (...) {\n"; found "if(...) {\n"
(#264) Expected 1 space after IF keyword; 0 found
(#265) Variable "t_slength" must not contain underscores.
(#268) Expected at least 1 space before "="; 0 found
(#268) Expected at least 1 space after "="; 0 found
(#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) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) No space found before comment text; expected "// check for a direct match" but found "//check for a direct match"
(#271) Expected "if (...) {\n"; found "if(...) {\n"
(#271) Expected 1 space after IF keyword; 0 found
(#272) Expected at least 1 space after "="; 0 found
(#272) Expected 1 space after "="; 0 found
(#272) Space after opening parenthesis of function call prohibited
(#272) No space found after comma in argument list
(#272) Commas (,) must be followed by white space.
(#272) Expected 1 space between the comma and "$transcriptword". Found: no spaces
(#275) Inline comments must start with a capital letter, digit or 3-dots sequence
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#275) 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"
(#276) Expected "if (...) {\n"; found "if(...){\n"
(#276) Expected 1 space after IF keyword; 0 found
(#276) Expected 1 space after closing parenthesis; found 0
(#277) Variable "altsearch_result" must not contain underscores.
(#277) Opening parenthesis of a multi-line function call must be the last content on the line
(#279) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#279) Closing parenthesis of a multi-line function call must be on a line by itself
(#280) Expected "if (...) {\n"; found "if(...){\n"
(#280) Expected 1 space after IF keyword; 0 found
(#280) Variable "altsearch_result" must not contain underscores.
(#280) Expected 1 space after closing parenthesis; found 0
(#281) Expected at least 1 space before "="; 0 found
(#281) Expected 1 space before "="; 0 found
(#282) Expected at least 1 space before "="; 0 found
(#282) Expected at least 1 space after "="; 0 found
(#282) Expected 1 space before "="; 0 found
(#282) Expected 1 space after "="; 0 found
(#282) Variable "altsearch_result" must not contain underscores.
(#283) Variable "alt_positions" must not contain underscores.
(#283) Expected at least 1 space before "="; 0 found
(#283) Expected at least 1 space after "="; 0 found
(#283) Expected 1 space before "="; 0 found
(#283) Expected 1 space after "="; 0 found
(#283) Variable "p_slength" must not contain underscores.
(#287) Inline comments must start with a capital letter, digit or 3-dots sequence
(#287) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) No space found before comment text; expected "// else check for a generous match(eg for english +s and +ed we give it to them)" but found "//else check for a generous match(eg for english +s and +ed we give it to them)"
(#288) Expected "if (...) {\n"; found "if(...){\n"
(#288) Expected 1 space after IF keyword; 0 found
(#288) Expected 1 space after closing parenthesis; found 0
(#289) Expected at least 1 space before "="; 0 found
(#289) Expected 1 space before "="; 0 found
(#289) No space found after comma in argument list
(#289) Commas (,) must be followed by white space.
(#289) Expected 1 space between the comma and "$transcriptword". Found: no spaces
(#289) No space found after comma in argument list
(#289) Commas (,) must be followed by white space.
(#289) Expected 1 space between the comma and "$language". Found: no spaces
(#292) Inline comments must start with a capital letter, digit or 3-dots sequence
(#292) 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"
(#293) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) 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)"
(#294) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#295) Variable "t_slength" must not contain underscores.
(#295) Variable "t_length" must not contain underscores.
(#296) Variable "p_slength" must not contain underscores.
(#296) Variable "p_length" must not contain underscores.
(#296) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#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) No space found before comment text; expected "// continue building sequence" but found "//continue building sequence"
(#298) Variable "p_slength" must not contain underscores.
(#299) Variable "t_slength" must not contain underscores.
(#301) No space found before comment text; expected "// We add a provisional match here. This means lots of shorter sequences added to sequences[]" but found "//We add a provisional match here. This means lots of shorter sequences added to sequences[]"
(#303) 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"
(#304) 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."
(#305) No space found before comment text; expected "// without a provisional match, the shorter seq. will lose the election and be unselected at fetchDiffs()" but found "//without a provisional match, the shorter seq. will lose the election and be unselected at fetchDiffs()"
(#306) 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"
(#307) 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"
(#308) 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 ..."
(#309) 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 ..."
(#310) Inline comments must end in full-stops, exclamation marks, or question marks
(#310) 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"
(#312) Variable "p_slength" must not contain underscores.
(#313) Variable "t_slength" must not contain underscores.
(#316) Variable "alt_positions" must not contain underscores.
(#319) Inline comments must start with a capital letter, digit or 3-dots sequence
(#319) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) No space found before comment text; expected "// else: no match or end of transcript/passage," but found "//else: no match or end of transcript/passage,"
(#321) Inline comments must start with a capital letter, digit or 3-dots sequence
(#321) 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..."
(#322) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) 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"
(#323) Expected "if (...) {\n"; found "if(...){\n"
(#323) Expected 1 space after IF keyword; 0 found
(#323) Expected 1 space after closing parenthesis; found 0
(#324) Variable "p_slength" must not contain underscores.
(#325) Variable "t_slength" must not contain underscores.
(#327) Variable "p_slength" must not contain underscores.
(#328) Variable "t_slength" must not contain underscores.
(#331) Variable "alt_positions" must not contain underscores.
(#334) Inline comments must start with a capital letter, digit or 3-dots sequence
(#334) 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"
(#335) Inline comments must end in full-stops, exclamation marks, or question marks
(#335) No space found before comment text; expected "// and we reset our sequence lengths because the outer loop may yet continue" but found "//and we reset our sequence lengths because the outer loop may yet continue"
(#336) Expected at least 1 space before "+="; 0 found
(#336) Expected 1 space before "+="; 0 found
(#336) Variable "t_slength" must not contain underscores.
(#337) Variable "p_slength" must not contain underscores.
(#338) Variable "t_slength" must not contain underscores.
(#339) Variable "alt_positions" must not contain underscores.
(#339) Expected at least 1 space after "="; 0 found
(#339) 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 "// 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"
(#342) Expected 1 space after closing brace; 0 found
(#342) Usage of ELSEIF not allowed; use ELSE IF instead
(#342) Variable "p_slength" must not contain underscores.
(#345) Inline comments must start with a capital letter, digit or 3-dots sequence
(#345) 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,"
(#346) Inline comments must end in full-stops, exclamation marks, or question marks
(#346) 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"
(#349) Variable "p_slength" must not contain underscores.
(#350) Variable "t_slength" must not contain underscores.
(#353) Variable "alt_positions" must not contain underscores.
(#356) Inline comments must start with a capital letter, digit or 3-dots sequence
(#356) Inline comments must end in full-stops, exclamation marks, or question marks
(#356) 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"
(#357) Expected at least 1 space before "+="; 0 found
(#357) Expected 1 space before "+="; 0 found
(#357) Variable "t_slength" must not contain underscores.
(#358) Variable "p_slength" must not contain underscores.
(#359) Variable "t_slength" must not contain underscores.
(#360) Variable "alt_positions" must not contain underscores.
(#360) Expected at least 1 space after "="; 0 found
(#360) Expected 1 space after "="; 0 found
(#361) Blank line found at end of control structure
(#365) Inline comments must start with a capital letter, digit or 3-dots sequence
(#365) Inline comments must end in full-stops, exclamation marks, or question marks
(#365) No space found before comment text; expected "// reset transcript loop variables for each pass of passageword loop" but found "//reset transcript loop variables for each pass of passageword loop"
(#366) Expected at least 1 space before "="; 0 found
(#366) Expected at least 1 space after "="; 0 found
(#366) Expected 1 space before "="; 0 found
(#366) Expected 1 space after "="; 0 found
(#367) Blank line found at end of control structure
(#371) Closing brace must not be followed by any comment or statement on the same line
(#373) Missing docblock for function debug_print_sequence
(#373) Expected 1 space between comma and argument "$passage"; 0 found
(#373) Commas (,) must be followed by white space.
(#373) Expected 1 space between the comma and "$passage". Found: no spaces
(#373) Expected 1 space between comma and argument "$transcript"; 0 found
(#373) Commas (,) must be followed by white space.
(#373) Expected 1 space between the comma and "$transcript". Found: no spaces
(#373) Expected 1 space between comma and argument "$tag"; 0 found
(#373) Commas (,) must be followed by white space.
(#373) Expected 1 space between the comma and "$tag". Found: no spaces
(#373) Expected 1 space before opening brace; found 0
(#377) The use of function print_r() is forbidden
(#380) Expected "for (...) {\n"; found "for(...){\n"
(#380) Expected 1 space after FOR keyword; 0 found
(#380) Expected at least 1 space before "="; 0 found
(#380) Expected at least 1 space after "="; 0 found
(#380) Expected 1 space before "="; 0 found
(#380) Expected 1 space after "="; 0 found
(#380) Expected 1 space after first semicolon of FOR loop; 0 found
(#380) Expected at least 1 space before "<"; 0 found
(#380) Expected at least 1 space after "<"; 0 found
(#380) Expected 1 space before "<"; 0 found
(#380) Expected 1 space after "<"; 0 found
(#380) Expected 1 space after second semicolon of FOR loop; 0 found
(#380) Expected 1 space after closing parenthesis; found 0
(#391) Missing docblock for function check_alternatives_for_match
(#391) Expected 1 space between comma and argument "$transcriptword"; 0 found
(#391) Commas (,) must be followed by white space.
(#391) Expected 1 space between the comma and "$transcriptword". Found: no spaces
(#391) Expected 1 space between comma and argument "$alternatives"; 0 found
(#391) Commas (,) must be followed by white space.
(#391) Expected 1 space between the comma and "$alternatives". Found: no spaces
(#391) Expected 1 space before opening brace; found 0
(#392) Expected at least 1 space before "="; 0 found
(#392) Expected 1 space before "="; 0 found
(#393) Expected at least 1 space after "="; 0 found
(#393) Expected 1 space after "="; 0 found
(#394) Expected at least 1 space before "="; 0 found
(#394) Expected at least 1 space after "="; 0 found
(#394) Expected 1 space before "="; 0 found
(#394) Expected 1 space after "="; 0 found
(#395) Expected at least 1 space before "="; 0 found
(#395) Expected at least 1 space after "="; 0 found
(#395) Expected 1 space before "="; 0 found
(#395) Expected 1 space after "="; 0 found
(#397) Inline comments must start with a capital letter, digit or 3-dots sequence
(#397) No space found before comment text; expected "// loop through all alternatives" but found "//loop through all alternatives"
(#398) Inline comments must end in full-stops, exclamation marks, or question marks
(#398) No space found before comment text; expected "// and then through each alternative->wordset" but found "//and then through each alternative->wordset"
(#399) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#399) Expected 1 space after FOREACH keyword; 0 found
(#399) Expected 1 space after closing parenthesis; found 0
(#400) Expected at least 1 space before "="; 0 found
(#400) Expected at least 1 space after "="; 0 found
(#400) Expected 1 space before "="; 0 found
(#400) Expected 1 space after "="; 0 found
(#401) Expected at least 1 space before "="; 0 found
(#401) Expected at least 1 space after "="; 0 found
(#401) Expected 1 space before "="; 0 found
(#401) Expected 1 space after "="; 0 found
(#402) Expected "if (...) {\n"; found "if(...){\n"
(#402) Expected 1 space after IF keyword; 0 found
(#402) No space found after comma in argument list
(#402) Commas (,) must be followed by white space.
(#402) Expected 1 space between the comma and "$passageword". Found: no spaces
(#402) Expected 1 space after closing parenthesis; found 0
(#403) Expected "for (...) {\n"; found "for(...) {\n"
(#403) Expected 1 space after FOR keyword; 0 found
(#403) Expected at least 1 space after "="; 0 found
(#403) Expected 1 space after "="; 0 found
(#403) Expected 1 space after first semicolon of FOR loop; 0 found
(#403) Expected at least 1 space before "<"; 0 found
(#403) Expected at least 1 space after "<"; 0 found
(#403) Expected 1 space before "<"; 0 found
(#403) Expected 1 space after "<"; 0 found
(#403) Expected 1 space after second semicolon of FOR loop; 0 found
(#404) Inline comments must start with a capital letter, digit or 3-dots sequence
(#404) No space found before comment text; expected "// we no longer process wildcards while matching (we just reverse errors later)" but found "//we no longer process wildcards while matching (we just reverse errors later)"
(#405) Inline comments must end in full-stops, exclamation marks, or question marks
(#405) No space found before comment text; expected "// if ($wordset[$setindex] == $transcriptword || $wordset[$setindex] == '*') {" but found "//if ($wordset[$setindex] == $transcriptword || $wordset[$setindex] == '*') {"
(#409) Expected "if (...) {\n"; found "if(...){\n"
(#409) Expected 1 space after IF keyword; 0 found
(#409) No space found after comma in argument list
(#409) Commas (,) must be followed by white space.
(#409) Expected 1 space between the comma and "$forwardmatches". Found: no spaces
(#409) Expected 1 space after closing parenthesis; found 0
(#410) Expected at least 1 space before "="; 0 found
(#410) Expected at least 1 space after "="; 0 found
(#410) Expected 1 space before "="; 0 found
(#410) Expected 1 space after "="; 0 found
(#416) Expected "if (...) {\n"; found "if(...){"
(#416) Expected 1 space after IF keyword; 0 found
(#416) Expected 1 space after closing parenthesis; found 0
(#416) Newline required after opening brace
(#416) Closing brace must be on a line by itself
(#418) Inline comments must start with a capital letter, digit or 3-dots sequence
(#418) Inline comments must end in full-stops, exclamation marks, or question marks
(#418) No space found before comment text; expected "// we return the matchlength" but found "//we return the matchlength"
(#426) Missing docblock for function fetchWildcardsArray
(#426) Public method name "diff::fetchWildcardsArray" must be in lower-case letters only
(#426) Expected 1 space before opening brace; found 0
(#427) Expected at least 1 space before "="; 0 found
(#427) Expected at least 1 space after "="; 0 found
(#427) Expected 1 space before "="; 0 found
(#427) Expected 1 space after "="; 0 found
(#427) Short array syntax must be used to define arrays
(#429) Inline comments must start with a capital letter, digit or 3-dots sequence
(#429) No space found before comment text; expected "// loop through all alternatives" but found "//loop through all alternatives"
(#430) Inline comments must end in full-stops, exclamation marks, or question marks
(#430) No space found before comment text; expected "// and then through each alternative->wordset" but found "//and then through each alternative->wordset"
(#431) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#431) Expected 1 space after FOREACH keyword; 0 found
(#431) Expected 1 space after closing parenthesis; found 0
(#432) Expected at least 1 space before "="; 0 found
(#432) Expected at least 1 space after "="; 0 found
(#432) Expected 1 space before "="; 0 found
(#432) Expected 1 space after "="; 0 found
(#434) Expected "for (...) {\n"; found "for(...) {\n"
(#434) Expected 1 space after FOR keyword; 0 found
(#434) Expected at least 1 space after "="; 0 found
(#434) Expected 1 space after "="; 0 found
(#434) Expected 1 space after first semicolon of FOR loop; 0 found
(#434) Expected at least 1 space before "<"; 0 found
(#434) Expected at least 1 space after "<"; 0 found
(#434) Expected 1 space before "<"; 0 found
(#434) Expected 1 space after "<"; 0 found
(#434) Expected 1 space after second semicolon of FOR loop; 0 found
(#436) Expected at least 1 space before "="; 0 found
(#436) Expected at least 1 space after "="; 0 found
(#436) Expected 1 space before "="; 0 found
(#436) Expected 1 space after "="; 0 found
(#441) Inline comments must start with a capital letter, digit or 3-dots sequence
(#441) Inline comments must end in full-stops, exclamation marks, or question marks
(#441) No space found before comment text; expected "// we return the wildczrds" but found "//we return the wildczrds"
(#445) Missing docblock for function mb_strequals
(#446) Expected at least 1 space before "=="; 0 found
(#446) Expected at least 1 space after "=="; 0 found
(#446) Expected 1 space before "=="; 0 found
(#446) Expected 1 space after "=="; 0 found
(#447) This comment is 60% valid code; is this commented out code?
(#457) Inline comments must start with a capital letter, digit or 3-dots sequence
(#457) 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"
(#458) 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."
(#459) Inline comments must end in full-stops, exclamation marks, or question marks
(#459) 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"
(#460) Missing docblock for function cmp
(#463) Expected "if (...) {\n"; found "if(...){\n"
(#463) Expected 1 space after IF keyword; 0 found
(#463) Expected 1 space after closing parenthesis; found 0
(#465) Expected 1 space after closing brace; 0 found
(#465) Expected "} else {\n"; found "}else{\n"
(#465) Expected 1 space after ELSE keyword; 0 found
(#468) Blank line found at end of control structure
(#476) Inline comments must start with a capital letter, digit or 3-dots sequence
(#476) 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"
(#477) 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)"
(#478) 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)"
(#479) No space found before comment text; expected "// iii) for each sequence" but found "//iii) for each sequence"
(#480) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#481) Line exceeds 132 characters; contains 142 characters
(#481) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#482) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#483) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#484) No space found before comment text; expected "// iv) we do various adhoc checks based on common problems we find in the wild" but found "//iv) we do various adhoc checks based on common problems we find in the wild"
(#486) 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"
(#487) 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"
(#488) Inline comments must end in full-stops, exclamation marks, or question marks
(#489) Missing docblock for function fetchDiffs
(#489) Public method name "diff::fetchDiffs" must be in lower-case letters only
(#489) Expected 1 space between comma and argument "$transcriptlength"; 0 found
(#489) Commas (,) must be followed by white space.
(#489) Expected 1 space between the comma and "$transcriptlength". Found: no spaces
(#489) Incorrect spacing between argument "$debug" and equals sign; expected 1 but found 0
(#489) Incorrect spacing between default value and equals sign for argument "$debug"; expected 1 but found 0
(#489) Expected 1 space before opening brace; found 0
(#490) Inline comments must start with a capital letter, digit or 3-dots sequence
(#490) Inline comments must end in full-stops, exclamation marks, or question marks
(#490) 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"
(#491) Expected at least 1 space before "="; 0 found
(#491) Expected at least 1 space after "="; 0 found
(#491) Expected 1 space before "="; 0 found
(#491) Expected 1 space after "="; 0 found
(#491) Commas (,) must be followed by white space.
(#491) Expected 1 space between the comma and "-". Found: no spaces
(#491) Commas (,) must be followed by white space.
(#491) Expected 1 space between the comma and "self". Found: no spaces
(#493) Inline comments must start with a capital letter, digit or 3-dots sequence
(#493) Inline comments must end in full-stops, exclamation marks, or question marks
(#493) No space found before comment text; expected "// if there is nothing in the passage then we just return the default diffs array" but found "//if there is nothing in the passage then we just return the default diffs array"
(#494) Expected "if (...) {\n"; found "if(...){\n"
(#494) Expected 1 space after IF keyword; 0 found
(#494) Expected at least 1 space before "==="; 0 found
(#494) Expected at least 1 space after "==="; 0 found
(#494) Expected 1 space before "==="; 0 found
(#494) Expected 1 space after "==="; 0 found
(#494) Expected 1 space after closing parenthesis; found 0
(#495) Expected "if (...) {\n"; found "if(...){\n"
(#495) Expected 1 space after IF keyword; 0 found
(#495) Expected 1 space after closing parenthesis; found 0
(#496) Commas (,) must be followed by white space.
(#496) Expected 1 space between the comma and "[". Found: no spaces
(#497) Expected 1 space after closing brace; 0 found
(#497) Expected "} else {\n"; found "}else{\n"
(#497) Expected 1 space after ELSE keyword; 0 found
(#502) Inline comments must start with a capital letter, digit or 3-dots sequence
(#502) No space found before comment text; expected "// ii) sort sequences by length, transcript posn" but found "//ii) sort sequences by length, transcript posn"
(#503) Inline comments must end in full-stops, exclamation marks, or question marks
(#503) 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"
(#504) Short array syntax must be used to define arrays
(#504) Commas (,) must be followed by white space.
(#504) Expected 1 space between the comma and "'cmp'". Found: no spaces
(#506) Inline comments must start with a capital letter, digit or 3-dots sequence
(#506) Inline comments must end in full-stops, exclamation marks, or question marks
(#506) No space found before comment text; expected "// record prior sequences for iii)" but found "//record prior sequences for iii)"
(#507) Expected at least 1 space before "="; 0 found
(#507) Expected at least 1 space after "="; 0 found
(#507) Expected 1 space before "="; 0 found
(#507) Expected 1 space after "="; 0 found
(#507) Short array syntax must be used to define arrays
(#508) Expected at least 1 space before "="; 0 found
(#508) Expected at least 1 space after "="; 0 found
(#508) Expected 1 space before "="; 0 found
(#508) Expected 1 space after "="; 0 found
(#509) Inline comments must start with a capital letter, digit or 3-dots sequence
(#509) Inline comments must end in full-stops, exclamation marks, or question marks
(#509) No space found before comment text; expected "// iii) loop through sequences" but found "//iii) loop through sequences"
(#510) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#510) Expected 1 space after FOREACH keyword; 0 found
(#510) Expected 1 space after closing parenthesis; found 0
(#511) Expected at least 1 space before "="; 0 found
(#511) Expected at least 1 space after "="; 0 found
(#511) Expected 1 space before "="; 0 found
(#511) Expected 1 space after "="; 0 found
(#514) Inline comments must start with a capital letter, digit or 3-dots sequence
(#514) 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"
(#515) 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"
(#516) No space found before comment text; expected "// A seq pposition=63 length=18" but found "//A seq pposition=63 length=18"
(#517) No space found before comment text; expected "// B seq pposition=81 length=42" but found "//B seq pposition=81 length=42"
(#518) Inline comments must end in full-stops, exclamation marks, or question marks
(#518) 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"
(#519) Expected "for (...) {\n"; found "for(...){\n"
(#519) Expected 1 space after FOR keyword; 0 found
(#519) Expected at least 1 space before "="; 0 found
(#519) Expected at least 1 space after "="; 0 found
(#519) Expected 1 space before "="; 0 found
(#519) Expected 1 space after "="; 0 found
(#519) Expected 1 space after closing parenthesis; found 0
(#520) Expected "if (...) {\n"; found "if(...){\n"
(#520) Expected 1 space after IF keyword; 0 found
(#520) Expected at least 1 space after "!="; 0 found
(#520) Expected 1 space after "!="; 0 found
(#520) Expected 1 space after closing parenthesis; found 0
(#521) Expected at least 1 space before "="; 0 found
(#521) Expected at least 1 space after "="; 0 found
(#521) Expected 1 space before "="; 0 found
(#521) Expected 1 space after "="; 0 found
(#525) Expected "if (...) {\n"; found "if(...){\n"
(#525) Expected 1 space after IF keyword; 0 found
(#525) Expected 1 space after closing parenthesis; found 0
(#526) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#526) Expected 1 space after FOREACH keyword; 0 found
(#526) Expected 1 space after closing parenthesis; found 0
(#527) Inline comments must start with a capital letter, digit or 3-dots sequence
(#527) Inline comments must end in full-stops, exclamation marks, or question marks
(#527) 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"
(#528) Expected "if (...) {\n"; found "if(...){\n"
(#528) Expected 1 space after IF keyword; 0 found
(#528) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#529) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#529) Expected 1 space after closing parenthesis; found 0
(#530) Expected at least 1 space before "="; 0 found
(#530) Expected at least 1 space after "="; 0 found
(#530) Expected 1 space before "="; 0 found
(#530) Expected 1 space after "="; 0 found
(#533) Inline comments must start with a capital letter, digit or 3-dots sequence
(#533) Inline comments must end in full-stops, exclamation marks, or question marks
(#533) 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"
(#534) Expected "if (...) {\n"; found "if(...){\n"
(#534) Expected 1 space after IF keyword; 0 found
(#534) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#535) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#535) Expected 1 space after closing parenthesis; found 0
(#536) Expected at least 1 space before "="; 0 found
(#536) Expected at least 1 space after "="; 0 found
(#536) Expected 1 space before "="; 0 found
(#536) Expected 1 space after "="; 0 found
(#539) Expected "if (...) {\n"; found "if(...){\n"
(#539) Expected 1 space after IF keyword; 0 found
(#539) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#540) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#540) Expected 1 space after closing parenthesis; found 0
(#541) Expected at least 1 space before "="; 0 found
(#541) Expected at least 1 space after "="; 0 found
(#541) Expected 1 space before "="; 0 found
(#541) Expected 1 space after "="; 0 found
(#547) Inline comments must start with a capital letter, digit or 3-dots sequence
(#547) Inline comments must end in full-stops, exclamation marks, or question marks
(#547) No space found before comment text; expected "// we do a fuzzy check for various anomalies that can occur" but found "//we do a fuzzy check for various anomalies that can occur"
(#548) Expected "if (...) {\n"; found "if(...){\n"
(#548) Expected 1 space after IF keyword; 0 found
(#548) Expected 1 space after closing parenthesis; found 0
(#549) Inline comments must start with a capital letter, digit or 3-dots sequence
(#549) Inline comments must end in full-stops, exclamation marks, or question marks
(#549) No space found before comment text; expected "// distance from passage location to transcript location" but found "//distance from passage location to transcript location"
(#550) Expected at least 1 space after "="; 0 found
(#550) Expected 1 space after "="; 0 found
(#552) Inline comments must start with a capital letter, digit or 3-dots sequence
(#552) Inline comments must end in full-stops, exclamation marks, or question marks
(#552) No space found before comment text; expected "// distance between passage location and transcript length" but found "//distance between passage location and transcript length"
(#553) Expected at least 1 space after "="; 0 found
(#553) Expected 1 space after "="; 0 found
(#555) Inline comments must start with a capital letter, digit or 3-dots sequence
(#555) Inline comments must end in full-stops, exclamation marks, or question marks
(#555) No space found before comment text; expected "// ratio of alternates to full matches" but found "//ratio of alternates to full matches"
(#557) Expected "if (...) {\n"; found "if(...) {\n"
(#557) Expected 1 space after IF keyword; 0 found
(#559) Expected 1 space after closing brace; 0 found
(#559) Expected "} else {\n"; found "}else{\n"
(#559) Expected 1 space after ELSE keyword; 0 found
(#560) Expected at least 1 space before "="; 0 found
(#560) Expected at least 1 space after "="; 0 found
(#560) Expected 1 space before "="; 0 found
(#560) Expected 1 space after "="; 0 found
(#563) Inline comments must start with a capital letter, digit or 3-dots sequence
(#563) No space found before comment text; expected "// common is short matches after speaking ends" but found "//common is short matches after speaking ends"
(#564) No space found before comment text; expected "// particularly dangerous are wildcards and alternates" but found "//particularly dangerous are wildcards and alternates"
(#565) Line exceeds 132 characters; contains 134 characters
(#565) No space found before comment text; expected "// The gist of this is that if the passage match leaps far ahead of the transcript position it looks like a bogus match" but found "//The gist of this is that if the passage match leaps far ahead of the transcript position it looks like a bogus match"
(#566) Line exceeds 132 characters; contains 140 characters
(#569) Line exceeds 132 characters; contains 137 characters
(#569) Inline comments must end in full-stops, exclamation marks, or question marks
(#569) No space found before comment text; expected "// [alternatively we might see if the sequence is up until the last transcribed word (which is where it occurs most often]" but found "//[alternatively we might see if the sequence is up until the last transcribed word (which is where it occurs most often]"
(#572) Expected at least 1 space before "<"; 0 found
(#572) Expected at least 1 space after "<"; 0 found
(#572) Expected 1 space before "<"; 0 found
(#572) Expected 1 space after "<"; 0 found
(#577) Expected "if (...) {\n"; found "if(...){"
(#577) Expected 1 space after IF keyword; 0 found
(#577) Expected 1 space after closing parenthesis; found 0
(#577) Newline required after opening brace
(#577) Closing brace must be on a line by itself
(#579) Inline comments must start with a capital letter, digit or 3-dots sequence
(#579) No space found before comment text; expected "// record sequence as :" but found "//record sequence as :"
(#580) No space found before comment text; expected "// i) matched and" but found "//i) matched and"
(#581) 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."
(#582) Inline comments must end in full-stops, exclamation marks, or question marks
(#582) No space found before comment text; expected "// Then store sequence in prior sequences" but found "//Then store sequence in prior sequences"
(#583) Expected "for (...) {\n"; found "for(...){\n"
(#583) Expected 1 space after FOR keyword; 0 found
(#583) Expected at least 1 space before "="; 0 found
(#583) Expected at least 1 space after "="; 0 found
(#583) Expected 1 space before "="; 0 found
(#583) Expected 1 space after "="; 0 found
(#583) Expected 1 space after closing parenthesis; found 0
(#584) Inline comments must start with a capital letter, digit or 3-dots sequence
(#584) Inline comments must end in full-stops, exclamation marks, or question marks
(#584) No space found before comment text; expected "// word position in sequence ( 0 = first )" but found "//word position in sequence ( 0 = first )"
(#586) Inline comments must end in full-stops, exclamation marks, or question marks
(#586) 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"
(#588) Inline comments must start with a capital letter, digit or 3-dots sequence
(#588) No space found before comment text; expected "// was this an alternatives match?" but found "//was this an alternatives match?"
(#589) Expected "if (...) {\n"; found "if(...){\n"
(#589) Expected 1 space after IF keyword; 0 found
(#589) No space found after comma in argument list
(#589) Commas (,) must be followed by white space.
(#589) Expected 1 space between the comma and "$sequence". Found: no spaces
(#589) Expected 1 space after closing parenthesis; found 0
(#590) Expected at least 1 space before "="; 0 found
(#590) Expected at least 1 space after "="; 0 found
(#590) Expected 1 space before "="; 0 found
(#590) Expected 1 space after "="; 0 found
(#591) Expected 1 space after closing brace; 0 found
(#591) Expected "} else {\n"; found "}else{\n"
(#591) Expected 1 space after ELSE keyword; 0 found
(#592) Expected at least 1 space before "="; 0 found
(#592) Expected at least 1 space after "="; 0 found
(#592) Expected 1 space before "="; 0 found
(#592) Expected 1 space after "="; 0 found
(#595) Expected at least 1 space before "="; 0 found
(#595) Expected at least 1 space after "="; 0 found
(#595) Expected 1 space before "="; 0 found
(#595) Expected 1 space after "="; 0 found
(#595) Commas (,) must be followed by white space.
(#595) Expected 1 space between the comma and "$tposition". Found: no spaces
(#595) Commas (,) must be followed by white space.
(#595) Expected 1 space between the comma and "$altmatch". Found: no spaces
(#600) Inline comments must start with a capital letter, digit or 3-dots sequence
(#600) Inline comments must end in full-stops, exclamation marks, or question marks
(#600) No space found before comment text; expected "// we are debugging return an array with some data we can look at" but found "//we are debugging return an array with some data we can look at"
(#601) Expected "if (...) {\n"; found "if(...){\n"
(#601) Expected 1 space after IF keyword; 0 found
(#601) Expected 1 space after closing parenthesis; found 0
(#602) Commas (,) must be followed by white space.
(#602) Expected 1 space between the comma and "$priorsequences". Found: no spaces
(#603) Expected 1 space after closing brace; 0 found
(#603) Expected "} else {\n"; found "}else{\n"
(#603) Expected 1 space after ELSE keyword; 0 found
(#624) Missing docblock for function applyWildcards
(#624) Public method name "diff::applyWildcards" must be in lower-case letters only
(#624) Expected 1 space between comma and argument "$passagebits"; 0 found
(#624) Commas (,) must be followed by white space.
(#624) Expected 1 space between the comma and "$passagebits". Found: no spaces
(#624) Expected 1 space between comma and argument "$wildcards"; 0 found
(#624) Commas (,) must be followed by white space.
(#624) Expected 1 space between the comma and "$wildcards". Found: no spaces
(#624) Expected 1 space before opening brace; found 0
(#625) Inline comments must start with a capital letter, digit or 3-dots sequence
(#625) Inline comments must end in full-stops, exclamation marks, or question marks
(#625) No space found before comment text; expected "// do a sanity check" but found "//do a sanity check"
(#626) Expected "if (...) {\n"; found "if(...){\n"
(#626) Expected 1 space after IF keyword; 0 found
(#626) Expected at least 1 space before "==="; 0 found
(#626) Expected at least 1 space after "==="; 0 found
(#626) Expected 1 space before "==="; 0 found
(#626) Expected 1 space after "==="; 0 found
(#626) Expected 1 space after closing parenthesis; found 0
(#629) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#631) Variable "last_tposition" must not contain underscores.
(#631) Expected at least 1 space before "="; 0 found
(#631) Expected at least 1 space after "="; 0 found
(#631) Expected 1 space before "="; 0 found
(#631) Expected 1 space after "="; 0 found
(#632) Variable "last_p" must not contain underscores.
(#632) Expected at least 1 space before "="; 0 found
(#632) Expected at least 1 space after "="; 0 found
(#632) Expected 1 space before "="; 0 found
(#632) Expected 1 space after "="; 0 found
(#634) Inline comments must start with a capital letter, digit or 3-dots sequence
(#634) No space found before comment text; expected "// we do not want to go more than one beyond the last true matched passage word" but found "//we do not want to go more than one beyond the last true matched passage word"
(#635) Inline comments must end in full-stops, exclamation marks, or question marks
(#635) No space found before comment text; expected "// here we find the last passage match" but found "//here we find the last passage match"
(#636) Expected "for (...) {\n"; found "for(...){\n"
(#636) Expected 1 space after FOR keyword; 0 found
(#636) Expected at least 1 space before "="; 0 found
(#636) Expected at least 1 space after "="; 0 found
(#636) Expected 1 space before "="; 0 found
(#636) Expected 1 space after "="; 0 found
(#636) Expected at least 1 space before "-"; 0 found
(#636) Expected at least 1 space after "-"; 0 found
(#636) Expected 1 space before "-"; 0 found
(#636) Expected 1 space after "-"; 0 found
(#636) Expected 1 space after first semicolon of FOR loop; 0 found
(#636) Expected at least 1 space before ">="; 0 found
(#636) Expected at least 1 space after ">="; 0 found
(#636) Expected 1 space before ">="; 0 found
(#636) Expected 1 space after ">="; 0 found
(#636) Expected 1 space after second semicolon of FOR loop; 0 found
(#636) Expected 1 space after closing parenthesis; found 0
(#637) Expected "if (...) {\n"; found "if(...){\n"
(#637) Expected 1 space after IF keyword; 0 found
(#637) Expected at least 1 space before "=="; 0 found
(#637) Expected at least 1 space after "=="; 0 found
(#637) Expected 1 space before "=="; 0 found
(#637) Expected 1 space after "=="; 0 found
(#637) Expected 1 space after closing parenthesis; found 0
(#638) Variable "last_p" must not contain underscores.
(#638) Expected at least 1 space before "="; 0 found
(#638) Expected at least 1 space after "="; 0 found
(#638) Expected 1 space before "="; 0 found
(#638) Expected 1 space after "="; 0 found
(#642) Inline comments must end in full-stops, exclamation marks, or question marks
(#642) No space found before comment text; expected "// If there is another passage word after that, it becomes the last possible wildcard match" but found "//If there is another passage word after that, it becomes the last possible wildcard match"
(#643) Expected "if (...) {\n"; found "if(...){\n"
(#643) Expected 1 space after IF keyword; 0 found
(#643) Variable "last_p" must not contain underscores.
(#643) Expected at least 1 space before "<"; 0 found
(#643) Expected at least 1 space after "<"; 0 found
(#643) Expected 1 space before "<"; 0 found
(#643) Expected 1 space after "<"; 0 found
(#643) Expected 1 space after closing parenthesis; found 0
(#644) Variable "last_p" must not contain underscores.
(#644) Variable "last_p" must not contain underscores.
(#647) Inline comments must start with a capital letter, digit or 3-dots sequence
(#647) Inline comments must end in full-stops, exclamation marks, or question marks
(#647) No space found before comment text; expected "// loop through to last acceptable passage word looking for wildcards" but found "//loop through to last acceptable passage word looking for wildcards"
(#648) Expected "for (...) {\n"; found "for(...){\n"
(#648) Expected 1 space after FOR keyword; 0 found
(#648) Expected at least 1 space before "="; 0 found
(#648) Expected at least 1 space after "="; 0 found
(#648) Expected 1 space before "="; 0 found
(#648) Expected 1 space after "="; 0 found
(#648) Expected 1 space after first semicolon of FOR loop; 0 found
(#648) Expected at least 1 space before "<="; 0 found
(#648) Expected at least 1 space after "<="; 0 found
(#648) Expected 1 space before "<="; 0 found
(#648) Expected 1 space after "<="; 0 found
(#648) Variable "last_p" must not contain underscores.
(#648) Expected 1 space after second semicolon of FOR loop; 0 found
(#648) Expected 1 space after closing parenthesis; found 0
(#649) Expected "if (...) {\n"; found "if(...){\n"
(#649) Expected 1 space after IF keyword; 0 found
(#649) Expected at least 1 space before "=="; 0 found
(#649) Expected at least 1 space after "=="; 0 found
(#649) Expected 1 space before "=="; 0 found
(#649) Expected 1 space after "=="; 0 found
(#649) No space found after comma in argument list
(#649) Commas (,) must be followed by white space.
(#649) Expected 1 space between the comma and "$wildcards". Found: no spaces
(#649) Expected 1 space after closing parenthesis; found 0
(#650) Expected at least 1 space before "="; 0 found
(#650) Expected at least 1 space after "="; 0 found
(#650) Expected 1 space before "="; 0 found
(#650) Expected 1 space after "="; 0 found
(#650) Commas (,) must be followed by white space.
(#650) Expected 1 space between the comma and "$last_tposition". Found: no spaces
(#650) Variable "last_tposition" must not contain underscores.
(#650) Commas (,) must be followed by white space.
(#650) Expected 1 space between the comma and "self". Found: no spaces
(#651) Expected 1 space after closing brace; 0 found
(#651) Expected "} else if (...) {\n"; found "}else if(...){\n"
(#651) Expected "if (...) {\n"; found "if(...){\n"
(#651) Expected 1 space after IF keyword; 0 found
(#651) Expected at least 1 space before "=="; 0 found
(#651) Expected at least 1 space after "=="; 0 found
(#651) Expected 1 space before "=="; 0 found
(#651) Expected 1 space after "=="; 0 found
(#651) Expected 1 space after closing parenthesis; found 0
(#652) Variable "last_tposition" must not contain underscores.
(#652) Expected at least 1 space before "="; 0 found
(#652) Expected at least 1 space after "="; 0 found
(#652) Expected 1 space before "="; 0 found
(#652) Expected 1 space after "="; 0 found
(#659) A closing tag is not permitted at the end of a PHP file
public/mod/assign/feedback/cloudpoodll/classes/external.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#5) Incorrect @package tag for file external.php. Expected assignfeedback_cloudpoodll, found mod_solo.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#14) Inline comments must end in full-stops, exclamation marks, or question marks
(#14) No space found before comment text; expected "// This is for pre M4.0 and post M4.0 to work on same code base" but found "//This is for pre M4.0 and post M4.0 to work on same code base"
(#37) Opening brace must not be followed by a blank line
(#39) Missing docblock for function check_grammar
(#39) Expected 1 space between comma and argument "$language"; 0 found
(#39) Commas (,) must be followed by white space.
(#39) Expected 1 space between the comma and "$language". Found: no spaces
(#45) The use of function extract() is forbidden
(#50) No space found after comma in argument list
(#50) Commas (,) must be followed by white space.
(#50) Expected 1 space between the comma and "$text". Found: no spaces
(#50) No space found after comma in argument list
(#50) Commas (,) must be followed by white space.
(#50) Expected 1 space between the comma and "$region". Found: no spaces
(#50) No space found after comma in argument list
(#50) Commas (,) must be followed by white space.
(#50) Expected 1 space between the comma and "$language". Found: no spaces
(#52) Expected "if (...) {\n"; found "if(...){\n"
(#52) Expected 1 space after IF keyword; 0 found
(#52) Expected at least 1 space before "=="; 0 found
(#52) Expected at least 1 space after "=="; 0 found
(#52) Expected 1 space before "=="; 0 found
(#52) Expected 1 space after "=="; 0 found
(#52) 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 "// if we have suggestions, mark those up and return them" but found "//if we have suggestions, mark those up and return them"
(#57) Expected at least 1 space before "="; 0 found
(#57) Expected at least 1 space after "="; 0 found
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) No space found before comment text; expected "// "l2r";" but found "//"l2r";"
(#58) Long list syntax is not allowed
(#58) Commas (,) must be followed by white space.
(#58) Expected 1 space between the comma and "$grammarmatches". Found: no spaces
(#58) Commas (,) must be followed by white space.
(#58) Expected 1 space between the comma and "$insertioncount". Found: no spaces
(#58) No space found after comma in argument list
(#58) Commas (,) must be followed by white space.
(#58) Expected 1 space between the comma and "$direction". Found: no spaces
(#58) Line exceeds 132 characters; contains 160 characters
(#59) No space found after comma in argument list
(#59) Commas (,) must be followed by white space.
(#59) Expected 1 space between the comma and "'corrections'". Found: no spaces
(#69) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#71) Missing docblock for function check_grammar_parameters
(#74) There should be a comma after the last array item in a multi-line array.
(#78) Missing docblock for function check_grammar_returns
(#82) Missing docblock for function render_diffs
(#82) Expected 1 space between comma and argument "$corrections"; 0 found
(#82) Commas (,) must be followed by white space.
(#82) Expected 1 space between the comma and "$corrections". Found: no spaces
(#88) The use of function extract() is forbidden
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) No space found before comment text; expected "// if we have suggestions, mark those up and return them" but found "//if we have suggestions, mark those up and return them"
(#91) Expected at least 1 space before "="; 0 found
(#91) Expected at least 1 space after "="; 0 found
(#91) Expected 1 space before "="; 0 found
(#91) Expected 1 space after "="; 0 found
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) No space found before comment text; expected "// "l2r";" but found "//"l2r";"
(#92) Long list syntax is not allowed
(#92) Commas (,) must be followed by white space.
(#92) Expected 1 space between the comma and "$grammarmatches". Found: no spaces
(#92) Commas (,) must be followed by white space.
(#92) Expected 1 space between the comma and "$insertioncount". Found: no spaces
(#92) No space found after comma in argument list
(#92) Commas (,) must be followed by white space.
(#92) Expected 1 space between the comma and "$direction". Found: no spaces
(#92) Line exceeds 132 characters; contains 163 characters
(#93) No space found after comma in argument list
(#93) Commas (,) must be followed by white space.
(#93) Expected 1 space between the comma and "'corrections'". Found: no spaces
(#103) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#105) Missing docblock for function render_diffs_parameters
(#108) There should be a comma after the last array item in a multi-line array.
(#112) Missing docblock for function render_diffs_returns
(#118) The closing brace for the class must go on the next line after the body
public/mod/assign/feedback/cloudpoodll/classes/output/renderer.php
(#30) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#32) Missing docblock for class renderer
(#32) Opening brace must not be followed by a blank line
(#34) Missing docblock for function fetch_delete_feedback
(#36) Opening parenthesis of a multi-line function call must be the last content on the line
(#37) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#38) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#38) Short array syntax must be used to define arrays
(#39) Multi-line function call not indented correctly; expected 8 spaces but found 24
(#39) Closing parenthesis of a multi-line function call must be on a line by itself
(#44) Missing docblock for function prepare_current_feedback
(#46) Short array syntax must be used to define arrays
(#48) Short array syntax must be used to define arrays
(#49) Line exceeds 132 characters; contains 140 characters
(#50) Opening parenthesis of a multi-line function call must be the last content on the line
(#50) Only one argument is allowed per line in a multi-line function call
(#51) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#51) Short array syntax must be used to define arrays
(#51) Closing parenthesis of a multi-line function call must be on a line by itself
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Blank line found at end of control structure
(#71) Blank line found at end of control structure
(#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
(#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
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) There should be a comma after the last array item in a multi-line array.
(#164) Space found before comma in argument list
(#164) Expected no space between "subtype" and the comma. Found: 1 space
(#164) Line exceeds 132 characters; contains 176 characters
(#165) Space found before comma in argument list
(#165) Expected no space between "subtype" and the comma. Found: 1 space
(#165) Line exceeds 132 characters; contains 177 characters
(#169) Opening parenthesis of a multi-line function call must be the last content on the line
(#169) Only one argument is allowed per line in a multi-line function call
(#170) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#170) Short array syntax must be used to define arrays
(#170) Closing parenthesis of a multi-line function call must be on a line by itself
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) The closing brace for the class must go on the next line after the body
public/mod/assign/feedback/cloudpoodll/classes/privacy/provider.php
(#31) Import statements must not begin with a leading backslash
(#32) Import statements must not begin with a leading backslash
(#33) Import statements must not begin with a leading backslash
(#34) Import statements must not begin with a leading backslash
(#35) Import statements must not begin with a leading backslash
(#36) Import statements must not begin with a leading backslash
(#37) Import statements must not begin with a leading backslash
(#38) Import statements must not begin with a leading backslash
(#47) The interface names in a "class implements" statement should be ordered alphabetically. Expected: metadataprovider, assignfeedback_provider; Found: assignfeedback_provider, metadataprovider
(#47) Opening brace must not be followed by a blank line
(#55) There must not be a space before the colon in a return type declaration
(#59) There should be a comma after the last array item in a multi-line array.
(#96) Expected at least 1 space before "="; 0 found
(#96) Expected at least 1 space after "="; 0 found
(#96) Expected 1 space before "="; 0 found
(#96) Expected 1 space after "="; 0 found
(#97) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#97) Expected 1 space after FOREACH keyword; 0 found
(#97) Expected 1 space after closing parenthesis; found 0
(#98) Expected 1 space after SWITCH keyword; 0 found
(#98) Expected 1 space after closing parenthesis; found 0
(#100) Expected "if (...) {\n"; found "if(...){"
(#100) Expected 1 space after IF keyword; 0 found
(#100) Expected 1 space after closing parenthesis; found 0
(#100) Newline required after opening brace
(#100) Closing brace must be on a line by itself
(#102) Expected "if (...) {\n"; found "if(...) {\n"
(#102) Expected 1 space after IF keyword; 0 found
(#107) Expected "if (...) {\n"; found "if(...){"
(#107) Expected 1 space after IF keyword; 0 found
(#107) Expected 1 space after closing parenthesis; found 0
(#107) Newline required after opening brace
(#107) Closing brace must be on a line by itself
(#109) Expected "if (...) {\n"; found "if(...) {\n"
(#109) Expected 1 space after IF keyword; 0 found
(#114) Expected "if (...) {\n"; found "if(...){"
(#114) Expected 1 space after IF keyword; 0 found
(#114) Expected 1 space after closing parenthesis; found 0
(#114) Newline required after opening brace
(#114) Closing brace must be on a line by itself
(#118) Expected "if (...) {\n"; found "if(...){"
(#118) Expected 1 space after IF keyword; 0 found
(#118) Expected 1 space after closing parenthesis; found 0
(#118) Newline required after opening brace
(#118) Closing brace must be on a line by itself
(#122) Expected "if (...) {\n"; found "if(...){"
(#122) Expected 1 space after IF keyword; 0 found
(#122) Expected 1 space after closing parenthesis; found 0
(#122) Newline required after opening brace
(#122) Closing brace must be on a line by itself
(#128) Expected "if (...) {\n"; found "if(...){\n"
(#128) Expected 1 space after IF keyword; 0 found
(#128) Expected 1 space after closing parenthesis; found 0
(#130) Opening parenthesis of a multi-line function call must be the last content on the line
(#131) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#131) Closing parenthesis of a multi-line function call must be on a line by itself
public/mod/assign/feedback/cloudpoodll/classes/task/cloudpoodll_s3_adhoc.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Import statements must not begin with a leading backslash
(#30) Import statements must not begin with a leading backslash
(#40) Opening brace must not be followed by a blank line
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) This comment is 67% valid code; is this commented out code?
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Missing docblock for function do_retry
(#88) Expected "if (...) {\n"; found "if(...){\n"
(#88) Expected 1 space after IF keyword; 0 found
(#88) Expected 1 space after closing parenthesis; found 0
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) No space found before comment text; expected "// after 24 hours we give up" but found "//after 24 hours we give up"
(#92) Blank line found at end of control structure
(#93) Expected 1 space after closing brace; 0 found
(#93) Usage of ELSEIF not allowed; use ELSE IF instead
(#94) No space found before comment text; expected "// 15 minute delay" but found "//15 minute delay"
(#96) Expected 1 space after closing brace; 0 found
(#96) Expected "} else {\n"; found "}else{\n"
(#96) Expected 1 space after ELSE keyword; 0 found
(#97) No space found before comment text; expected "// 30 second delay" but found "//30 second delay"
(#101) Variable "s3_task" must not contain underscores.
(#102) Variable "s3_task" must not contain underscores.
(#103) Variable "s3_task" must not contain underscores.
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) No space found before comment text; expected "// if we do not set the next run time it can extend the current cron job indef with a recurring task" but found "//if we do not set the next run time it can extend the current cron job indef with a recurring task"
(#105) Variable "s3_task" must not contain underscores.
(#105) Expected at least 1 space before "+"; 0 found
(#105) Expected at least 1 space after "+"; 0 found
(#105) Expected 1 space before "+"; 0 found
(#105) Expected 1 space after "+"; 0 found
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Variable "s3_task" must not contain underscores.
(#110) Missing docblock for function do_forever_fail
(#114) Expected 1 blank line at end of file; 2 found
(#114) The closing brace for the class must go on the next line after the body
public/mod/assign/feedback/cloudpoodll/classes/textanalyser.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#38) Opening brace must not be followed by a blank line
(#59) Missing docblock for function get_cloud_poodll_server
(#70) Expected 5 spaces before asterisk; 9 found
(#71) Expected 5 spaces before asterisk; 9 found
(#72) Expected 5 spaces before asterisk; 9 found
(#73) Expected 1 space between comma and argument "$passage"; 0 found
(#73) Commas (,) must be followed by white space.
(#73) Expected 1 space between the comma and "$passage". Found: no spaces
(#73) Expected 1 space between comma and argument "$language"; 2 found
(#73) Expected 1 space between the comma and "$language". Found: 2 spaces
(#73) Expected 1 space between comma and argument "$targetembedding"; 0 found
(#73) Commas (,) must be followed by white space.
(#73) Expected 1 space between the comma and "$targetembedding". Found: no spaces
(#73) Incorrect spacing between argument "$targetembedding" and equals sign; expected 1 but found 0
(#73) Incorrect spacing between default value and equals sign for argument "$targetembedding"; expected 1 but found 0
(#73) Incorrect spacing between argument "$userlanguage" and equals sign; expected 1 but found 0
(#73) Incorrect spacing between default value and equals sign for argument "$userlanguage"; expected 1 but found 0
(#73) Expected 1 space before opening brace; found 0
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) No space found before comment text; expected "// fetch lang server url, services incl. 'transcribe' , 'lm', 'lt', 'spellcheck'" but found "//fetch lang server url, services incl. 'transcribe' , 'lm', 'lt', 'spellcheck'"
(#83) Missing docblock for function fetch_lang_server_url
(#83) Incorrect spacing between argument "$service" and equals sign; expected 1 but found 0
(#83) Incorrect spacing between default value and equals sign for argument "$service"; expected 1 but found 0
(#83) Expected 1 space before opening brace; found 0
(#84) Expected 1 space after SWITCH keyword; 0 found
(#98) Missing docblock for function fetch_sentence_stats
(#98) Incorrect spacing between argument "$passage" and equals sign; expected 1 but found 0
(#98) Incorrect spacing between default value and equals sign for argument "$passage"; expected 1 but found 0
(#98) Expected 1 space before opening brace; found 0
(#100) Expected "if (...) {\n"; found "if(...){\n"
(#100) Expected 1 space after IF keyword; 0 found
(#100) Expected 1 space after closing parenthesis; found 0
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) No space found before comment text; expected "// count sentences" but found "//count sentences"
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) No space found before comment text; expected "// longest sentence length" but found "//longest sentence length"
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) No space found before comment text; expected "// average sentence length" but found "//average sentence length"
(#111) Expected at least 1 space before "="; 0 found
(#111) Expected at least 1 space after "="; 0 found
(#111) Expected 1 space before "="; 0 found
(#111) Expected 1 space after "="; 0 found
(#112) Expected at least 1 space before "="; 0 found
(#112) Expected at least 1 space after "="; 0 found
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#114) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#114) Expected 1 space after FOREACH keyword; 0 found
(#114) Expected 1 space after closing parenthesis; found 0
(#115) No space found after comma in argument list
(#115) Commas (,) must be followed by white space.
(#115) Expected 1 space between the comma and "0". Found: no spaces
(#116) Expected "if (...) {\n"; found "if(...){\n"
(#116) Expected 1 space after IF keyword; 0 found
(#116) Expected at least 1 space before ">"; 0 found
(#116) Expected at least 1 space after ">"; 0 found
(#116) Expected 1 space before ">"; 0 found
(#116) Expected 1 space after ">"; 0 found
(#116) Expected 1 space after closing parenthesis; found 0
(#117) Expected at least 1 space after "="; 0 found
(#117) Expected 1 space after "="; 0 found
(#119) Expected at least 1 space before "+="; 0 found
(#119) Expected at least 1 space after "+="; 0 found
(#119) Expected 1 space before "+="; 0 found
(#119) Expected 1 space after "+="; 0 found
(#121) Expected "if (...) {\n"; found "if(...){\n"
(#121) Expected 1 space after IF keyword; 0 found
(#121) Expected at least 1 space before ">"; 0 found
(#121) Expected at least 1 space after ">"; 0 found
(#121) Expected 1 space before ">"; 0 found
(#121) Expected 1 space after ">"; 0 found
(#121) Expected at least 1 space before ">"; 0 found
(#121) Expected at least 1 space after ">"; 0 found
(#121) Expected 1 space before ">"; 0 found
(#121) Expected 1 space after ">"; 0 found
(#121) Expected 1 space after closing parenthesis; found 0
(#122) Expected at least 1 space before "="; 0 found
(#122) Expected at least 1 space after "="; 0 found
(#122) Expected 1 space before "="; 0 found
(#122) Expected 1 space after "="; 0 found
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) No space found before comment text; expected "// return values" but found "//return values"
(#126) Expected at least 1 space before "=>"; 0 found
(#126) Expected at least 1 space after "=>"; 0 found
(#126) Expected 1 space before "=>"; 0 found
(#126) Expected 1 space after "=>"; 0 found
(#126) Commas (,) must be followed by white space.
(#126) Expected 1 space between the comma and "'sentenceavg'". Found: no spaces
(#126) Expected at least 1 space before "=>"; 0 found
(#126) Expected at least 1 space after "=>"; 0 found
(#126) Expected 1 space before "=>"; 0 found
(#126) Expected 1 space after "=>"; 0 found
(#126) Commas (,) must be followed by white space.
(#126) Expected 1 space between the comma and "'sentencelongest'". Found: no spaces
(#126) Expected at least 1 space before "=>"; 0 found
(#126) Expected at least 1 space after "=>"; 0 found
(#126) Expected 1 space before "=>"; 0 found
(#126) Expected 1 space after "=>"; 0 found
(#129) Missing docblock for function is_english
(#129) Expected 1 space before opening brace; found 0
(#130) No space found after comma in argument list
(#130) Commas (,) must be followed by white space.
(#130) Expected 1 space between the comma and "'en'". Found: no spaces
(#130) Expected at least 1 space before "==="; 0 found
(#130) Expected at least 1 space after "==="; 0 found
(#130) Expected 1 space before "==="; 0 found
(#130) Expected 1 space after "==="; 0 found
(#134) Missing docblock for function fetch_word_stats
(#134) Incorrect spacing between argument "$passage" and equals sign; expected 1 but found 0
(#134) Incorrect spacing between default value and equals sign for argument "$passage"; expected 1 but found 0
(#136) Expected "if (...) {\n"; found "if(...){\n"
(#136) Expected 1 space after IF keyword; 0 found
(#136) Expected 1 space after closing parenthesis; found 0
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) No space found before comment text; expected "// prepare data" but found "//prepare data"
(#141) Variable "is_english" must not contain underscores.
(#141) Expected at least 1 space before "="; 0 found
(#141) Expected at least 1 space after "="; 0 found
(#141) Expected 1 space before "="; 0 found
(#141) Expected 1 space after "="; 0 found
(#143) No space found after comma in argument list
(#143) Commas (,) must be followed by white space.
(#143) Expected 1 space between the comma and "1". Found: no spaces
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) No space found before comment text; expected "// returns array for format 1" but found "//returns array for format 1"
(#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 "// unique words" but found "//unique words"
(#150) Inline comments must start with a capital letter, digit or 3-dots sequence
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) No space found before comment text; expected "// long words" but found "//long words"
(#153) Expected "if (...) {\n"; found "if(...) {\n"
(#153) Expected 1 space after IF keyword; 0 found
(#153) Variable "is_english" must not contain underscores.
(#157) Expected 1 space after closing brace; 0 found
(#157) Expected "} else {\n"; found "}else{\n"
(#157) Expected 1 space after ELSE keyword; 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 "// return results" but found "//return results"
(#165) Expected at least 1 space before "=>"; 0 found
(#165) Expected at least 1 space after "=>"; 0 found
(#165) Expected 1 space before "=>"; 0 found
(#165) Expected 1 space after "=>"; 0 found
(#165) Commas (,) must be followed by white space.
(#165) Expected 1 space between the comma and "'wordsunique'". Found: no spaces
(#165) Expected at least 1 space before "=>"; 0 found
(#165) Expected at least 1 space after "=>"; 0 found
(#165) Expected 1 space before "=>"; 0 found
(#165) Expected 1 space after "=>"; 0 found
(#165) Commas (,) must be followed by white space.
(#165) Expected 1 space between the comma and "'wordslong'". Found: no spaces
(#165) Expected at least 1 space before "=>"; 0 found
(#165) Expected at least 1 space after "=>"; 0 found
(#165) Expected 1 space before "=>"; 0 found
(#165) Expected 1 space after "=>"; 0 found
(#173) Missing docblock for function mb_count_words
(#173) Expected 1 space between comma and argument "$format"; 2 found
(#173) Expected 1 space between the comma and "$format". Found: 2 spaces
(#173) Incorrect spacing between argument "$format" and equals sign; expected 1 but found 0
(#173) Incorrect spacing between default value and equals sign for argument "$format"; expected 1 but found 0
(#174) 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 "// wordcount will be different for different languages" but found "//wordcount will be different for different languages"
(#177) Expected 1 space after SWITCH keyword; 0 found
(#177) Expected 1 space after closing parenthesis; found 0
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) No space found before comment text; expected "// arabic" but found "//arabic"
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) No space found before comment text; expected "// remove double spaces and count spaces remaining to estimate words" but found "//remove double spaces and count spaces remaining to estimate words"
(#182) Expected at least 1 space before "="; 0 found
(#182) Expected 1 space before "="; 0 found
(#183) Expected 1 space after SWITCH keyword; 0 found
(#183) Expected 1 space after closing parenthesis; found 0
(#183) Blank line found at start of control structure
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) No space found before comment text; expected "// Chinese / Japanese / Korean - we do not do words, just characters" but found "//Chinese / Japanese / Korean - we do not do words, just characters"
(#200) Variable "characterArray" must be all lower-case
(#201) Expected 1 space after SWITCH keyword; 0 found
(#201) Expected 1 space after closing parenthesis; found 0
(#203) Expected at least 1 space after "="; 0 found
(#203) Expected 1 space after "="; 0 found
(#203) Variable "characterArray" must be all lower-case
(#207) Variable "characterArray" must be all lower-case
(#211) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#213) Inline comments must start with a capital letter, digit or 3-dots sequence
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) No space found before comment text; expected "// others" but found "//others"
(#217) Inline comments must start with a capital letter, digit or 3-dots sequence
(#217) This comment is 73% valid code; is this commented out code?
(#217) No space found before comment text; expected "// $wordcount = str_word_count($string,$format);" but found "//$wordcount = str_word_count($string,$format);"
(#218) Expected 1 space after SWITCH keyword; 0 found
(#218) Expected 1 space after closing parenthesis; found 0
(#218) Blank line found at start of control structure
(#225) Line indented incorrectly; expected at least 24 spaces, found 23
(#227) Blank line found at end of control structure
(#239) 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
(#250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) Short array syntax must be used to define arrays
(#251) Commas (,) must be followed by white space.
(#251) Expected 1 space between the comma and "'AE'". Found: no spaces
(#251) Commas (,) must be followed by white space.
(#251) Expected 1 space between the comma and "'AI'". Found: no spaces
(#251) Commas (,) must be followed by white space.
(#251) Expected 1 space between the comma and "'AO'". Found: no spaces
(#251) Commas (,) must be followed by white space.
(#251) Expected 1 space between the comma and "'AU'". Found: no spaces
(#252) Commas (,) must be followed by white space.
(#252) Expected 1 space between the comma and "'EE'". Found: no spaces
(#252) Commas (,) must be followed by white space.
(#252) Expected 1 space between the comma and "'EI'". Found: no spaces
(#252) Commas (,) must be followed by white space.
(#252) Expected 1 space between the comma and "'EO'". Found: no spaces
(#252) Commas (,) must be followed by white space.
(#252) Expected 1 space between the comma and "'EU'". Found: no spaces
(#253) Commas (,) must be followed by white space.
(#253) Expected 1 space between the comma and "'IE'". Found: no spaces
(#253) Commas (,) must be followed by white space.
(#253) Expected 1 space between the comma and "'II'". Found: no spaces
(#253) Commas (,) must be followed by white space.
(#253) Expected 1 space between the comma and "'IO'". Found: no spaces
(#253) Commas (,) must be followed by white space.
(#253) Expected 1 space between the comma and "'IU'". Found: no spaces
(#254) Commas (,) must be followed by white space.
(#254) Expected 1 space between the comma and "'OE'". Found: no spaces
(#254) Commas (,) must be followed by white space.
(#254) Expected 1 space between the comma and "'OI'". Found: no spaces
(#254) Commas (,) must be followed by white space.
(#254) Expected 1 space between the comma and "'OO'". Found: no spaces
(#254) Commas (,) must be followed by white space.
(#254) Expected 1 space between the comma and "'OU'". Found: no spaces
(#255) Commas (,) must be followed by white space.
(#255) Expected 1 space between the comma and "'UE'". Found: no spaces
(#255) Commas (,) must be followed by white space.
(#255) Expected 1 space between the comma and "'UI'". Found: no spaces
(#255) Commas (,) must be followed by white space.
(#255) Expected 1 space between the comma and "'UO'". Found: no spaces
(#255) Commas (,) must be followed by white space.
(#255) Expected 1 space between the comma and "'UU'". Found: no spaces
(#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
(#261) Short array syntax must be used to define arrays
(#261) Commas (,) must be followed by white space.
(#261) Expected 1 space between the comma and "'E'". Found: no spaces
(#261) Commas (,) must be followed by white space.
(#261) Expected 1 space between the comma and "'I'". Found: no spaces
(#261) Commas (,) must be followed by white space.
(#261) Expected 1 space between the comma and "'O'". Found: no spaces
(#261) Commas (,) must be followed by white space.
(#261) Expected 1 space between the comma and "'U'". Found: no spaces
(#267) Inline comments must start with a capital letter, digit or 3-dots sequence
(#267) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) The CASE body must start on the line following the statement
(#269) Terminating statement must be on a line by itself
(#269) Closing brace must be on a line by itself
(#269) Each PHP statement must be on a line by itself
(#270) The CASE body must start on the line following the statement
(#270) Terminating statement must be on a line by itself
(#270) Closing brace must be on a line by itself
(#270) Each PHP statement must be on a line by itself
(#276) Missing docblock for function process_all_stats
(#276) Incorrect spacing between argument "$targetwords" and equals sign; expected 1 but found 0
(#276) Incorrect spacing between default value and equals sign for argument "$targetwords"; expected 1 but found 0
(#276) Expected 1 space before opening brace; found 0
(#278) No space found after comma in argument list
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space between the comma and "$targetwords". Found: no spaces
(#279) Line indented incorrectly; expected 8 spaces, found 12
(#283) Inline comments must start with a capital letter, digit or 3-dots sequence
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
(#283) No space found before comment text; expected "// something went wrong, but it might be used for grading. Lets give them 100, though it sucks" but found "//something went wrong, but it might be used for grading. Lets give them 100, though it sucks"
(#284) Line indented incorrectly; expected 12 spaces, found 16
(#284) Expected 0 spaces after opening bracket; 1 found
(#284) Expected at least 1 space before "=="; 0 found
(#284) Expected at least 1 space after "=="; 0 found
(#284) Expected 1 space before "=="; 0 found
(#284) Expected 1 space after "=="; 0 found
(#284) Expected at least 1 space before "=="; 0 found
(#284) Expected at least 1 space after "=="; 0 found
(#284) Expected 1 space before "=="; 0 found
(#284) Expected 1 space after "=="; 0 found
(#286) Line indented incorrectly; expected 12 spaces, found 16
(#287) No space found after comma in argument list
(#287) Commas (,) must be followed by white space.
(#287) Expected 1 space between the comma and "$this". Found: no spaces
(#288) No space found after comma in argument list
(#288) Commas (,) must be followed by white space.
(#288) Expected 1 space between the comma and "$this". Found: no spaces
(#289) No space found after comma in argument list
(#289) Commas (,) must be followed by white space.
(#289) Expected 1 space between the comma and "$this". Found: no spaces
(#291) Line indented incorrectly; expected 8 spaces, found 12
(#295) Missing docblock for function process_grammar_correction
(#295) Expected 1 space before opening brace; found 0
(#297) Expected at least 1 space before "="; 0 found
(#297) Expected at least 1 space after "="; 0 found
(#297) Expected 1 space before "="; 0 found
(#297) Expected 1 space after "="; 0 found
(#297) Expected at least 1 space before "=>"; 0 found
(#297) Expected at least 1 space after "=>"; 0 found
(#297) Expected 1 space before "=>"; 0 found
(#297) Expected 1 space after "=>"; 0 found
(#297) Commas (,) must be followed by white space.
(#297) Expected 1 space between the comma and "'gcerrors'". Found: no spaces
(#297) Expected at least 1 space before "=>"; 0 found
(#297) Expected at least 1 space after "=>"; 0 found
(#297) Expected 1 space before "=>"; 0 found
(#297) Expected 1 space after "=>"; 0 found
(#297) Commas (,) must be followed by white space.
(#297) Expected 1 space between the comma and "'gcmatches'". Found: no spaces
(#297) Expected at least 1 space before "=>"; 0 found
(#297) Expected at least 1 space after "=>"; 0 found
(#297) Expected 1 space before "=>"; 0 found
(#297) Expected 1 space after "=>"; 0 found
(#297) Commas (,) must be followed by white space.
(#297) Expected 1 space between the comma and "'gcerrorcount'". Found: no spaces
(#297) Expected at least 1 space before "=>"; 0 found
(#297) Expected at least 1 space after "=>"; 0 found
(#297) Expected 1 space before "=>"; 0 found
(#297) Expected 1 space after "=>"; 0 found
(#298) No space found before comment text; expected "// If this is English then lets see if we can get a grammar correction" but found "//If this is English then lets see if we can get a grammar correction"
(#299) Inline comments must end in full-stops, exclamation marks, or question marks
(#299) Line indented incorrectly; expected at least 8 spaces, found 7
(#300) Expected "if (...) {\n"; found "if(...){\n"
(#300) Expected 1 space after IF keyword; 0 found
(#300) Expected 1 space after closing parenthesis; found 0
(#302) Line indented incorrectly; expected 12 spaces, found 16
(#303) Expected at least 1 space before "="; 0 found
(#303) Expected at least 1 space after "="; 0 found
(#303) Expected 1 space before "="; 0 found
(#303) Expected 1 space after "="; 0 found
(#305) Inline comments must start with a capital letter, digit or 3-dots sequence
(#305) Inline comments must end in full-stops, exclamation marks, or question marks
(#305) No space found before comment text; expected "// fetch and set GC Diffs" but found "//fetch and set GC Diffs"
(#306) Long list syntax is not allowed
(#306) Commas (,) must be followed by white space.
(#306) Expected 1 space between the comma and "$gcmatches". Found: no spaces
(#306) Commas (,) must be followed by white space.
(#306) Expected 1 space between the comma and "$gcinsertioncount". Found: no spaces
(#306) Line exceeds 132 characters; contains 134 characters
(#307) Line indented incorrectly; expected 16 spaces, found 20
(#307) Expected "if (...) {\n"; found "if(...) {\n"
(#307) Expected 1 space after IF keyword; 0 found
(#307) Expected at least 1 space before "&&"; 0 found
(#311) Expected at least 1 space before "="; 0 found
(#311) Expected at least 1 space after "="; 0 found
(#311) Expected 1 space before "="; 0 found
(#311) Expected 1 space after "="; 0 found
(#311) Expected at least 1 space after "+"; 0 found
(#311) Expected 1 space after "+"; 0 found
(#312) Line indented incorrectly; expected 16 spaces, found 20
(#313) Line indented incorrectly; expected 12 spaces, found 16
(#314) Blank line found at end of control structure
(#319) Missing docblock for function process_relevance
(#319) Incorrect spacing between argument "$passage" and equals sign; expected 1 but found 0
(#319) Incorrect spacing between default value and equals sign for argument "$passage"; expected 1 but found 0
(#319) Expected 1 space between comma and argument "$targetembedding"; 0 found
(#319) Commas (,) must be followed by white space.
(#319) Expected 1 space between the comma and "$targetembedding". Found: no spaces
(#319) Incorrect spacing between argument "$targetembedding" and equals sign; expected 1 but found 0
(#319) Incorrect spacing between default value and equals sign for argument "$targetembedding"; expected 1 but found 0
(#319) Expected 1 space before opening brace; found 0
(#321) Expected "if (...) {\n"; found "if(...){\n"
(#321) Expected 1 space after IF keyword; 0 found
(#321) Expected 1 space after closing parenthesis; found 0
(#324) Expected "if (...) {\n"; found "if(...){\n"
(#324) Expected 1 space after IF keyword; 0 found
(#324) Expected 1 space after closing parenthesis; found 0
(#328) Expected at least 1 space before "="; 0 found
(#328) Expected at least 1 space after "="; 0 found
(#328) Expected 1 space before "="; 0 found
(#328) 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 "// default is blank" but found "//default is blank"
(#329) Expected "if (...) {\n"; found "if(...){\n"
(#329) Expected 1 space after IF keyword; 0 found
(#329) Expected at least 1 space before "&&"; 0 found
(#329) Expected at least 1 space after "&&"; 0 found
(#329) Expected at least 1 space before "!=="; 0 found
(#329) Expected at least 1 space after "!=="; 0 found
(#329) Expected 1 space before "!=="; 0 found
(#329) Expected 1 space after "!=="; 0 found
(#329) Expected 1 space after closing parenthesis; found 0
(#330) No space found after comma in argument list
(#330) Commas (,) must be followed by white space.
(#330) Expected 1 space between the comma and "$targetembedding". Found: no spaces
(#332) Expected at least 1 space before "!=="; 0 found
(#332) Expected at least 1 space after "!=="; 0 found
(#332) Expected 1 space before "!=="; 0 found
(#332) Expected 1 space after "!=="; 0 found
(#334) Expected 1 space after closing brace; 0 found
(#334) Expected "} else {\n"; found "}else{\n"
(#334) Expected 1 space after ELSE keyword; 0 found
(#339) Missing docblock for function process_cefr_level
(#339) Incorrect spacing between argument "$passage" and equals sign; expected 1 but found 0
(#339) Incorrect spacing between default value and equals sign for argument "$passage"; expected 1 but found 0
(#339) Expected 1 space before opening brace; found 0
(#341) Expected "if (...) {\n"; found "if(...){\n"
(#341) Expected 1 space after IF keyword; 0 found
(#341) Expected 1 space after closing parenthesis; found 0
(#345) Expected at least 1 space before "="; 0 found
(#345) Expected at least 1 space after "="; 0 found
(#345) Expected 1 space before "="; 0 found
(#345) Expected 1 space after "="; 0 found
(#345) Inline comments must start with a capital letter, digit or 3-dots sequence
(#345) Inline comments must end in full-stops, exclamation marks, or question marks
(#345) No space found before comment text; expected "// default is blank" but found "//default is blank"
(#346) Expected "if (...) {\n"; found "if(...){\n"
(#346) Expected 1 space after IF keyword; 0 found
(#346) Expected 1 space after closing parenthesis; found 0
(#349) Expected at least 1 space before "!=="; 0 found
(#349) Expected at least 1 space after "!=="; 0 found
(#349) Expected 1 space before "!=="; 0 found
(#349) Expected 1 space after "!=="; 0 found
(#351) Expected 1 space after closing brace; 0 found
(#351) Expected "} else {\n"; found "}else{\n"
(#351) Expected 1 space after ELSE keyword; 0 found
(#356) Missing docblock for function process_idea_count
(#356) Incorrect spacing between argument "$passage" and equals sign; expected 1 but found 0
(#356) Incorrect spacing between default value and equals sign for argument "$passage"; expected 1 but found 0
(#356) Expected 1 space before opening brace; found 0
(#358) Expected "if (...) {\n"; found "if(...){\n"
(#358) Expected 1 space after IF keyword; 0 found
(#358) Expected 1 space after closing parenthesis; found 0
(#362) Expected at least 1 space before "="; 0 found
(#362) Expected at least 1 space after "="; 0 found
(#362) Expected 1 space before "="; 0 found
(#362) Expected 1 space after "="; 0 found
(#363) Expected "if (...) {\n"; found "if(...){\n"
(#363) Expected 1 space after IF keyword; 0 found
(#363) Expected 1 space after closing parenthesis; found 0
(#366) Expected at least 1 space before "!=="; 0 found
(#366) Expected at least 1 space after "!=="; 0 found
(#366) Expected 1 space before "!=="; 0 found
(#366) Expected 1 space after "!=="; 0 found
(#368) Expected 1 space after closing brace; 0 found
(#368) Expected "} else {\n"; found "}else{\n"
(#368) Expected 1 space after ELSE keyword; 0 found
(#372) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#375) Inline comments must start with a capital letter, digit or 3-dots sequence
(#375) Inline comments must end in full-stops, exclamation marks, or question marks
(#375) 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"
(#376) Missing docblock for function calc_grammarspell_stats
(#376) Expected 1 space between comma and argument "$passage"; 0 found
(#376) Commas (,) must be followed by white space.
(#376) Expected 1 space between the comma and "$passage". Found: no spaces
(#376) Incorrect spacing between argument "$passage" and equals sign; expected 1 but found 0
(#376) Incorrect spacing between default value and equals sign for argument "$passage"; expected 1 but found 0
(#376) Expected 1 space before opening brace; found 0
(#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 "// init stats with defaults" but found "//init stats with defaults"
(#378) Expected at least 1 space before "="; 0 found
(#378) Expected 1 space before "="; 0 found
(#379) Expected at least 1 space before "="; 0 found
(#379) Expected at least 1 space after "="; 0 found
(#379) Expected 1 space before "="; 0 found
(#379) Expected 1 space after "="; 0 found
(#380) Expected at least 1 space before "="; 0 found
(#380) Expected at least 1 space after "="; 0 found
(#380) Expected 1 space before "="; 0 found
(#380) Expected 1 space after "="; 0 found
(#381) Expected at least 1 space before "="; 0 found
(#381) Expected at least 1 space after "="; 0 found
(#381) Expected 1 space before "="; 0 found
(#381) Expected 1 space after "="; 0 found
(#382) Expected at least 1 space before "="; 0 found
(#382) Expected at least 1 space after "="; 0 found
(#382) Expected 1 space before "="; 0 found
(#382) Expected 1 space after "="; 0 found
(#384) Expected at least 1 space before "="; 0 found
(#384) Expected at least 1 space after "="; 0 found
(#384) Expected 1 space before "="; 0 found
(#384) Expected 1 space after "="; 0 found
(#385) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#387) Expected "if (...) {\n"; found "if(...){\n"
(#387) Expected 1 space after IF keyword; 0 found
(#387) Expected at least 1 space before "=="; 0 found
(#387) Expected at least 1 space after "=="; 0 found
(#387) Expected 1 space before "=="; 0 found
(#387) Expected 1 space after "=="; 0 found
(#387) Expected 1 space after closing parenthesis; found 0
(#391) Inline comments must start with a capital letter, digit or 3-dots sequence
(#391) Inline comments must end in full-stops, exclamation marks, or question marks
(#391) No space found before comment text; expected "// if we have no words for whatever reason the calc will not work" but found "//if we have no words for whatever reason the calc will not work"
(#392) Expected "if (...) {\n"; found "if(...) {\n"
(#392) Expected 1 space after IF keyword; 0 found
(#392) Expected at least 1 space before "<"; 0 found
(#392) Expected at least 1 space after "<"; 0 found
(#392) Expected 1 space before "<"; 0 found
(#392) Expected 1 space after "<"; 0 found
(#393) Inline comments must start with a capital letter, digit or 3-dots sequence
(#393) Inline comments must end in full-stops, exclamation marks, or question marks
(#393) No space found before comment text; expected "// update spelling and grammar stats in DB" but found "//update spelling and grammar stats in DB"
(#397) Inline comments must start with a capital letter, digit or 3-dots sequence
(#397) No space found before comment text; expected "// if this is not supported by lang tool (for now) lets just return" but found "//if this is not supported by lang tool (for now) lets just return"
(#398) Inline comments must end in full-stops, exclamation marks, or question marks
(#398) No space found before comment text; expected "// in future we want to use some AI features to support those languages, and weakly supported langtool langs" but found "//in future we want to use some AI features to support those languages, and weakly supported langtool langs"
(#399) Expected "if (...) {\n"; found "if(...){\n"
(#399) Expected 1 space after IF keyword; 0 found
(#399) Expected 1 space after closing parenthesis; found 0
(#403) Inline comments must start with a capital letter, digit or 3-dots sequence
(#403) Inline comments must end in full-stops, exclamation marks, or question marks
(#403) No space found before comment text; expected "// get lanserver lang string" but found "//get lanserver lang string"
(#404) Expected 1 space after SWITCH keyword; 0 found
(#404) Expected 1 space after closing parenthesis; found 0
(#413) Inline comments must start with a capital letter, digit or 3-dots sequence
(#413) Inline comments must end in full-stops, exclamation marks, or question marks
(#413) No space found before comment text; expected "// fetch grammar stats" but found "//fetch grammar stats"
(#414) Variable "lt_url" must not contain underscores.
(#415) Expected at least 1 space after "="; 0 found
(#415) Expected 1 space after "="; 0 found
(#415) Short array syntax must be used to define arrays
(#415) Expected at least 1 space before "=>"; 0 found
(#415) Expected 1 space before "=>"; 0 found
(#415) Commas (,) must be followed by white space.
(#415) Expected 1 space between the comma and "'language'". Found: no spaces
(#415) Expected at least 1 space before "=>"; 0 found
(#415) Expected at least 1 space after "=>"; 0 found
(#415) Expected 1 space before "=>"; 0 found
(#415) Expected 1 space after "=>"; 0 found
(#416) Variable "lt_url" must not contain underscores.
(#416) No space found after comma in argument list
(#416) Commas (,) must be followed by white space.
(#416) Expected 1 space between the comma and "$postdata". Found: no spaces
(#416) No space found after comma in argument list
(#416) Commas (,) must be followed by white space.
(#416) Expected 1 space between the comma and "'post'". Found: no spaces
(#417) Inline comments must start with a capital letter, digit or 3-dots sequence
(#417) Inline comments must end in full-stops, exclamation marks, or question marks
(#417) No space found before comment text; expected "// default grammar score" but found "//default grammar score"
(#418) Expected at least 1 space after "="; 0 found
(#418) Expected 1 space after "="; 0 found
(#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 "// fetch spell stats" but found "//fetch spell stats"
(#421) Variable "spellcheck_url" must not contain underscores.
(#423) Expected at least 1 space after "="; 0 found
(#423) Expected 1 space after "="; 0 found
(#423) Short array syntax must be used to define arrays
(#423) Expected at least 1 space before "=>"; 0 found
(#423) Expected at least 1 space after "=>"; 0 found
(#423) Expected 1 space before "=>"; 0 found
(#423) Expected 1 space after "=>"; 0 found
(#423) Commas (,) must be followed by white space.
(#423) Expected 1 space between the comma and "'lang'". Found: no spaces
(#423) Expected at least 1 space before "=>"; 0 found
(#423) Expected at least 1 space after "=>"; 0 found
(#423) Expected 1 space before "=>"; 0 found
(#423) Expected 1 space after "=>"; 0 found
(#424) Variable "spellcheck_url" must not contain underscores.
(#424) No space found after comma in argument list
(#424) Commas (,) must be followed by white space.
(#424) Expected 1 space between the comma and "$postdata". Found: no spaces
(#424) No space found after comma in argument list
(#424) Commas (,) must be followed by white space.
(#424) Expected 1 space between the comma and "'post'". Found: no spaces
(#425) Inline comments must start with a capital letter, digit or 3-dots sequence
(#425) Inline comments must end in full-stops, exclamation marks, or question marks
(#425) No space found before comment text; expected "// default spell score" but found "//default spell score"
(#426) Expected at least 1 space after "="; 0 found
(#426) Expected 1 space after "="; 0 found
(#427) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#430) Inline comments must start with a capital letter, digit or 3-dots sequence
(#430) Inline comments must end in full-stops, exclamation marks, or question marks
(#430) No space found before comment text; expected "// calc grammar score" but found "//calc grammar score"
(#431) Expected "if (...) {\n"; found "if(...) {\n"
(#431) Expected 1 space after IF keyword; 0 found
(#432) Inline comments must start with a capital letter, digit or 3-dots sequence
(#432) Inline comments must end in full-stops, exclamation marks, or question marks
(#432) No space found before comment text; expected "// work out grammar" but found "//work out grammar"
(#435) Expected at least 1 space before "="; 0 found
(#435) Expected 1 space before "="; 0 found
(#447) Inline comments must start with a capital letter, digit or 3-dots sequence
(#447) Inline comments must end in full-stops, exclamation marks, or question marks
(#447) No space found before comment text; expected "// calculate spell score" but found "//calculate spell score"
(#448) Expected "if (...) {\n"; found "if(...) {\n"
(#448) Expected 1 space after IF keyword; 0 found
(#448) Blank line found at start of control structure
(#450) Inline comments must start with a capital letter, digit or 3-dots sequence
(#450) Inline comments must end in full-stops, exclamation marks, or question marks
(#450) No space found before comment text; expected "// work out spelling" but found "//work out spelling"
(#453) Expected "if (...) {\n"; found "if(...) {\n"
(#453) Expected 1 space after IF keyword; 0 found
(#458) Expected 1 space after closing brace; 0 found
(#458) Expected "} else {\n"; found "}else{\n"
(#458) Expected 1 space after ELSE keyword; 0 found
(#471) Inline comments must start with a capital letter, digit or 3-dots sequence
(#471) Inline comments must end in full-stops, exclamation marks, or question marks
(#471) No space found before comment text; expected "// update spelling and grammar stats in data object and return" but found "//update spelling and grammar stats in data object and return"
(#472) Expected at least 1 space before "="; 0 found
(#472) Expected at least 1 space after "="; 0 found
(#472) Expected 1 space before "="; 0 found
(#472) Expected 1 space after "="; 0 found
(#473) Expected at least 1 space before "="; 0 found
(#473) Expected at least 1 space after "="; 0 found
(#473) Expected 1 space before "="; 0 found
(#473) Expected 1 space after "="; 0 found
(#474) Expected at least 1 space before "="; 0 found
(#474) Expected at least 1 space after "="; 0 found
(#474) Expected 1 space before "="; 0 found
(#474) Expected 1 space after "="; 0 found
(#475) Expected at least 1 space before "="; 0 found
(#475) Expected at least 1 space after "="; 0 found
(#475) Expected 1 space before "="; 0 found
(#475) Expected 1 space after "="; 0 found
(#481) Inline comments must start with a capital letter, digit or 3-dots sequence
(#481) Inline comments must end in full-stops, exclamation marks, or question marks
(#481) No space found before comment text; expected "// calculate stats of transcript" but found "//calculate stats of transcript"
(#482) Missing docblock for function calculate_stats
(#482) Incorrect spacing between argument "$passage" and equals sign; expected 1 but found 0
(#482) Incorrect spacing between default value and equals sign for argument "$passage"; expected 1 but found 0
(#482) Expected 1 space between comma and argument "$targetwords"; 0 found
(#482) Commas (,) must be followed by white space.
(#482) Expected 1 space between the comma and "$targetwords". Found: no spaces
(#482) Incorrect spacing between argument "$targetwords" and equals sign; expected 1 but found 0
(#482) Incorrect spacing between default value and equals sign for argument "$targetwords"; expected 1 but found 0
(#482) Expected 1 space before opening brace; found 0
(#484) Expected "if (...) {\n"; found "if(...){\n"
(#484) Expected 1 space after IF keyword; 0 found
(#484) Expected at least 1 space before "=="; 0 found
(#484) Expected at least 1 space after "=="; 0 found
(#484) Expected 1 space before "=="; 0 found
(#484) Expected 1 space after "=="; 0 found
(#484) Expected 1 space after closing parenthesis; found 0
(#488) Expected at least 1 space before "="; 0 found
(#488) Expected 1 space before "="; 0 found
(#489) Expected at least 1 space before "="; 0 found
(#489) Expected at least 1 space after "="; 0 found
(#489) Expected 1 space before "="; 0 found
(#489) Expected 1 space after "="; 0 found
(#490) Expected at least 1 space before "="; 0 found
(#490) Expected at least 1 space after "="; 0 found
(#490) Expected 1 space before "="; 0 found
(#490) Expected 1 space after "="; 0 found
(#491) Expected at least 1 space before "="; 0 found
(#491) Expected at least 1 space after "="; 0 found
(#491) Expected 1 space before "="; 0 found
(#491) Expected 1 space after "="; 0 found
(#492) Expected at least 1 space before "="; 0 found
(#492) Expected at least 1 space after "="; 0 found
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#493) Expected at least 1 space before "="; 0 found
(#493) Expected at least 1 space after "="; 0 found
(#493) Expected 1 space before "="; 0 found
(#493) Expected 1 space after "="; 0 found
(#494) Expected at least 1 space before "="; 0 found
(#494) Expected at least 1 space after "="; 0 found
(#494) Expected 1 space before "="; 0 found
(#494) Expected 1 space after "="; 0 found
(#495) Expected at least 1 space before "="; 0 found
(#495) Expected at least 1 space after "="; 0 found
(#495) Expected 1 space before "="; 0 found
(#495) Expected 1 space after "="; 0 found
(#497) Expected "if (...) {\n"; found "if(...){\n"
(#497) Expected 1 space after IF keyword; 0 found
(#497) Expected 1 space after closing parenthesis; found 0
(#503) Expected at least 1 space before "="; 0 found
(#503) Expected at least 1 space after "="; 0 found
(#503) Expected 1 space before "="; 0 found
(#503) Expected 1 space after "="; 0 found
(#506) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#506) Expected 1 space after FOREACH keyword; 0 found
(#506) Expected 1 space after closing parenthesis; found 0
(#507) Inline comments must start with a capital letter, digit or 3-dots sequence
(#507) No space found before comment text; expected "// wordcount will be different for different languages" but found "//wordcount will be different for different languages"
(#508) No space found before comment text; expected "// for chinese / japanese / korean - we dont even try, we just count characters." but found "//for chinese / japanese / korean - we dont even try, we just count characters."
(#509) No space found after comma in argument list
(#509) Commas (,) must be followed by white space.
(#509) Expected 1 space between the comma and "0". Found: no spaces
(#511) Expected "if (...) {\n"; found "if(...){"
(#511) Expected 1 space after IF keyword; 0 found
(#511) Expected at least 1 space before "==="; 0 found
(#511) Expected at least 1 space after "==="; 0 found
(#511) Expected 1 space before "==="; 0 found
(#511) Expected 1 space after "==="; 0 found
(#511) Expected 1 space after closing parenthesis; found 0
(#511) Newline required after opening brace
(#511) Closing brace must be on a line by itself
(#512) Space found before semicolon; expected "' ';" but found "' ' ;"
(#514) Expected at least 1 space before "+="; 0 found
(#514) Expected 1 space before "+="; 0 found
(#516) Expected "if (...) {\n"; found "if(...){"
(#516) Expected 1 space after IF keyword; 0 found
(#516) Expected 1 space after closing parenthesis; found 0
(#516) Newline required after opening brace
(#516) Closing brace must be on a line by itself
(#518) Expected "if (...) {\n"; found "if(...){\n"
(#518) Expected 1 space after IF keyword; 0 found
(#518) Expected 1 space after closing parenthesis; found 0
(#521) Expected at least 1 space before "="; 0 found
(#521) Expected 1 space before "="; 0 found
(#521) Expected 1 space before "/"; 2 found
(#523) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#526) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#526) Expected 1 space after FOREACH keyword; 0 found
(#526) Expected 1 space after closing parenthesis; found 0
(#528) Expected "if (...) {\n"; found "if(...){\n"
(#528) Expected 1 space after IF keyword; 0 found
(#528) Expected 1 space after closing parenthesis; found 0
(#529) Expected at least 1 space before "="; 0 found
(#529) Expected at least 1 space after "="; 0 found
(#529) Expected 1 space before "="; 0 found
(#529) Expected 1 space after "="; 0 found
(#530) Expected 1 space after closing brace; 0 found
(#530) Expected "} else {\n"; found "}else {\n"
(#533) Expected "if (...) {\n"; found "if(...){"
(#533) Expected 1 space after IF keyword; 0 found
(#533) Expected 1 space after closing parenthesis; found 0
(#533) Newline required after opening brace
(#533) Closing brace must be on a line by itself
(#538) Missing docblock for function can_lang_tool
(#538) Expected 1 space before opening brace; found 0
(#539) Inline comments must start with a capital letter, digit or 3-dots sequence
(#539) Inline comments must end in full-stops, exclamation marks, or question marks
(#539) No space found before comment text; expected "// https://dev.languagetool.org/languages" but found "//https://dev.languagetool.org/languages"
(#540) Expected 1 space after SWITCH keyword; 0 found
(#540) Expected 1 space after closing parenthesis; found 0
(#571) Missing docblock for function split_into_sentences
(#571) Expected 1 space before opening brace; found 0
(#572) Expected at least 1 space after "="; 0 found
(#572) Expected 1 space after "="; 0 found
(#573) Expected 1 space after SWITCH keyword; 0 found
(#573) Expected 1 space after closing parenthesis; found 0
(#574) Inline comments must end in full-stops, exclamation marks, or question marks
(#574) No space found before comment text; expected "// Arabic" but found "//Arabic"
(#580) Inline comments must end in full-stops, exclamation marks, or question marks
(#580) No space found before comment text; expected "// Spanish" but found "//Spanish"
(#586) Inline comments must start with a capital letter, digit or 3-dots sequence
(#586) Inline comments must end in full-stops, exclamation marks, or question marks
(#586) No space found before comment text; expected "// hebrew" but found "//hebrew"
(#591) Inline comments must end in full-stops, exclamation marks, or question marks
(#591) No space found before comment text; expected "// Japanese" but found "//Japanese"
(#596) Inline comments must end in full-stops, exclamation marks, or question marks
(#596) No space found before comment text; expected "// Chinese" but found "//Chinese"
(#601) Inline comments must end in full-stops, exclamation marks, or question marks
(#601) No space found before comment text; expected "// Korean" but found "//Korean"
(#606) Inline comments must end in full-stops, exclamation marks, or question marks
(#606) No space found before comment text; expected "// Farsi" but found "//Farsi"
(#611) Inline comments must end in full-stops, exclamation marks, or question marks
(#611) No space found before comment text; expected "// Tamil" but found "//Tamil"
(#616) Inline comments must end in full-stops, exclamation marks, or question marks
(#616) No space found before comment text; expected "// Telegu" but found "//Telegu"
(#621) Inline comments must end in full-stops, exclamation marks, or question marks
(#621) No space found before comment text; expected "// Turkish" but found "//Turkish"
(#626) Inline comments must end in full-stops, exclamation marks, or question marks
(#626) No space found before comment text; expected "// English and English Like languages" but found "//English and English Like languages"
(#648) Inline comments must start with a capital letter, digit or 3-dots sequence
(#648) Inline comments must end in full-stops, exclamation marks, or question marks
(#648) No space found before comment text; expected "// fetch the grammar correction suggestions" but found "//fetch the grammar correction suggestions"
(#649) Missing docblock for function fetch_grammar_correction
(#649) Incorrect spacing between argument "$passage" and equals sign; expected 1 but found 0
(#649) Incorrect spacing between default value and equals sign for argument "$passage"; expected 1 but found 0
(#652) Inline comments must start with a capital letter, digit or 3-dots sequence
(#652) Inline comments must end in full-stops, exclamation marks, or question marks
(#652) No space found before comment text; expected "// use local passage if not set" but found "//use local passage if not set"
(#653) Expected "if (...) {\n"; found "if(...){\n"
(#653) Expected 1 space after IF keyword; 0 found
(#653) Expected 1 space after closing parenthesis; found 0
(#657) Inline comments must end in full-stops, exclamation marks, or question marks
(#657) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#660) Short array syntax must be used to define arrays
(#666) Inline comments must start with a capital letter, digit or 3-dots sequence
(#666) Inline comments must end in full-stops, exclamation marks, or question marks
(#666) This comment is 80% valid code; is this commented out code?
(#666) No space found before comment text; expected "// urlencode($passage);" but found "//urlencode($passage);"
(#670) No space found after comma in argument list
(#670) Commas (,) must be followed by white space.
(#670) Expected 1 space between the comma and "$USER". Found: no spaces
(#672) Inline comments must start with a capital letter, digit or 3-dots sequence
(#672) Inline comments must end in full-stops, exclamation marks, or question marks
(#672) This comment is 43% valid code; is this commented out code?
(#672) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#681) Inline comments must start with a capital letter, digit or 3-dots sequence
(#681) Inline comments must end in full-stops, exclamation marks, or question marks
(#681) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#684) Inline comments must start with a capital letter, digit or 3-dots sequence
(#684) Inline comments must end in full-stops, exclamation marks, or question marks
(#684) No space found before comment text; expected "// if all good, then lets do the embed" but found "//if all good, then lets do the embed"
(#687) Inline comments must start with a capital letter, digit or 3-dots sequence
(#687) Inline comments must end in full-stops, exclamation marks, or question marks
(#687) No space found before comment text; expected "// clean up the correction a little" but found "//clean up the correction a little"
(#688) Expected "if (...) {\n"; found "if(...){\n"
(#688) Expected 1 space after IF keyword; 0 found
(#688) Expected 1 space after closing parenthesis; found 0
(#690) No space found after comma in argument list
(#690) Commas (,) must be followed by white space.
(#690) Expected 1 space between the comma and "0". Found: no spaces
(#690) No space found after comma in argument list
(#690) Commas (,) must be followed by white space.
(#690) Expected 1 space between the comma and "1". Found: no spaces
(#691) Expected "if (...) {\n"; found "if(...){\n"
(#691) Expected 1 space after IF keyword; 0 found
(#691) No space found after comma in argument list
(#691) Commas (,) must be followed by white space.
(#691) Expected 1 space between the comma and "$charone". Found: no spaces
(#691) Expected 1 space after closing parenthesis; found 0
(#692) No space found after comma in argument list
(#692) Commas (,) must be followed by white space.
(#692) Expected 1 space between the comma and "1". Found: no spaces
(#702) Inline comments must start with a capital letter, digit or 3-dots sequence
(#702) Inline comments must end in full-stops, exclamation marks, or question marks
(#702) No space found before comment text; expected "// fetch the relevance" but found "//fetch the relevance"
(#703) Scope keyword "public" must be followed by a single space; found 2
(#703) Missing docblock for function fetch_relevance
(#703) Variable "model_or_modelembedding" must not contain underscores.
(#703) Expected 1 space between comma and argument "$passage"; 0 found
(#703) Commas (,) must be followed by white space.
(#703) Expected 1 space between the comma and "$passage". Found: no spaces
(#703) Incorrect spacing between argument "$passage" and equals sign; expected 1 but found 0
(#703) Incorrect spacing between default value and equals sign for argument "$passage"; expected 1 but found 0
(#706) Inline comments must start with a capital letter, digit or 3-dots sequence
(#706) Inline comments must end in full-stops, exclamation marks, or question marks
(#706) No space found before comment text; expected "// default to 100% relevant if no TTS model or if it's not English" but found "//default to 100% relevant if no TTS model or if it's not English"
(#707) Expected "if (...) {\n"; found "if(...){\n"
(#707) Expected 1 space after IF keyword; 0 found
(#707) Variable "model_or_modelembedding" must not contain underscores.
(#707) Expected at least 1 space before "==="; 0 found
(#707) Expected at least 1 space after "==="; 0 found
(#707) Expected 1 space before "==="; 0 found
(#707) Expected 1 space after "==="; 0 found
(#707) Variable "model_or_modelembedding" must not contain underscores.
(#707) Expected 1 space after closing parenthesis; found 0
(#711) Inline comments must start with a capital letter, digit or 3-dots sequence
(#711) Inline comments must end in full-stops, exclamation marks, or question marks
(#711) No space found before comment text; expected "// use local passage if not set" but found "//use local passage if not set"
(#712) Expected "if (...) {\n"; found "if(...){\n"
(#712) Expected 1 space after IF keyword; 0 found
(#712) Expected 1 space after closing parenthesis; found 0
(#716) Inline comments must end in full-stops, exclamation marks, or question marks
(#716) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#719) Short array syntax must be used to define arrays
(#725) Inline comments must start with a capital letter, digit or 3-dots sequence
(#725) Inline comments must end in full-stops, exclamation marks, or question marks
(#725) This comment is 80% valid code; is this commented out code?
(#725) No space found before comment text; expected "// urlencode($passage);" but found "//urlencode($passage);"
(#726) Variable "model_or_modelembedding" must not contain underscores.
(#729) No space found after comma in argument list
(#729) Commas (,) must be followed by white space.
(#729) Expected 1 space between the comma and "$USER". Found: no spaces
(#731) Inline comments must start with a capital letter, digit or 3-dots sequence
(#731) Inline comments must end in full-stops, exclamation marks, or question marks
(#731) This comment is 43% valid code; is this commented out code?
(#731) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#734) No space found after comma in argument list
(#734) Commas (,) must be followed by white space.
(#734) Expected 1 space between the comma and "'post'". Found: no spaces
(#740) Inline comments must start with a capital letter, digit or 3-dots sequence
(#740) Inline comments must end in full-stops, exclamation marks, or question marks
(#740) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#743) Inline comments must start with a capital letter, digit or 3-dots sequence
(#743) Inline comments must end in full-stops, exclamation marks, or question marks
(#743) No space found before comment text; expected "// if all good, then return the value" but found "//if all good, then return the value"
(#746) Expected "if (...) {\n"; found "if(...){\n"
(#746) Expected 1 space after IF keyword; 0 found
(#746) Expected 1 space after closing parenthesis; found 0
(#747) Expected at least 1 space before "="; 0 found
(#747) Expected at least 1 space after "="; 0 found
(#747) Expected 1 space before "="; 0 found
(#747) Expected 1 space after "="; 0 found
(#747) No space found after comma in argument list
(#747) Commas (,) must be followed by white space.
(#747) Expected 1 space between the comma and "0". Found: no spaces
(#748) Expected 1 space after closing brace; 0 found
(#748) Expected "} else {\n"; found "}else{\n"
(#748) Expected 1 space after ELSE keyword; 0 found
(#757) Inline comments must start with a capital letter, digit or 3-dots sequence
(#757) Inline comments must end in full-stops, exclamation marks, or question marks
(#757) No space found before comment text; expected "// fetch the CEFR Level" but found "//fetch the CEFR Level"
(#758) Missing docblock for function fetch_cefr_level
(#758) Incorrect spacing between argument "$passage" and equals sign; expected 1 but found 0
(#758) Incorrect spacing between default value and equals sign for argument "$passage"; expected 1 but found 0
(#761) Expected "if (...) {\n"; found "if(...){\n"
(#761) Expected 1 space after IF keyword; 0 found
(#761) Expected 1 space after closing parenthesis; found 0
(#765) Inline comments must end in full-stops, exclamation marks, or question marks
(#765) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#768) Short array syntax must be used to define arrays
(#774) Inline comments must start with a capital letter, digit or 3-dots sequence
(#774) Inline comments must end in full-stops, exclamation marks, or question marks
(#774) This comment is 80% valid code; is this commented out code?
(#774) No space found before comment text; expected "// urlencode($passage);" but found "//urlencode($passage);"
(#778) No space found after comma in argument list
(#778) Commas (,) must be followed by white space.
(#778) Expected 1 space between the comma and "$USER". Found: no spaces
(#780) Inline comments must start with a capital letter, digit or 3-dots sequence
(#780) Inline comments must end in full-stops, exclamation marks, or question marks
(#780) This comment is 43% valid code; is this commented out code?
(#780) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#789) Inline comments must start with a capital letter, digit or 3-dots sequence
(#789) Inline comments must end in full-stops, exclamation marks, or question marks
(#789) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#792) Inline comments must start with a capital letter, digit or 3-dots sequence
(#792) Inline comments must end in full-stops, exclamation marks, or question marks
(#792) No space found before comment text; expected "// if all good, then return the value" but found "//if all good, then return the value"
(#795) Inline comments must start with a capital letter, digit or 3-dots sequence
(#795) Inline comments must end in full-stops, exclamation marks, or question marks
(#795) No space found before comment text; expected "// make pretty sure its a CEFR level" but found "//make pretty sure its a CEFR level"
(#796) Expected "if (...) {\n"; found "if(...){\n"
(#796) Expected 1 space after IF keyword; 0 found
(#796) Expected 1 space after closing parenthesis; found 0
(#797) Expected at least 1 space before "="; 0 found
(#797) Expected at least 1 space after "="; 0 found
(#797) Expected 1 space before "="; 0 found
(#797) Expected 1 space after "="; 0 found
(#806) Inline comments must start with a capital letter, digit or 3-dots sequence
(#806) Inline comments must end in full-stops, exclamation marks, or question marks
(#806) No space found before comment text; expected "// fetch embedding" but found "//fetch embedding"
(#807) Missing docblock for function fetch_embedding
(#807) Incorrect spacing between argument "$passage" and equals sign; expected 1 but found 0
(#807) Incorrect spacing between default value and equals sign for argument "$passage"; expected 1 but found 0
(#810) Expected "if (...) {\n"; found "if(...){\n"
(#810) Expected 1 space after IF keyword; 0 found
(#810) Expected 1 space after closing parenthesis; found 0
(#811) Expected at least 1 space before "="; 0 found
(#811) Expected at least 1 space after "="; 0 found
(#811) Expected 1 space before "="; 0 found
(#811) Expected 1 space after "="; 0 found
(#814) Inline comments must end in full-stops, exclamation marks, or question marks
(#814) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#817) Short array syntax must be used to define arrays
(#823) Inline comments must start with a capital letter, digit or 3-dots sequence
(#823) Inline comments must end in full-stops, exclamation marks, or question marks
(#823) This comment is 80% valid code; is this commented out code?
(#823) No space found before comment text; expected "// urlencode($passage);" but found "//urlencode($passage);"
(#827) No space found after comma in argument list
(#827) Commas (,) must be followed by white space.
(#827) Expected 1 space between the comma and "$USER". Found: no spaces
(#829) Inline comments must start with a capital letter, digit or 3-dots sequence
(#829) Inline comments must end in full-stops, exclamation marks, or question marks
(#829) This comment is 43% valid code; is this commented out code?
(#829) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#838) Inline comments must start with a capital letter, digit or 3-dots sequence
(#838) Inline comments must end in full-stops, exclamation marks, or question marks
(#838) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#841) Inline comments must start with a capital letter, digit or 3-dots sequence
(#841) Inline comments must end in full-stops, exclamation marks, or question marks
(#841) No space found before comment text; expected "// if all good, then process it" but found "//if all good, then process it"
(#843) Variable "return_data" must not contain underscores.
(#844) Inline comments must start with a capital letter, digit or 3-dots sequence
(#844) Inline comments must end in full-stops, exclamation marks, or question marks
(#844) No space found before comment text; expected "// clean up the correction a little" but found "//clean up the correction a little"
(#845) Expected "if (...) {\n"; found "if(...){\n"
(#845) Expected 1 space after IF keyword; 0 found
(#845) Variable "return_data" must not contain underscores.
(#845) Expected 1 space after closing parenthesis; found 0
(#846) Expected at least 1 space before "="; 0 found
(#846) Expected at least 1 space after "="; 0 found
(#846) Expected 1 space before "="; 0 found
(#846) Expected 1 space after "="; 0 found
(#847) Expected 1 space after closing brace; 0 found
(#847) Expected "} else {\n"; found "}else{\n"
(#847) Expected 1 space after ELSE keyword; 0 found
(#848) Variable "data_object" must not contain underscores.
(#848) Variable "return_data" must not contain underscores.
(#849) Expected "if (...) {\n"; found "if(...) {\n"
(#849) Expected 1 space after IF keyword; 0 found
(#849) Variable "data_object" must not contain underscores.
(#849) Expected at least 1 space before "&&"; 0 found
(#849) Expected at least 1 space after "&&"; 0 found
(#849) Variable "data_object" must not contain underscores.
(#849) Expected at least 1 space before "=="; 0 found
(#849) Expected at least 1 space after "=="; 0 found
(#849) Expected 1 space before "=="; 0 found
(#849) Expected 1 space after "=="; 0 found
(#850) Variable "data_object" must not contain underscores.
(#851) Expected 1 space after closing brace; 0 found
(#851) Expected "} else {\n"; found "}else{\n"
(#851) Expected 1 space after ELSE keyword; 0 found
(#852) Expected at least 1 space before "="; 0 found
(#852) Expected at least 1 space after "="; 0 found
(#852) Expected 1 space before "="; 0 found
(#852) Expected 1 space after "="; 0 found
(#861) Inline comments must start with a capital letter, digit or 3-dots sequence
(#861) Inline comments must end in full-stops, exclamation marks, or question marks
(#861) No space found before comment text; expected "// fetch the Idea Count" but found "//fetch the Idea Count"
(#862) Missing docblock for function fetch_idea_count
(#862) Incorrect spacing between argument "$passage" and equals sign; expected 1 but found 0
(#862) Incorrect spacing between default value and equals sign for argument "$passage"; expected 1 but found 0
(#865) Expected "if (...) {\n"; found "if(...){\n"
(#865) Expected 1 space after IF keyword; 0 found
(#865) Expected 1 space after closing parenthesis; found 0
(#866) Expected at least 1 space before "="; 0 found
(#866) Expected at least 1 space after "="; 0 found
(#866) Expected 1 space before "="; 0 found
(#866) Expected 1 space after "="; 0 found
(#869) Inline comments must end in full-stops, exclamation marks, or question marks
(#869) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#872) Short array syntax must be used to define arrays
(#878) Inline comments must start with a capital letter, digit or 3-dots sequence
(#878) Inline comments must end in full-stops, exclamation marks, or question marks
(#878) This comment is 80% valid code; is this commented out code?
(#878) No space found before comment text; expected "// urlencode($passage);" but found "//urlencode($passage);"
(#882) No space found after comma in argument list
(#882) Commas (,) must be followed by white space.
(#882) Expected 1 space between the comma and "$USER". Found: no spaces
(#884) Inline comments must start with a capital letter, digit or 3-dots sequence
(#884) Inline comments must end in full-stops, exclamation marks, or question marks
(#884) This comment is 43% valid code; is this commented out code?
(#884) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#893) Inline comments must start with a capital letter, digit or 3-dots sequence
(#893) Inline comments must end in full-stops, exclamation marks, or question marks
(#893) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#896) Inline comments must start with a capital letter, digit or 3-dots sequence
(#896) Inline comments must end in full-stops, exclamation marks, or question marks
(#896) No space found before comment text; expected "// if all good, then lets do the embed" but found "//if all good, then lets do the embed"
(#899) Inline comments must start with a capital letter, digit or 3-dots sequence
(#899) Inline comments must end in full-stops, exclamation marks, or question marks
(#899) No space found before comment text; expected "// clean up the correction a little" but found "//clean up the correction a little"
(#900) Expected "if (...) {\n"; found "if(...){\n"
(#900) Expected 1 space after IF keyword; 0 found
(#900) Expected 1 space after closing parenthesis; found 0
(#901) Expected at least 1 space before "="; 0 found
(#901) Expected at least 1 space after "="; 0 found
(#901) Expected 1 space before "="; 0 found
(#901) Expected 1 space after "="; 0 found
(#910) Missing docblock for function process_modelanswer_stats
(#910) Incorrect spacing between argument "$passage" and equals sign; expected 1 but found 0
(#910) Incorrect spacing between default value and equals sign for argument "$passage"; expected 1 but found 0
(#910) Expected 1 space before opening brace; found 0
(#911) Expected at least 1 space before "=>"; 0 found
(#911) Expected at least 1 space after "=>"; 0 found
(#911) Expected 1 space before "=>"; 0 found
(#911) Expected 1 space after "=>"; 0 found
(#911) Commas (,) must be followed by white space.
(#911) Expected 1 space between the comma and "'ideacount'". Found: no spaces
(#911) Expected at least 1 space before "=>"; 0 found
(#911) Expected at least 1 space after "=>"; 0 found
(#911) Expected 1 space before "=>"; 0 found
(#911) Expected 1 space after "=>"; 0 found
(#913) Expected "if (...) {\n"; found "if(...){\n"
(#913) Expected 1 space after IF keyword; 0 found
(#913) Expected 1 space after closing parenthesis; found 0
(#917) Expected "if (...) {\n"; found "if(...) {\n"
(#917) Expected 1 space after IF keyword; 0 found
(#923) Expected "if (...) {\n"; found "if(...){\n"
(#923) Expected 1 space after IF keyword; 0 found
(#923) Expected 1 space after closing parenthesis; found 0
(#926) Expected "if (...) {\n"; found "if(...){\n"
(#926) Expected 1 space after IF keyword; 0 found
(#926) Expected 1 space after closing parenthesis; found 0
(#933) Line indented incorrectly; expected at least 4 spaces, found 1
(#934) Line indented incorrectly; expected at least 4 spaces, found 2
(#935) Line indented incorrectly; expected at least 4 spaces, found 2
(#936) Line indented incorrectly; expected at least 4 spaces, found 2
(#937) Line indented incorrectly; expected at least 4 spaces, found 2
(#938) Line indented incorrectly; expected at least 4 spaces, found 1
(#939) Line indented incorrectly; expected at least 4 spaces, found 1
(#940) Missing docblock for function cleanText
(#940) Public method name "textanalyser::cleanText" must be in lower-case letters only
(#940) Expected 1 space before opening brace; found 0
(#941) Inline comments must start with a capital letter, digit or 3-dots sequence
(#941) Inline comments must end in full-stops, exclamation marks, or question marks
(#941) No space found before comment text; expected "// lowercaseify" but found "//lowercaseify"
(#942) Expected at least 1 space before "="; 0 found
(#942) Expected at least 1 space after "="; 0 found
(#942) Expected 1 space before "="; 0 found
(#942) Expected 1 space after "="; 0 found
(#944) Inline comments must start with a capital letter, digit or 3-dots sequence
(#944) Inline comments must end in full-stops, exclamation marks, or question marks
(#944) No space found before comment text; expected "// remove any html" but found "//remove any html"
(#947) Inline comments must start with a capital letter, digit or 3-dots sequence
(#947) Inline comments must end in full-stops, exclamation marks, or question marks
(#947) No space found before comment text; expected "// replace all line ends with empty strings" but found "//replace all line ends with empty strings"
(#950) Inline comments must start with a capital letter, digit or 3-dots sequence
(#950) No space found before comment text; expected "// remove punctuation" but found "//remove punctuation"
(#951) 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"
(#953) Inline comments must end in full-stops, exclamation marks, or question marks
(#953) 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"
(#956) Inline comments must start with a capital letter, digit or 3-dots sequence
(#956) Inline comments must end in full-stops, exclamation marks, or question marks
(#956) No space found before comment text; expected "// remove bad chars" but found "//remove bad chars"
(#957) Variable "b_open" must not contain underscores.
(#957) Expected at least 1 space before "="; 0 found
(#957) Expected at least 1 space after "="; 0 found
(#957) Expected 1 space before "="; 0 found
(#957) Expected 1 space after "="; 0 found
(#958) Variable "b_close" must not contain underscores.
(#958) Expected at least 1 space before "="; 0 found
(#958) Expected at least 1 space after "="; 0 found
(#958) Expected 1 space before "="; 0 found
(#958) Expected 1 space after "="; 0 found
(#959) Variable "b_sopen" must not contain underscores.
(#959) Expected at least 1 space before "="; 0 found
(#959) Expected at least 1 space after "="; 0 found
(#959) Expected 1 space before "="; 0 found
(#959) Expected 1 space after "="; 0 found
(#960) Variable "b_sclose" must not contain underscores.
(#960) Expected at least 1 space before "="; 0 found
(#960) Expected at least 1 space after "="; 0 found
(#960) Expected 1 space before "="; 0 found
(#960) Expected 1 space after "="; 0 found
(#961) Expected at least 1 space before "="; 0 found
(#961) Expected 1 space before "="; 0 found
(#961) Short array syntax must be used to define arrays
(#961) Variable "b_open" must not contain underscores.
(#961) Commas (,) must be followed by white space.
(#961) Expected 1 space between the comma and "$b_close". Found: no spaces
(#961) Variable "b_close" must not contain underscores.
(#961) Commas (,) must be followed by white space.
(#961) Expected 1 space between the comma and "$b_sopen". Found: no spaces
(#961) Variable "b_sopen" must not contain underscores.
(#961) Commas (,) must be followed by white space.
(#961) Expected 1 space between the comma and "$b_sclose". Found: no spaces
(#961) Variable "b_sclose" must not contain underscores.
(#962) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#962) Expected 1 space after FOREACH keyword; 0 found
(#962) Expected 1 space after closing parenthesis; found 0
(#963) Expected at least 1 space before "="; 0 found
(#963) Expected at least 1 space after "="; 0 found
(#963) Expected 1 space before "="; 0 found
(#963) Expected 1 space after "="; 0 found
(#963) No space found after comma in argument list
(#963) Commas (,) must be followed by white space.
(#963) Expected 1 space between the comma and "''". Found: no spaces
(#963) No space found after comma in argument list
(#963) Commas (,) must be followed by white space.
(#963) Expected 1 space between the comma and "$thetext". Found: no spaces
(#966) Inline comments must start with a capital letter, digit or 3-dots sequence
(#966) No space found before comment text; expected "// remove double spaces" but found "//remove double spaces"
(#967) Inline comments must end in full-stops, exclamation marks, or question marks
(#967) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#968) No space found after comma in argument list
(#968) Commas (,) must be followed by white space.
(#968) Expected 1 space between the comma and "$thetext". Found: no spaces
(#969) Inline comments must start with a capital letter, digit or 3-dots sequence
(#969) Inline comments must end in full-stops, exclamation marks, or question marks
(#969) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#970) Expected 1 space after FUNCTION keyword; 0 found
(#970) Opening brace must be the last content on the line
(#970) Closing brace must be on a line by itself
(#970) Each PHP statement must be on a line by itself
(#971) No space found after comma in argument list
(#971) Commas (,) must be followed by white space.
(#971) Expected 1 space between the comma and "$textbits". Found: no spaces
(#976) Line indented incorrectly; expected at least 4 spaces, found 0
(#977) Line indented incorrectly; expected at least 4 spaces, found 0
(#978) Line indented incorrectly; expected at least 4 spaces, found 0
(#979) Line indented incorrectly; expected at least 4 spaces, found 0
(#980) Line indented incorrectly; expected at least 4 spaces, found 0
(#981) Missing docblock for function spellSafeCleanText
(#981) Public method name "textanalyser::spellSafeCleanText" must be in lower-case letters only
(#981) Expected 1 space before opening brace; found 0
(#983) Inline comments must start with a capital letter, digit or 3-dots sequence
(#983) Inline comments must end in full-stops, exclamation marks, or question marks
(#983) No space found before comment text; expected "// remove any html" but found "//remove any html"
(#986) Inline comments must start with a capital letter, digit or 3-dots sequence
(#986) Inline comments must end in full-stops, exclamation marks, or question marks
(#986) No space found before comment text; expected "// replace all line ends with empty strings" but found "//replace all line ends with empty strings"
(#989) Inline comments must start with a capital letter, digit or 3-dots sequence
(#989) Inline comments must end in full-stops, exclamation marks, or question marks
(#989) No space found before comment text; expected "// remove bad chars" but found "//remove bad chars"
(#990) Variable "b_open" must not contain underscores.
(#990) Expected at least 1 space before "="; 0 found
(#990) Expected at least 1 space after "="; 0 found
(#990) Expected 1 space before "="; 0 found
(#990) Expected 1 space after "="; 0 found
(#991) Variable "b_close" must not contain underscores.
(#991) Expected at least 1 space before "="; 0 found
(#991) Expected at least 1 space after "="; 0 found
(#991) Expected 1 space before "="; 0 found
(#991) Expected 1 space after "="; 0 found
(#992) Variable "b_sopen" must not contain underscores.
(#992) Expected at least 1 space before "="; 0 found
(#992) Expected at least 1 space after "="; 0 found
(#992) Expected 1 space before "="; 0 found
(#992) Expected 1 space after "="; 0 found
(#993) Variable "b_sclose" must not contain underscores.
(#993) Expected at least 1 space before "="; 0 found
(#993) Expected at least 1 space after "="; 0 found
(#993) Expected 1 space before "="; 0 found
(#993) Expected 1 space after "="; 0 found
(#994) Expected at least 1 space before "="; 0 found
(#994) Expected 1 space before "="; 0 found
(#994) Short array syntax must be used to define arrays
(#994) Variable "b_open" must not contain underscores.
(#994) Commas (,) must be followed by white space.
(#994) Expected 1 space between the comma and "$b_close". Found: no spaces
(#994) Variable "b_close" must not contain underscores.
(#994) Commas (,) must be followed by white space.
(#994) Expected 1 space between the comma and "$b_sopen". Found: no spaces
(#994) Variable "b_sopen" must not contain underscores.
(#994) Commas (,) must be followed by white space.
(#994) Expected 1 space between the comma and "$b_sclose". Found: no spaces
(#994) Variable "b_sclose" must not contain underscores.
(#995) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#995) Expected 1 space after FOREACH keyword; 0 found
(#995) Expected 1 space after closing parenthesis; found 0
(#996) Expected at least 1 space before "="; 0 found
(#996) Expected at least 1 space after "="; 0 found
(#996) Expected 1 space before "="; 0 found
(#996) Expected 1 space after "="; 0 found
(#996) No space found after comma in argument list
(#996) Commas (,) must be followed by white space.
(#996) Expected 1 space between the comma and "''". Found: no spaces
(#996) No space found after comma in argument list
(#996) Commas (,) must be followed by white space.
(#996) Expected 1 space between the comma and "$thetext". Found: no spaces
(#999) Inline comments must start with a capital letter, digit or 3-dots sequence
(#999) No space found before comment text; expected "// remove double spaces" but found "//remove double spaces"
(#1000) Inline comments must end in full-stops, exclamation marks, or question marks
(#1000) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#1001) No space found after comma in argument list
(#1001) Commas (,) must be followed by white space.
(#1001) Expected 1 space between the comma and "$thetext". Found: no spaces
(#1002) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1002) Inline comments must end in full-stops, exclamation marks, or question marks
(#1002) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#1003) Expected 1 space after FUNCTION keyword; 0 found
(#1003) Opening brace must be the last content on the line
(#1003) Closing brace must be on a line by itself
(#1003) Each PHP statement must be on a line by itself
(#1004) No space found after comma in argument list
(#1004) Commas (,) must be followed by white space.
(#1004) Expected 1 space between the comma and "$textbits". Found: no spaces
(#1011) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1011) 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"
(#1012) No space found before comment text; expected "// this is our helper" but found "//this is our helper"
(#1013) 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"
(#1014) Inline comments must end in full-stops, exclamation marks, or question marks
(#1014) No space found before comment text; expected "// this is our helper" but found "//this is our helper"
(#1015) Missing docblock for function curl_fetch
(#1015) Expected 1 space between comma and argument "$postdata"; 0 found
(#1015) Commas (,) must be followed by white space.
(#1015) Expected 1 space between the comma and "$postdata". Found: no spaces
(#1015) Incorrect spacing between argument "$postdata" and equals sign; expected 1 but found 0
(#1015) Incorrect spacing between default value and equals sign for argument "$postdata"; expected 1 but found 0
(#1015) Incorrect spacing between argument "$method" and equals sign; expected 1 but found 0
(#1015) Incorrect spacing between default value and equals sign for argument "$method"; expected 1 but found 0
(#1016) Opening brace should be on the same line as the declaration
(#1019) Expected at least 1 space before "."; 0 found
(#1019) Expected at least 1 space after "."; 0 found
(#1022) Expected "if (...) {\n"; found "if(...) {\n"
(#1022) Expected 1 space after IF keyword; 0 found
(#1022) Expected at least 1 space before "=="; 0 found
(#1022) Expected at least 1 space after "=="; 0 found
(#1022) Expected 1 space before "=="; 0 found
(#1022) Expected 1 space after "=="; 0 found
(#1024) Expected 1 space after closing brace; 0 found
(#1024) Expected "} else {\n"; found "}else{\n"
(#1024) Expected 1 space after ELSE keyword; 0 found
(#1031) Missing docblock for function fetch_spellingerrors
(#1032) Expected at least 1 space before "="; 0 found
(#1032) Expected at least 1 space after "="; 0 found
(#1032) Expected 1 space before "="; 0 found
(#1032) Expected 1 space after "="; 0 found
(#1032) Short array syntax must be used to define arrays
(#1034) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1034) Inline comments must end in full-stops, exclamation marks, or question marks
(#1034) No space found before comment text; expected "// sanity check" but found "//sanity check"
(#1035) Expected "if (...) {\n"; found "if(...){\n"
(#1035) Expected 1 space after IF keyword; 0 found
(#1035) Expected at least 1 space after "||"; 0 found
(#1035) Expected 1 space after closing parenthesis; found 0
(#1039) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1039) Inline comments must end in full-stops, exclamation marks, or question marks
(#1039) No space found before comment text; expected "// return errors" but found "//return errors"
(#1041) Expected "if (...) {\n"; found "if(...) {\n"
(#1041) Expected 1 space after IF keyword; 0 found
(#1044) Expected "for (...) {\n"; found "for(...) {\n"
(#1044) Expected 1 space after FOR keyword; 0 found
(#1044) Expected at least 1 space before "="; 0 found
(#1044) Expected at least 1 space after "="; 0 found
(#1044) Expected 1 space before "="; 0 found
(#1044) Expected 1 space after "="; 0 found
(#1044) Expected 1 space after first semicolon of FOR loop; 0 found
(#1044) Expected at least 1 space before "<"; 0 found
(#1044) Expected at least 1 space after "<"; 0 found
(#1044) Expected 1 space before "<"; 0 found
(#1044) Expected 1 space after "<"; 0 found
(#1046) Expected at least 1 space before "="; 0 found
(#1046) Expected at least 1 space after "="; 0 found
(#1046) Expected 1 space before "="; 0 found
(#1046) Expected 1 space after "="; 0 found
(#1052) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#1054) Missing docblock for function fetch_grammarerrors
(#1056) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1056) Inline comments must end in full-stops, exclamation marks, or question marks
(#1056) No space found before comment text; expected "// sanity check" but found "//sanity check"
(#1057) Expected "if (...) {\n"; found "if(...){\n"
(#1057) Expected 1 space after IF keyword; 0 found
(#1057) Expected at least 1 space after "||"; 0 found
(#1057) Expected 1 space after closing parenthesis; found 0
(#1061) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1061) Inline comments must end in full-stops, exclamation marks, or question marks
(#1061) No space found before comment text; expected "// return errors" but found "//return errors"
(#1065) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#1067) Missing docblock for function fetch_grammar_correction_diff
(#1067) Expected 1 space between comma and argument "$correction"; 0 found
(#1067) Commas (,) must be followed by white space.
(#1067) Expected 1 space between the comma and "$correction". Found: no spaces
(#1067) Expected 1 space before opening brace; found 0
(#1069) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1069) Inline comments must end in full-stops, exclamation marks, or question marks
(#1069) 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"
(#1074) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1076) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1076) No space found before comment text; expected "// fetch sequences of transcript/passage matched words" but found "//fetch sequences of transcript/passage matched words"
(#1077) Inline comments must end in full-stops, exclamation marks, or question marks
(#1080) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1080) Inline comments must end in full-stops, exclamation marks, or question marks
(#1080) No space found before comment text; expected "// rough estimate of insertions" but found "//rough estimate of insertions"
(#1082) Expected "if (...) {\n"; found "if(...){"
(#1082) Expected 1 space after IF keyword; 0 found
(#1082) Expected at least 1 space before "<"; 0 found
(#1082) Expected at least 1 space after "<"; 0 found
(#1082) Expected 1 space before "<"; 0 found
(#1082) Expected 1 space after "<"; 0 found
(#1082) Expected 1 space after closing parenthesis; found 0
(#1082) Newline required after opening brace
(#1082) Expected at least 1 space before "="; 0 found
(#1082) Expected at least 1 space after "="; 0 found
(#1082) Expected 1 space before "="; 0 found
(#1082) Expected 1 space after "="; 0 found
(#1082) Closing brace must be on a line by itself
(#1085) No space found after comma in argument list
(#1085) Commas (,) must be followed by white space.
(#1085) Expected 1 space between the comma and "$transcriptbits". Found: no spaces
(#1085) No space found after comma in argument list
(#1085) Commas (,) must be followed by white space.
(#1085) Expected 1 space between the comma and "$alternatives". Found: no spaces
(#1085) No space found after comma in argument list
(#1085) Commas (,) must be followed by white space.
(#1085) Expected 1 space between the comma and "$language". Found: no spaces
(#1087) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1087) Inline comments must end in full-stops, exclamation marks, or question marks
(#1087) No space found before comment text; expected "// fetch diffs" but found "//fetch diffs"
(#1088) No space found after comma in argument list
(#1088) Commas (,) must be followed by white space.
(#1088) Expected 1 space between the comma and "$transcriptcount". Found: no spaces
(#1089) No space found after comma in argument list
(#1089) Commas (,) must be followed by white space.
(#1089) Expected 1 space between the comma and "$passagebits". Found: no spaces
(#1089) No space found after comma in argument list
(#1089) Commas (,) must be followed by white space.
(#1089) Expected 1 space between the comma and "$wildcards". Found: no spaces
(#1090) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1092) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1092) Inline comments must end in full-stops, exclamation marks, or question marks
(#1092) 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"
(#1095) Expected at least 1 space before "="; 0 found
(#1095) Expected at least 1 space after "="; 0 found
(#1095) Expected 1 space before "="; 0 found
(#1095) Expected 1 space after "="; 0 found
(#1096) Expected at least 1 space before "="; 0 found
(#1096) Expected at least 1 space after "="; 0 found
(#1096) Expected 1 space before "="; 0 found
(#1096) Expected 1 space after "="; 0 found
(#1097) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1097) Inline comments must end in full-stops, exclamation marks, or question marks
(#1097) No space found before comment text; expected "// loop through diffs" but found "//loop through diffs"
(#1098) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1098) Expected 1 space after FOREACH keyword; 0 found
(#1098) Expected 1 space after closing parenthesis; found 0
(#1100) Expected 1 space after SWITCH keyword; 0 found
(#1100) Expected 1 space after closing parenthesis; found 0
(#1102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1102) Inline comments must end in full-stops, exclamation marks, or question marks
(#1102) 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"
(#1104) Expected at least 1 space before "="; 0 found
(#1104) Expected at least 1 space after "="; 0 found
(#1104) Expected 1 space before "="; 0 found
(#1104) Expected 1 space after "="; 0 found
(#1104) Expected at least 1 space before "-"; 0 found
(#1104) Expected at least 1 space after "-"; 0 found
(#1104) Expected 1 space before "-"; 0 found
(#1104) Expected 1 space after "-"; 0 found
(#1105) Expected at least 1 space before "="; 0 found
(#1105) Expected at least 1 space after "="; 0 found
(#1105) Expected 1 space before "="; 0 found
(#1105) Expected 1 space after "="; 0 found
(#1106) Expected at least 1 space before "="; 0 found
(#1106) Expected at least 1 space after "="; 0 found
(#1106) Expected 1 space before "="; 0 found
(#1106) Expected 1 space after "="; 0 found
(#1110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1110) Inline comments must end in full-stops, exclamation marks, or question marks
(#1110) No space found before comment text; expected "// 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"
(#1112) Expected at least 1 space before "="; 0 found
(#1112) Expected at least 1 space after "="; 0 found
(#1112) Expected 1 space before "="; 0 found
(#1112) Expected 1 space after "="; 0 found
(#1112) Expected at least 1 space before "-"; 0 found
(#1112) Expected at least 1 space after "-"; 0 found
(#1112) Expected 1 space before "-"; 0 found
(#1112) Expected 1 space after "-"; 0 found
(#1113) Expected at least 1 space before "="; 0 found
(#1113) Expected at least 1 space after "="; 0 found
(#1113) Expected 1 space before "="; 0 found
(#1113) Expected 1 space after "="; 0 found
(#1115) Expected at least 1 space before "="; 0 found
(#1115) Expected at least 1 space after "="; 0 found
(#1115) Expected 1 space before "="; 0 found
(#1115) Expected 1 space after "="; 0 found
(#1115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1115) Inline comments must end in full-stops, exclamation marks, or question marks
(#1115) No space found before comment text; expected "// not meaningful when processing corrections" but found "//not meaningful when processing corrections"
(#1116) Expected at least 1 space before "="; 0 found
(#1116) Expected at least 1 space after "="; 0 found
(#1116) Expected 1 space before "="; 0 found
(#1116) Expected 1 space after "="; 0 found
(#1116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1116) Inline comments must end in full-stops, exclamation marks, or question marks
(#1116) No space found before comment text; expected "// not meaningful when processing corrections" but found "//not meaningful when processing corrections"
(#1117) Expected at least 1 space before "="; 0 found
(#1117) Expected at least 1 space after "="; 0 found
(#1117) Expected 1 space before "="; 0 found
(#1117) Expected 1 space after "="; 0 found
(#1117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1117) Inline comments must end in full-stops, exclamation marks, or question marks
(#1117) No space found before comment text; expected "// not meaningful when processing corrections" but found "//not meaningful when processing corrections"
(#1118) Expected at least 1 space before "="; 0 found
(#1118) Expected at least 1 space after "="; 0 found
(#1118) Expected 1 space before "="; 0 found
(#1118) Expected 1 space after "="; 0 found
(#1123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1123) No space found before comment text; expected "// do nothing" but found "//do nothing"
(#1124) Inline comments must end in full-stops, exclamation marks, or question marks
(#1124) No space found before comment text; expected "// should never get here" but found "//should never get here"
(#1125) Blank line found at end of control structure
(#1130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1130) 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."
(#1133) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1133) Expected 1 space after FOREACH keyword; 0 found
(#1133) Expected 1 space before "=>"; 0 found
(#1133) Expected 1 space after "=>"; 0 found
(#1133) Expected at least 1 space before "=>"; 0 found
(#1133) Expected at least 1 space after "=>"; 0 found
(#1133) Expected 1 space before "=>"; 0 found
(#1133) Expected 1 space after "=>"; 0 found
(#1139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1139) Inline comments must end in full-stops, exclamation marks, or question marks
(#1139) No space found before comment text; expected "// finalise and serialise session errors" but found "//finalise and serialise session errors"
(#1143) Commas (,) must be followed by white space.
(#1143) Expected 1 space between the comma and "$sessionmatches". Found: no spaces
(#1143) Commas (,) must be followed by white space.
(#1143) Expected 1 space between the comma and "$insertioncount". Found: no spaces
(#1145) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#1147) Missing docblock for function fetch_duration_from_transcript
(#1147) Expected 1 space before opening brace; found 0
(#1149) Expected at least 1 space before "="; 0 found
(#1149) Expected at least 1 space after "="; 0 found
(#1149) Expected 1 space before "="; 0 found
(#1149) Expected 1 space after "="; 0 found
(#1150) Expected at least 1 space before "="; 0 found
(#1150) Expected at least 1 space after "="; 0 found
(#1150) Expected 1 space before "="; 0 found
(#1150) Expected 1 space after "="; 0 found
(#1150) Short array syntax must be used to define arrays
(#1151) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1151) Expected 1 space after FOREACH keyword; 0 found
(#1151) Expected 1 space after closing parenthesis; found 0
(#1152) Expected "if (...) {\n"; found "if(...){\n"
(#1152) Expected 1 space after IF keyword; 0 found
(#1152) Expected 1 space after closing parenthesis; found 0
(#1157) Expected "if (...) {\n"; found "if(...){\n"
(#1157) Expected 1 space after IF keyword; 0 found
(#1157) Expected at least 1 space before ">"; 0 found
(#1157) Expected at least 1 space after ">"; 0 found
(#1157) Expected 1 space before ">"; 0 found
(#1157) Expected 1 space after ">"; 0 found
(#1157) Expected 1 space after closing parenthesis; found 0
(#1158) Expected at least 1 space before "-"; 0 found
(#1158) Expected at least 1 space after "-"; 0 found
(#1158) Expected 1 space before "-"; 0 found
(#1158) Expected 1 space after "-"; 0 found
(#1159) Expected 1 space after closing brace; 0 found
(#1159) Expected "} else {\n"; found "}else{\n"
(#1159) Expected 1 space after ELSE keyword; 0 found
(#1164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1164) Inline comments must end in full-stops, exclamation marks, or question marks
(#1164) No space found before comment text; expected "// see if this is truly json or some error" but found "//see if this is truly json or some error"
(#1165) Missing docblock for function is_json
(#1177) The closing brace for the class must go on the next line after the body
public/mod/assign/feedback/cloudpoodll/classes/utils.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Missing docblock for class utils
(#29) Opening brace must not be followed by a blank line
(#31) Missing docblock for function get_cloud_poodll_server
(#40) Missing docblock for function fetch_options_recorders
(#40) Incorrect spacing between argument "$region" and equals sign; expected 1 but found 0
(#40) Incorrect spacing between default value and equals sign for argument "$region"; expected 1 but found 0
(#41) Expected at least 1 space before "="; 0 found
(#41) Expected at least 1 space after "="; 0 found
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#42) Variable "rec_options" must not contain underscores.
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Variable "rec_options" must not contain underscores.
(#45) Variable "rec_options" must not contain underscores.
(#46) Variable "rec_options" must not contain underscores.
(#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 loom recording is ok" but found "//if loom recording is ok"
(#48) Expected "if (...) {\n"; found "if(...) {\n"
(#48) Expected 1 space after IF keyword; 0 found
(#49) Variable "rec_options" must not contain underscores.
(#51) Variable "rec_options" must not contain underscores.
(#52) Variable "rec_options" must not contain underscores.
(#55) Missing docblock for function fetch_options_fallback
(#56) Short array syntax must be used to define arrays
(#62) Missing docblock for function fetch_options_interactivetranscript
(#63) Short array syntax must be used to define arrays
(#64) Opening parenthesis of a multi-line function call must be the last content on the line
(#65) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#65) Closing parenthesis of a multi-line function call must be on a line by itself
(#70) Missing docblock for function fetch_options_skins
(#71) Variable "rec_options" must not contain underscores.
(#71) Short array syntax must be used to define arrays
(#78) Variable "rec_options" must not contain underscores.
(#81) Missing docblock for function get_region_options
(#82) Short array syntax must be used to define arrays
(#91) No space found after comma in argument list
(#91) Commas (,) must be followed by white space.
(#91) Expected 1 space between the comma and "constants". Found: no spaces
(#92) No space found after comma in argument list
(#92) Commas (,) must be followed by white space.
(#92) Expected 1 space between the comma and "constants". Found: no spaces
(#93) No space found after comma in argument list
(#93) Commas (,) must be followed by white space.
(#93) Expected 1 space between the comma and "constants". Found: no spaces
(#94) No space found after comma in argument list
(#94) Commas (,) must be followed by white space.
(#94) Expected 1 space between the comma and "constants". Found: no spaces
(#95) No space found after comma in argument list
(#95) Commas (,) must be followed by white space.
(#95) Expected 1 space between the comma and "constants". Found: no spaces
(#99) Missing docblock for function get_transcriber_options
(#100) Short array syntax must be used to define arrays
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) This comment is 47% valid code; is this commented out code?
(#107) Missing docblock for function get_expiredays_options
(#108) Short array syntax must be used to define arrays
(#117) There should be a comma after the last array item in a multi-line array.
(#121) Missing docblock for function get_lang_options
(#122) Short array syntax must be used to define arrays
(#163) No space found after comma in argument list
(#163) Commas (,) must be followed by white space.
(#163) Expected 1 space between the comma and "constants". Found: no spaces
(#175) There should be a comma after the last array item in a multi-line array.
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) Missing docblock for function can_transcribe
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) No space found before comment text; expected "// The regions that can transcribe" but found "//The regions that can transcribe"
(#182) Expected 1 space after SWITCH keyword; 0 found
(#182) Expected 1 space after closing parenthesis; found 0
(#182) Blank line found at start of control structure
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Missing docblock for function curl_fetch
(#205) Missing docblock for function fetch_token_for_display
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Opening parenthesis of a multi-line function call must be the last content on the line
(#211) Multi-line function call not indented correctly; expected 8 spaces but found 24
(#211) Closing parenthesis of a multi-line function call must be on a line by itself
(#231) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#237) Inline comments must start with a capital letter, digit or 3-dots sequence
(#245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#259) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#263) Missing docblock for function fetch_feedback_data
(#265) Short array syntax must be used to define arrays
(#268) Inline comments must start with a capital letter, digit or 3-dots sequence
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) No space found before comment text; expected "// fetch the grammar correction suggestions" but found "//fetch the grammar correction suggestions"
(#269) Missing docblock for function fetch_loom_token
(#269) Expected 1 space between comma and argument "$region"; 0 found
(#269) Commas (,) must be followed by white space.
(#269) Expected 1 space between the comma and "$region". Found: no spaces
(#272) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#275) Short array syntax must be used to define arrays
(#280) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#282) Inline comments must start with a capital letter, digit or 3-dots sequence
(#282) Inline comments must end in full-stops, exclamation marks, or question marks
(#282) This comment is 43% valid code; is this commented out code?
(#282) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#291) Inline comments must start with a capital letter, digit or 3-dots sequence
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#291) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#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 "// if all good, then lets do the embed" but found "//if all good, then lets do the embed"
(#303) Inline comments must start with a capital letter, digit or 3-dots sequence
(#303) Inline comments must end in full-stops, exclamation marks, or question marks
(#303) No space found before comment text; expected "// see if this is truly json or some error" but found "//see if this is truly json or some error"
(#304) Missing docblock for function is_json
(#316) Missing docblock for function fetch_token
(#324) Inline comments must start with a capital letter, digit or 3-dots sequence
(#333) Variable "token_url" must not contain underscores.
(#334) Short array syntax must be used to define arrays
(#337) There should be a comma after the last array item in a multi-line array.
(#339) Variable "token_response" must not contain underscores.
(#339) Variable "token_url" must not contain underscores.
(#340) Variable "token_response" must not contain underscores.
(#341) Variable "resp_object" must not contain underscores.
(#341) Variable "token_response" must not contain underscores.
(#342) Variable "resp_object" must not contain underscores.
(#342) Variable "resp_object" must not contain underscores.
(#343) Variable "resp_object" must not contain underscores.
(#344) Inline comments must start with a capital letter, digit or 3-dots sequence
(#345) Variable "resp_object" must not contain underscores.
(#346) Variable "resp_object" must not contain underscores.
(#346) Variable "resp_object" must not contain underscores.
(#347) Inline comments must start with a capital letter, digit or 3-dots sequence
(#353) Inline comments must start with a capital letter, digit or 3-dots sequence
(#360) Variable "resp_object" must not contain underscores.
(#361) Variable "resp_object" must not contain underscores.
(#363) Variable "resp_object" must not contain underscores.
(#364) Variable "resp_object" must not contain underscores.
(#366) Variable "resp_object" must not contain underscores.
(#367) Variable "resp_object" must not contain underscores.
(#371) Blank line found at end of control structure
(#374) Empty IF statement detected
(#374) Variable "resp_object" must not contain underscores.
(#374) Variable "resp_object" must not contain underscores.
(#384) Missing docblock for function fetch_token_error
(#384) Expected 1 space before opening brace; found 0
(#387) Inline comments must start with a capital letter, digit or 3-dots sequence
(#387) Inline comments must end in full-stops, exclamation marks, or question marks
(#387) No space found before comment text; expected "// check token authenticated" but found "//check token authenticated"
(#388) Expected "if (...) {\n"; found "if(...) {\n"
(#388) Expected 1 space after IF keyword; 0 found
(#389) Opening parenthesis of a multi-line function call must be the last content on the line
(#389) Only one argument is allowed per line in a multi-line function call
(#390) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#390) Closing parenthesis of a multi-line function call must be on a line by itself
(#398) Inline comments must start with a capital letter, digit or 3-dots sequence
(#398) Inline comments must end in full-stops, exclamation marks, or question marks
(#398) No space found before comment text; expected "// we should not get here if there is no token, but lets gracefully die, [v unlikely]" but found "//we should not get here if there is no token, but lets gracefully die, [v unlikely]"
(#404) Inline comments must end in full-stops, exclamation marks, or question marks
(#404) No space found before comment text; expected "// We have an object but its no good, creds were wrong ..or something. [v unlikely]" but found "//We have an object but its no good, creds were wrong ..or something. [v unlikely]"
(#409) Inline comments must start with a capital letter, digit or 3-dots sequence
(#420) Inline comments must start with a capital letter, digit or 3-dots sequence
(#420) No space found before comment text; expected "// just return empty if there is no error." but found "//just return empty if there is no error."
(#424) Inline comments must start with a capital letter, digit or 3-dots sequence
(#425) Missing docblock for function fetch_transcriptdata
(#434) Missing docblock for function fetch_grammar_correction_diff
(#434) Expected 1 space between comma and argument "$correction"; 0 found
(#434) Commas (,) must be followed by white space.
(#434) Expected 1 space between the comma and "$correction". Found: no spaces
(#434) Expected 1 space between comma and argument "$direction"; 0 found
(#434) Commas (,) must be followed by white space.
(#434) Expected 1 space between the comma and "$direction". Found: no spaces
(#434) Incorrect spacing between argument "$direction" and equals sign; expected 1 but found 0
(#434) Incorrect spacing between default value and equals sign for argument "$direction"; expected 1 but found 0
(#434) Expected 1 space before opening brace; found 0
(#435) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#437) Inline comments must start with a capital letter, digit or 3-dots sequence
(#437) Inline comments must end in full-stops, exclamation marks, or question marks
(#437) 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"
(#441) Inline comments must start with a capital letter, digit or 3-dots sequence
(#441) No space found before comment text; expected "// the direction of diff depends on which text we want to mark up. Because we only highlight" but found "//the direction of diff depends on which text we want to mark up. Because we only highlight"
(#442) No space found before comment text; expected "// this is because if we show the pre-text (eg student typed text) we can not highlight corrections .. they are not there" but found "//this is because if we show the pre-text (eg student typed text) we can not highlight corrections .. they are not there"
(#443) No space found before comment text; expected "// if we show post-text (eg corrections) we can not highlight mistakes .. they are not there" but found "//if we show post-text (eg corrections) we can not highlight mistakes .. they are not there"
(#444) Inline comments must end in full-stops, exclamation marks, or question marks
(#444) No space found before comment text; expected "// the diffs tell us where the diffs are with relation to text A" but found "//the diffs tell us where the diffs are with relation to text A"
(#445) Expected "if (...) {\n"; found "if(...) {\n"
(#445) Expected 1 space after IF keyword; 0 found
(#445) Expected at least 1 space before "=="; 0 found
(#445) Expected at least 1 space after "=="; 0 found
(#445) Expected 1 space before "=="; 0 found
(#445) Expected 1 space after "=="; 0 found
(#448) Expected 1 space after closing brace; 0 found
(#448) Expected "} else {\n"; found "}else {\n"
(#453) Inline comments must start with a capital letter, digit or 3-dots sequence
(#453) No space found before comment text; expected "// fetch sequences of transcript/passage matched words" but found "//fetch sequences of transcript/passage matched words"
(#454) Inline comments must end in full-stops, exclamation marks, or question marks
(#457) Inline comments must start with a capital letter, digit or 3-dots sequence
(#457) Inline comments must end in full-stops, exclamation marks, or question marks
(#457) No space found before comment text; expected "// rough estimate of insertions" but found "//rough estimate of insertions"
(#459) Expected "if (...) {\n"; found "if(...){"
(#459) Expected 1 space after IF keyword; 0 found
(#459) Expected at least 1 space before "<"; 0 found
(#459) Expected at least 1 space after "<"; 0 found
(#459) Expected 1 space before "<"; 0 found
(#459) Expected 1 space after "<"; 0 found
(#459) Expected 1 space after closing parenthesis; found 0
(#459) Newline required after opening brace
(#459) Expected at least 1 space before "="; 0 found
(#459) Expected at least 1 space after "="; 0 found
(#459) Expected 1 space before "="; 0 found
(#459) Expected 1 space after "="; 0 found
(#459) Closing brace must be on a line by itself
(#462) No space found after comma in argument list
(#462) Commas (,) must be followed by white space.
(#462) Expected 1 space between the comma and "$transcriptbits". Found: no spaces
(#462) No space found after comma in argument list
(#462) Commas (,) must be followed by white space.
(#462) Expected 1 space between the comma and "$alternatives". Found: no spaces
(#462) No space found after comma in argument list
(#462) Commas (,) must be followed by white space.
(#462) Expected 1 space between the comma and "$language". Found: no spaces
(#464) Inline comments must start with a capital letter, digit or 3-dots sequence
(#464) Inline comments must end in full-stops, exclamation marks, or question marks
(#464) No space found before comment text; expected "// fetch diffs" but found "//fetch diffs"
(#465) No space found after comma in argument list
(#465) Commas (,) must be followed by white space.
(#465) Expected 1 space between the comma and "$transcriptcount". Found: no spaces
(#466) No space found after comma in argument list
(#466) Commas (,) must be followed by white space.
(#466) Expected 1 space between the comma and "$passagebits". Found: no spaces
(#466) No space found after comma in argument list
(#466) Commas (,) must be followed by white space.
(#466) Expected 1 space between the comma and "$wildcards". Found: no spaces
(#467) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#469) Inline comments must start with a capital letter, digit or 3-dots sequence
(#469) Inline comments must end in full-stops, exclamation marks, or question marks
(#469) No space found before comment text; expected "// 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"
(#472) Expected at least 1 space before "="; 0 found
(#472) Expected at least 1 space after "="; 0 found
(#472) Expected 1 space before "="; 0 found
(#472) Expected 1 space after "="; 0 found
(#473) Expected at least 1 space before "="; 0 found
(#473) Expected at least 1 space after "="; 0 found
(#473) Expected 1 space before "="; 0 found
(#473) Expected 1 space after "="; 0 found
(#474) Inline comments must start with a capital letter, digit or 3-dots sequence
(#474) Inline comments must end in full-stops, exclamation marks, or question marks
(#474) No space found before comment text; expected "// loop through diffs" but found "//loop through diffs"
(#475) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#475) Expected 1 space after FOREACH keyword; 0 found
(#475) Expected 1 space after closing parenthesis; found 0
(#477) Expected 1 space after SWITCH keyword; 0 found
(#477) Expected 1 space after closing parenthesis; found 0
(#479) Inline comments must start with a capital letter, digit or 3-dots sequence
(#479) Inline comments must end in full-stops, exclamation marks, or question marks
(#479) No space found before comment text; expected "// we 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"
(#481) Expected at least 1 space before "="; 0 found
(#481) Expected at least 1 space after "="; 0 found
(#481) Expected 1 space before "="; 0 found
(#481) Expected 1 space after "="; 0 found
(#481) Expected at least 1 space before "-"; 0 found
(#481) Expected at least 1 space after "-"; 0 found
(#481) Expected 1 space before "-"; 0 found
(#481) Expected 1 space after "-"; 0 found
(#482) Expected at least 1 space before "="; 0 found
(#482) Expected at least 1 space after "="; 0 found
(#482) Expected 1 space before "="; 0 found
(#482) Expected 1 space after "="; 0 found
(#483) Expected at least 1 space before "="; 0 found
(#483) Expected at least 1 space after "="; 0 found
(#483) Expected 1 space before "="; 0 found
(#483) Expected 1 space after "="; 0 found
(#487) Inline comments must start with a capital letter, digit or 3-dots sequence
(#487) Inline comments must end in full-stops, exclamation marks, or question marks
(#487) 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"
(#489) Expected at least 1 space before "="; 0 found
(#489) Expected at least 1 space after "="; 0 found
(#489) Expected 1 space before "="; 0 found
(#489) Expected 1 space after "="; 0 found
(#489) Expected at least 1 space before "-"; 0 found
(#489) Expected at least 1 space after "-"; 0 found
(#489) Expected 1 space before "-"; 0 found
(#489) Expected 1 space after "-"; 0 found
(#490) Expected at least 1 space before "="; 0 found
(#490) Expected at least 1 space after "="; 0 found
(#490) Expected 1 space before "="; 0 found
(#490) Expected 1 space after "="; 0 found
(#492) Expected at least 1 space before "="; 0 found
(#492) Expected at least 1 space after "="; 0 found
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#492) Inline comments must start with a capital letter, digit or 3-dots sequence
(#492) Inline comments must end in full-stops, exclamation marks, or question marks
(#492) No space found before comment text; expected "// not meaningful when processing corrections" but found "//not meaningful when processing corrections"
(#493) Expected at least 1 space before "="; 0 found
(#493) Expected at least 1 space after "="; 0 found
(#493) Expected 1 space before "="; 0 found
(#493) Expected 1 space after "="; 0 found
(#493) Inline comments must start with a capital letter, digit or 3-dots sequence
(#493) Inline comments must end in full-stops, exclamation marks, or question marks
(#493) No space found before comment text; expected "// not meaningful when processing corrections" but found "//not meaningful when processing corrections"
(#494) Expected at least 1 space before "="; 0 found
(#494) Expected at least 1 space after "="; 0 found
(#494) Expected 1 space before "="; 0 found
(#494) Expected 1 space after "="; 0 found
(#494) Inline comments must start with a capital letter, digit or 3-dots sequence
(#494) Inline comments must end in full-stops, exclamation marks, or question marks
(#494) No space found before comment text; expected "// not meaningful when processing corrections" but found "//not meaningful when processing corrections"
(#495) Expected at least 1 space before "="; 0 found
(#495) Expected at least 1 space after "="; 0 found
(#495) Expected 1 space before "="; 0 found
(#495) Expected 1 space after "="; 0 found
(#500) Inline comments must start with a capital letter, digit or 3-dots sequence
(#500) No space found before comment text; expected "// do nothing" but found "//do nothing"
(#501) Inline comments must end in full-stops, exclamation marks, or question marks
(#501) No space found before comment text; expected "// should never get here" but found "//should never get here"
(#502) Blank line found at end of control structure
(#507) Inline comments must start with a capital letter, digit or 3-dots sequence
(#507) 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."
(#510) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#510) Expected 1 space after FOREACH keyword; 0 found
(#510) Expected 1 space before "=>"; 0 found
(#510) Expected 1 space after "=>"; 0 found
(#510) Expected at least 1 space before "=>"; 0 found
(#510) Expected at least 1 space after "=>"; 0 found
(#510) Expected 1 space before "=>"; 0 found
(#510) Expected 1 space after "=>"; 0 found
(#516) Inline comments must start with a capital letter, digit or 3-dots sequence
(#516) Inline comments must end in full-stops, exclamation marks, or question marks
(#516) No space found before comment text; expected "// finalise and serialise session errors" but found "//finalise and serialise session errors"
(#520) Commas (,) must be followed by white space.
(#520) Expected 1 space between the comma and "$sessionmatches". Found: no spaces
(#520) Commas (,) must be followed by white space.
(#520) Expected 1 space between the comma and "$insertioncount". Found: no spaces
(#523) Missing docblock for function can_use_loom
(#523) Expected 1 space before opening brace; found 0
(#524) Expected 1 space after SWITCH keyword; 0 found
(#532) Expected 1 newline at end of file; 0 found
public/mod/assign/feedback/cloudpoodll/db/access.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#25) Short array syntax must be used to define arrays
(#26) Short array syntax must be used to define arrays
(#29) Short array syntax must be used to define arrays
(#32) There should be a comma after the last array item in a multi-line array.
(#35) Expected 1 newline at end of file; 0 found
public/mod/assign/feedback/cloudpoodll/db/install.php
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
public/mod/assign/feedback/cloudpoodll/db/services.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Missing @copyright tag
(#3) Missing @license tag
(#10) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Short array syntax must be used to define arrays
(#12) Short array syntax must be used to define arrays
(#16) Expected at least 1 space before "=>"; 0 found
(#16) Expected 1 space before "=>"; 0 found
(#20) Short array syntax must be used to define arrays
(#24) Expected at least 1 space before "=>"; 0 found
(#24) Expected 1 space before "=>"; 0 found
(#27) There should be a comma after the last array item in a multi-line array.
public/mod/assign/feedback/cloudpoodll/db/upgrade.php
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#56) Blank line found at start of control structure
(#71) Expected 0 spaces before closing parenthesis; 1 found
(#82) Expected 1 space after SWITCH keyword; 0 found
(#84) Opening parenthesis of a multi-line function call must be the last content on the line
(#84) Only one argument is allowed per line in a multi-line function call
(#85) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#85) Only one argument is allowed per line in a multi-line function call
(#85) Closing parenthesis of a multi-line function call must be on a line by itself
(#88) Opening parenthesis of a multi-line function call must be the last content on the line
(#88) Only one argument is allowed per line in a multi-line function call
(#89) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#89) Only one argument is allowed per line in a multi-line function call
(#89) Closing parenthesis of a multi-line function call must be on a line by itself
(#100) Blank line found at start of control structure
(#113) Expected "if (...) {\n"; found "if(...){\n"
(#113) Expected 1 space after IF keyword; 0 found
(#113) Expected 1 space after closing parenthesis; found 0
(#116) Expected at least 1 space before "="; 0 found
(#116) Expected at least 1 space after "="; 0 found
(#116) Expected 1 space before "="; 0 found
(#116) Expected 1 space after "="; 0 found
(#117) Expected 0 spaces before closing parenthesis; 1 found
(#120) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#120) Expected 1 space after FOREACH keyword; 0 found
public/mod/assign/feedback/cloudpoodll/fetchcbpage.php
(#2) Moodle boilerplate not found at first line
(#28) Expected at least 1 space before "."; 0 found
(#28) Expected at least 1 space after "."; 0 found
(#30) Import statements must not begin with a leading backslash
(#37) Expected "if (...) {\n"; found "if(...){\n"
(#37) Expected 1 space after IF keyword; 0 found
(#37) No space found after comma in argument list
(#37) Commas (,) must be followed by white space.
(#37) Expected 1 space between the comma and "$systemcontext". Found: no spaces
(#37) Expected 1 space after closing parenthesis; found 0
(#37) Blank line found at start of control structure
(#39) Expected at least 1 space before "="; 0 found
(#39) Expected at least 1 space after "="; 0 found
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#39) Expected at least 1 space before "=>"; 0 found
(#39) Expected at least 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Commas (,) must be followed by white space.
(#39) Expected 1 space between the comma and "'wwwroot'". Found: no spaces
(#39) Expected at least 1 space before "=>"; 0 found
(#39) Expected at least 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#40) Expected at least 1 space before "=>"; 0 found
(#40) Expected at least 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space between the comma and "'last_name'". Found: no spaces
(#40) Expected at least 1 space before "=>"; 0 found
(#40) Expected at least 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space between the comma and "'email'". Found: no spaces
(#40) Expected at least 1 space before "=>"; 0 found
(#40) Expected at least 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space between the comma and "'country'". Found: no spaces
(#40) Expected at least 1 space before "=>"; 0 found
(#40) Expected at least 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#42) Space after opening parenthesis of function call prohibited
(#42) No space found after comma in argument list
(#42) Commas (,) must be followed by white space.
(#42) Expected 1 space between the comma and "$amddata". Found: no spaces
(#44) Expected 1 space after closing brace; 0 found
(#44) Expected "} else {\n"; found "}else{\n"
(#44) Expected 1 space after ELSE keyword; 0 found
public/mod/assign/feedback/cloudpoodll/lang/en/assignfeedback_cloudpoodll.php
(#36) The string key "cloudpoodll:use" is not in the correct order, it should be before "privacy:metadata:tablesummary"
(#38) Unexpected comment found. Auto-fixing will not work after this comment
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) This comment is 78% valid code; is this commented out code?
(#38) No space found before comment text; expected "// $string['recorder'] = 'Recorder Type';" but found "//$string['recorder'] = 'Recorder Type';"
(#43) The string key "recorderscreen" is not in the correct order, it should be before "recordervideo"
(#44) The string key "recordercorrections" is not in the correct order, it should be before "recorderscreen"
(#47) The string key "defaultrecorder" is not in the correct order, it should be before "recorderfeedbacktext"
(#50) The string key "apiuser" is not in the correct order, it should be before "defaultrecorderdetails"
(#52) The string key "apisecret" is not in the correct order, it should be before "apiuser_details"
(#57) The string key "enabletranscode" is not in the correct order, it should be before "enabletranscription_details"
(#62) The string key "tokyo" is not in the correct order, it should be before "useast1"
(#63) The string key "sydney" is not in the correct order, it should be before "tokyo"
(#64) The string key "dublin" is not in the correct order, it should be before "sydney"
(#66) The string key "frankfurt" is not in the correct order, it should be before "ottawa"
(#69) Expected at least 1 space before "="; 0 found
(#69) Expected at least 1 space after "="; 0 found
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#70) The string key "mumbai" is not in the correct order, it should be before "singapore"
(#70) Expected at least 1 space before "="; 0 found
(#70) Expected at least 1 space after "="; 0 found
(#70) Expected 1 space before "="; 0 found
(#70) Expected 1 space after "="; 0 found
(#71) The string key "capetown" is not in the correct order, it should be before "mumbai"
(#72) The string key "bahrain" is not in the correct order, it should be before "capetown"
(#74) The string key "forever" is not in the correct order, it should be before "ningxia"
(#76) The string key "en-us" is not in the correct order, it should be before "forever"
(#77) The string key "en-gb" is not in the correct order, it should be before "en-us"
(#78) The string key "en-au" is not in the correct order, it should be before "en-gb"
(#83) The string key "fr-ca" is not in the correct order, it should be before "fr-fr"
(#86) The string key "it-it" is not in the correct order, it should be before "pt-br"
(#87) The string key "de-de" is not in the correct order, it should be before "it-it"
(#90) The string key "ar-ae" is not in the correct order, it should be before "hi-in"
(#93) The string key "nl-nl" is not in the correct order, it should be before "zh-cn"
(#94) The string key "en-ie" is not in the correct order, it should be before "nl-nl"
(#96) The string key "en-ab" is not in the correct order, it should be before "en-wl"
(#98) The string key "de-ch" is not in the correct order, it should be before "fa-ir"
(#109) The string key "eu-es" is not in the correct order, it should be before "uk-ua"
(#113) The string key "no-no" is not in the correct order, it should be before "sv-se"
(#114) The string key "nb-no" is not in the correct order, it should be before "no-no"
(#114) Unexpected comment found. Auto-fixing will not work after this comment
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) No space found before comment text; expected "// unused" but found "//unused"
(#117) The string key "mi-nz" is not in the correct order, it should be before "ro-ro"
(#118) The string key "bg-bg" is not in the correct order, it should be before "mi-nz"
(#118) Unexpected comment found. Auto-fixing will not work after this comment
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Unexpected comment found. Auto-fixing will not work after this comment
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Unexpected comment found. Auto-fixing will not work after this comment
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Unexpected comment found. Auto-fixing will not work after this comment
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Unexpected comment found. Auto-fixing will not work after this comment
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Unexpected comment found. Auto-fixing will not work after this comment
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Unexpected comment found. Auto-fixing will not work after this comment
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Unexpected comment found. Auto-fixing will not work after this comment
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Unexpected comment found. Auto-fixing will not work after this comment
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) The string key "is-is" is not in the correct order, it should be before "sl-si"
(#127) Unexpected comment found. Auto-fixing will not work after this comment
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Unexpected comment found. Auto-fixing will not work after this comment
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Unexpected comment found. Auto-fixing will not work after this comment
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) Unexpected comment found. Auto-fixing will not work after this comment
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Unexpected comment found. Auto-fixing will not work after this comment
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) The string key "awsregion" is not in the correct order, it should be before "vi-vn"
(#134) Unexpected comment found. Auto-fixing will not work after this comment
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) This comment is 78% valid code; is this commented out code?
(#134) No space found before comment text; expected "// $string['region'] = 'AWS Region';" but found "//$string['region'] = 'AWS Region';"
(#138) The string key "currentfeedback" is not in the correct order, it should be before "timelimit"
(#140) The string key "no" is not in the correct order, it should be before "yes"
(#142) The string key "displayaudioplayersingle" is not in the correct order, it should be before "no"
(#143) The string key "displayaudioplayerlist" is not in the correct order, it should be before "displayaudioplayersingle"
(#147) The string key "displaysizelist" is not in the correct order, it should be before "displaysizesingledetails"
(#151) The string key "audioplaceholder" is not in the correct order, it should be before "videoplaceholder"
(#152) Unexpected comment found. Auto-fixing will not work after this comment
(#152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#152) This comment is 78% valid code; is this commented out code?
(#152) No space found before comment text; expected "// $string['shownoimage'] = 'Do not display image';" but found "//$string['shownoimage'] = 'Do not display image';"
(#158) Unexpected comment found. Auto-fixing will not work after this comment
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) This comment is 72% valid code; is this commented out code?
(#158) No space found before comment text; expected "// $string['setting_snapshot_heading'] = 'Snapshot image settings';" but found "//$string['setting_snapshot_heading'] = 'Snapshot image settings';"
(#159) Unexpected comment found. Auto-fixing will not work after this comment
(#159) No space found before comment text; expected "// $string['setting_snapshot_heading_details'] = 'Settings controlling image appearance in feedback review and list pages';" but found "//$string['setting_snapshot_heading_details'] = 'Settings controlling image appearance in feedback review and list pages';"
(#160) Unexpected comment found. Auto-fixing will not work after this comment
(#160) No space found before comment text; expected "// $string['setting_whiteboard_heading'] = 'Whiteboard image settings';" but found "//$string['setting_whiteboard_heading'] = 'Whiteboard image settings';"
(#161) Unexpected comment found. Auto-fixing will not work after this comment
(#161) No space found before comment text; expected "// $string['setting_whiteboard_heading_details'] = 'Settings controlling image appearance in feedback review and list pages';" but found "//$string['setting_whiteboard_heading_details'] = 'Settings controlling image appearance in feedback review and list pages';"
(#162) The string key "deletefeedback" is not in the correct order, it should be before "setting_video_heading_details"
(#165) The string key "cloudpoodll:use" is duplicated
(#166) The string key "privacy:metadata:cloudpoodllcom" is not in the correct order, it should be before "reallydeletefeedback"
(#170) The string key "privacy:metadata:assignmentid" is duplicated
(#172) The string key "privacy:metadata:feedbackpurpose" is not in the correct order, it should be before "privacy:metadata:filepurpose"
(#175) The string key "privacy:metadata:fulltranscriptpurpose" is not in the correct order, it should be before "privacy:metadata:transcriptpurpose"
(#180) The string key "recorderskin" is not in the correct order, it should be before "recordertype"
(#182) The string key "skinbmr" is not in the correct order, it should be before "skinplain"
(#184) The string key "skin123" is not in the correct order, it should be before "skinfresh"
(#187) The string key "skinscreen" is not in the correct order, it should be before "skinupload"
(#189) The string key "fallback" is not in the correct order, it should be before "skinscreen"
(#193) The string key "fallbackiosupload" is not in the correct order, it should be before "fallbackupload"
(#198) The string key "playertypedefault" is not in the correct order, it should be before "playertypestudent"
(#201) The string key "defaultplayertype" is not in the correct order, it should be before "playertypestandardtranscript"
(#203) The string key "defaultplayertypedetails" is not in the correct order, it should be before "defaultplayertypestudent"
(#207) Unexpected comment found. Auto-fixing will not work after this comment
(#207) Inline comments must start with a capital letter, digit or 3-dots sequence
(#207) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) No space found before comment text; expected "// these errors are displayed on settings page" but found "//these errors are displayed on settings page"
(#208) The string key "displaysubs" is not in the correct order, it should be before "transcripttitle"
(#210) The string key "noapisecret" is not in the correct order, it should be before "noapiuser"
(#211) The string key "credentialsinvalid" is not in the correct order, it should be before "noapisecret"
(#212) The string key "appauthorised" is not in the correct order, it should be before "credentialsinvalid"
(#215) The string key "notokenincache" is not in the correct order, it should be before "refreshtoken"
(#217) Unexpected comment found. Auto-fixing will not work after this comment
(#217) Inline comments must start with a capital letter, digit or 3-dots sequence
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) No space found before comment text; expected "// these errors are displayed on activity page" but found "//these errors are displayed on activity page"
(#218) The string key "nocredentials" is not in the correct order, it should be before "notokenincache"
(#220) The string key "nosubscriptions" is not in the correct order, it should be before "novalidcredentials"
(#222) The string key "clicktohide" is not in the correct order, it should be before "nosubscriptions"
(#226) The string key "transcriberamazon" is not in the correct order, it should be before "transcribernone"
(#228) The string key "divider" is not in the correct order, it should be before "transcribergooglecloud"
(#228) Expected at least 1 space before "="; 0 found
(#228) Expected 1 space before "="; 0 found
(#229) The string key "customdivider" is not in the correct order, it should be before "divider"
(#229) Expected at least 1 space before "="; 0 found
(#229) Expected 1 space before "="; 0 found
(#231) Expected at least 1 space before "="; 0 found
(#231) Expected 1 space before "="; 0 found
(#232) The string key "customname" is not in the correct order, it should be before "recorderdisplayname"
(#232) Expected at least 1 space before "="; 0 found
(#232) Expected 1 space before "="; 0 found
(#233) Expected at least 1 space before "="; 0 found
(#233) Expected 1 space before "="; 0 found
(#237) Unexpected comment found. Auto-fixing will not work after this comment
(#237) Inline comments must start with a capital letter, digit or 3-dots sequence
(#237) This comment is 74% valid code; is this commented out code?
(#237) No space found before comment text; expected "// $string['memberdashboard'] = "Member Dashboard";" but found "//$string['memberdashboard'] = "Member Dashboard";"
(#238) Unexpected comment found. Auto-fixing will not work after this comment
(#238) No space found before comment text; expected "// $string['memberdashboard_desc'] = "";" but found "//$string['memberdashboard_desc'] = "";"
(#239) The string key "fillcredentials" is not in the correct order, it should be before "freetrial_desc"
(#239) Expected at least 1 space before "="; 0 found
(#239) Expected at least 1 space after "="; 0 found
(#239) Expected 1 space before "="; 0 found
(#239) Expected 1 space after "="; 0 found
(#240) Expected at least 1 space before "="; 0 found
(#240) Expected at least 1 space after "="; 0 found
(#240) Expected 1 space before "="; 0 found
(#240) Expected 1 space after "="; 0 found
(#242) The string key "checking" is not in the correct order, it should be before "startscreencast"
(#242) Expected at least 1 space before "="; 0 found
(#242) Expected at least 1 space after "="; 0 found
(#242) Expected 1 space before "="; 0 found
(#242) Expected 1 space after "="; 0 found
(#244) The string key "correctionslanguage" is not in the correct order, it should be before "nosuggestions"
(#244) Expected at least 1 space before "="; 0 found
(#244) Expected at least 1 space after "="; 0 found
(#244) Expected 1 space before "="; 0 found
(#244) Expected 1 space after "="; 0 found
(#245) Expected at least 1 space before "="; 0 found
(#245) Expected at least 1 space after "="; 0 found
(#245) Expected 1 space before "="; 0 found
(#245) Expected 1 space after "="; 0 found
(#247) Expected at least 1 space before "="; 0 found
(#247) Expected at least 1 space after "="; 0 found
(#247) Expected 1 space before "="; 0 found
(#247) Expected 1 space after "="; 0 found
(#248) Expected at least 1 space before "="; 0 found
(#248) Expected at least 1 space after "="; 0 found
(#248) Expected 1 space before "="; 0 found
(#248) Expected 1 space after "="; 0 found
(#249) The string key "correctedtext_instructions" is not in the correct order, it should be before "submittedtext_instructions"
(#249) Expected at least 1 space before "="; 0 found
(#249) Expected at least 1 space after "="; 0 found
(#249) Expected 1 space before "="; 0 found
(#249) Expected 1 space after "="; 0 found
(#250) Expected at least 1 space before "="; 0 found
(#250) Expected at least 1 space after "="; 0 found
(#250) Expected 1 space before "="; 0 found
(#250) Expected 1 space after "="; 0 found
(#251) Expected at least 1 space before "="; 0 found
(#251) Expected at least 1 space after "="; 0 found
(#251) Expected 1 space before "="; 0 found
(#251) Expected 1 space after "="; 0 found
(#252) The string key "correctedtext" is not in the correct order, it should be before "submittedtext"
(#252) Expected at least 1 space before "="; 0 found
(#252) Expected at least 1 space after "="; 0 found
(#252) Expected 1 space before "="; 0 found
(#252) Expected 1 space after "="; 0 found
(#253) Expected at least 1 space before "="; 0 found
(#253) Expected at least 1 space after "="; 0 found
(#253) Expected 1 space before "="; 0 found
(#253) Expected 1 space after "="; 0 found
(#254) Expected at least 1 space before "="; 0 found
(#254) Expected at least 1 space after "="; 0 found
(#254) Expected 1 space before "="; 0 found
(#254) Expected 1 space after "="; 0 found
(#255) The string key "overwritesuggestions" is not in the correct order, it should be before "overwritewarning"
(#255) Expected at least 1 space before "="; 0 found
(#255) Expected at least 1 space after "="; 0 found
(#255) Expected 1 space before "="; 0 found
(#255) Expected 1 space after "="; 0 found
(#256) The string key "overwritefetchedsubmission" is not in the correct order, it should be before "overwritesuggestions"
(#256) Expected at least 1 space before "="; 0 found
(#256) Expected at least 1 space after "="; 0 found
(#256) Expected 1 space before "="; 0 found
(#256) Expected 1 space after "="; 0 found
(#257) The string key "correctionstitle" is not in the correct order, it should be before "overwritefetchedsubmission"
(#259) Expected at least 1 space before "="; 0 found
(#259) Expected at least 1 space after "="; 0 found
(#259) Expected 1 space before "="; 0 found
(#259) Expected 1 space after "="; 0 found
(#260) The string key "hidecorrections" is not in the correct order, it should be before "showcorrections"
(#260) Expected at least 1 space before "="; 0 found
(#260) Expected at least 1 space after "="; 0 found
(#260) Expected 1 space before "="; 0 found
(#260) Expected 1 space after "="; 0 found
(#261) The string key "cloudpoodllserver" is not in the correct order, it should be before "hidecorrections"
public/mod/assign/feedback/cloudpoodll/locallib.php
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#48) Missing docblock for constant assign_feedback_cloudpoodll::SUBTYPEMAP_RECORDERS
(#51) There should be a comma after the last array item in a multi-line array.
(#54) Missing docblock for function is_enabled
(#58) Missing docblock for function is_configurable
(#75) Expected "if (...) {\n"; found "if(...){\n"
(#75) Expected 1 space after IF keyword; 0 found
(#75) No space found after comma in argument list
(#75) Commas (,) must be followed by white space.
(#75) Expected 1 space between the comma and "'customname'". Found: no spaces
(#75) Expected 1 space after closing parenthesis; found 0
(#76) No space found after comma in argument list
(#76) Commas (,) must be followed by white space.
(#76) Expected 1 space between the comma and "'customname'". Found: no spaces
(#77) Expected 1 space after closing brace; 0 found
(#77) Expected "} else {\n"; found "}else {\n"
(#82) Missing docblock for function get_allfeedbacks
(#84) Opening parenthesis of a multi-line function call must be the last content on the line
(#84) Only one argument is allowed per line in a multi-line function call
(#84) Only one argument is allowed per line in a multi-line function call
(#85) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#85) Closing parenthesis of a multi-line function call must be on a line by itself
(#115) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#116) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#141) Short array syntax must be used to define arrays
(#151) This comment is 56% valid code; is this commented out code?
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#182) Inline comments must start with a capital letter, digit or 3-dots sequence
(#185) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#194) Inline comments must start with a capital letter, digit or 3-dots sequence
(#196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#203) Inline comments must start with a capital letter, digit or 3-dots sequence
(#206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#228) Line exceeds 132 characters; contains 151 characters
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) This comment is 45% valid code; is this commented out code?
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) 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
(#242) Expected "if (...) {\n"; found "if(...){\n"
(#242) Expected 1 space after IF keyword; 0 found
(#242) Expected 1 space after closing parenthesis; found 0
(#247) Expected 1 space after closing brace; 0 found
(#247) Expected "} else {\n"; found "}else{\n"
(#247) Expected 1 space after ELSE keyword; 0 found
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#252) Expected "if (...) {\n"; found "if(...) {\n"
(#252) Expected 1 space after IF keyword; 0 found
(#257) Opening parenthesis of a multi-line function call must be the last content on the line
(#257) Only one argument is allowed per line in a multi-line function call
(#257) Only one argument is allowed per line in a multi-line function call
(#258) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#258) Closing parenthesis of a multi-line function call must be on a line by itself
(#263) Opening parenthesis of a multi-line function call must be the last content on the line
(#263) Only one argument is allowed per line in a multi-line function call
(#263) Only one argument is allowed per line in a multi-line function call
(#264) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#264) Closing parenthesis of a multi-line function call must be on a line by itself
(#275) Opening parenthesis of a multi-line function call must be the last content on the line
(#275) Only one argument is allowed per line in a multi-line function call
(#275) Only one argument is allowed per line in a multi-line function call
(#276) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#276) Closing parenthesis of a multi-line function call must be on a line by itself
(#280) Inline comments must start with a capital letter, digit or 3-dots sequence
(#280) Inline comments must end in full-stops, exclamation marks, or question marks
(#283) This comment is 52% valid code; is this commented out code?
(#290) Inline comments must start with a capital letter, digit or 3-dots sequence
(#293) Opening parenthesis of a multi-line function call must be the last content on the line
(#293) Only one argument is allowed per line in a multi-line function call
(#294) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#294) Only one argument is allowed per line in a multi-line function call
(#294) Closing parenthesis of a multi-line function call must be on a line by itself
(#297) Inline comments must start with a capital letter, digit or 3-dots sequence
(#298) Line exceeds 132 characters; contains 138 characters
(#298) Inline comments must end in full-stops, exclamation marks, or question marks
(#300) Inline comments must start with a capital letter, digit or 3-dots sequence
(#302) Opening parenthesis of a multi-line function call must be the last content on the line
(#302) Only one argument is allowed per line in a multi-line function call
(#302) Only one argument is allowed per line in a multi-line function call
(#303) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#303) Closing parenthesis of a multi-line function call must be on a line by itself
(#307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#308) Inline comments must end in full-stops, exclamation marks, or question marks
(#310) Inline comments must start with a capital letter, digit or 3-dots sequence
(#312) Opening parenthesis of a multi-line function call must be the last content on the line
(#312) Only one argument is allowed per line in a multi-line function call
(#312) Only one argument is allowed per line in a multi-line function call
(#313) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#313) Closing parenthesis of a multi-line function call must be on a line by itself
(#317) 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
(#320) Inline comments must start with a capital letter, digit or 3-dots sequence
(#322) Opening parenthesis of a multi-line function call must be the last content on the line
(#322) Only one argument is allowed per line in a multi-line function call
(#323) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#323) Only one argument is allowed per line in a multi-line function call
(#323) Closing parenthesis of a multi-line function call must be on a line by itself
(#327) 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
(#331) Inline comments must start with a capital letter, digit or 3-dots sequence
(#332) Opening parenthesis of a multi-line function call must be the last content on the line
(#332) Only one argument is allowed per line in a multi-line function call
(#332) Only one argument is allowed per line in a multi-line function call
(#332) Line exceeds 132 characters; contains 144 characters
(#333) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#333) Closing parenthesis of a multi-line function call must be on a line by itself
(#337) Inline comments must end in full-stops, exclamation marks, or question marks
(#338) Expected "if (...) {\n"; found "if(...) {\n"
(#338) Expected 1 space after IF keyword; 0 found
(#343) Inline comments must start with a capital letter, digit or 3-dots sequence
(#343) This comment is 48% valid code; is this commented out code?
(#349) Expected 1 space after closing brace; 0 found
(#349) Expected "} else {\n"; found "}else{\n"
(#349) Expected 1 space after ELSE keyword; 0 found
(#350) Inline comments must end in full-stops, exclamation marks, or question marks
(#351) Opening parenthesis of a multi-line function call must be the last content on the line
(#351) Only one argument is allowed per line in a multi-line function call
(#351) Only one argument is allowed per line in a multi-line function call
(#352) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#352) Closing parenthesis of a multi-line function call must be on a line by itself
(#378) Missing docblock for function get_all_subtypes
(#381) Expected at least 1 space after "="; 0 found
(#381) Expected 1 space after "="; 0 found
(#382) Expected at least 1 space before "="; 0 found
(#382) Expected at least 1 space after "="; 0 found
(#382) Expected 1 space before "="; 0 found
(#382) Expected 1 space after "="; 0 found
(#383) Expected at least 1 space before "="; 0 found
(#383) Expected at least 1 space after "="; 0 found
(#383) Expected 1 space before "="; 0 found
(#383) Expected 1 space after "="; 0 found
(#384) Expected at least 1 space before "="; 0 found
(#384) Expected at least 1 space after "="; 0 found
(#384) Expected 1 space before "="; 0 found
(#384) Expected 1 space after "="; 0 found
(#385) Expected at least 1 space before "="; 0 found
(#385) Expected at least 1 space after "="; 0 found
(#385) Expected 1 space before "="; 0 found
(#385) Expected 1 space after "="; 0 found
(#386) Expected at least 1 space before "="; 0 found
(#386) Expected at least 1 space after "="; 0 found
(#386) Expected 1 space before "="; 0 found
(#386) Expected 1 space after "="; 0 found
(#387) Expected "if (...) {\n"; found "if(...) {\n"
(#387) Expected 1 space after IF keyword; 0 found
(#390) Blank line found at end of control structure
(#399) Missing docblock for function fetch_cloudpoodll_feedback_form
(#407) Inline comments must start with a capital letter, digit or 3-dots sequence
(#407) Inline comments must end in full-stops, exclamation marks, or question marks
(#416) Inline comments must start with a capital letter, digit or 3-dots sequence
(#421) Inline comments must start with a capital letter, digit or 3-dots sequence
(#421) No space found before comment text; expected "// if there is only one subtype then lets show it by default. Flag that here." but found "//if there is only one subtype then lets show it by default. Flag that here."
(#422) Expected at least 1 space before "="; 0 found
(#422) Expected at least 1 space after "="; 0 found
(#422) Expected 1 space before "="; 0 found
(#422) Expected 1 space after "="; 0 found
(#423) Expected "if (...) {\n"; found "if(...){"
(#423) Expected 1 space after IF keyword; 0 found
(#423) Expected at least 1 space before "=="; 0 found
(#423) Expected at least 1 space after "=="; 0 found
(#423) Expected 1 space before "=="; 0 found
(#423) Expected 1 space after "=="; 0 found
(#423) Expected 1 space after closing parenthesis; found 0
(#423) Newline required after opening brace
(#423) Expected at least 1 space before "="; 0 found
(#423) Expected at least 1 space after "="; 0 found
(#423) Expected 1 space before "="; 0 found
(#423) Expected 1 space after "="; 0 found
(#423) Closing brace must be on a line by itself
(#430) The CASE body must start on the line following the statement
(#432) Inline comments must start with a capital letter, digit or 3-dots sequence
(#436) There should be a comma after the last array item in a multi-line array.
(#440) Inline comments must start with a capital letter, digit or 3-dots sequence
(#441) Line exceeds 132 characters; contains 155 characters
(#442) Expected at least 1 space before "."; 0 found
(#442) Expected at least 1 space after "."; 0 found
(#442) Expected at least 1 space before "."; 0 found
(#442) Expected at least 1 space after "."; 0 found
(#442) Expected at least 1 space before "."; 0 found
(#442) Expected at least 1 space after "."; 0 found
(#443) Expected at least 1 space before "."; 0 found
(#443) Expected at least 1 space after "."; 0 found
(#443) Expected at least 1 space before "."; 0 found
(#443) Expected at least 1 space after "."; 0 found
(#443) Expected at least 1 space before "."; 0 found
(#443) Expected at least 1 space after "."; 0 found
(#449) Expected at least 1 space before "."; 0 found
(#449) Expected at least 1 space after "."; 0 found
(#449) Expected at least 1 space before "."; 0 found
(#449) Expected at least 1 space after "."; 0 found
(#449) Expected at least 1 space before "."; 0 found
(#449) Expected at least 1 space after "."; 0 found
(#450) Expected at least 1 space after "."; 0 found
(#452) Opening parenthesis of a multi-line function call must be the last content on the line
(#452) Only one argument is allowed per line in a multi-line function call
(#452) Only one argument is allowed per line in a multi-line function call
(#452) Only one argument is allowed per line in a multi-line function call
(#453) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#454) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#454) Only one argument is allowed per line in a multi-line function call
(#454) Closing parenthesis of a multi-line function call must be on a line by itself
(#456) Inline comments must start with a capital letter, digit or 3-dots sequence
(#463) Line exceeds 132 characters; contains 138 characters
(#463) Inline comments must start with a capital letter, digit or 3-dots sequence
(#463) This comment is 67% valid code; is this commented out code?
(#469) Inline comments must start with a capital letter, digit or 3-dots sequence
(#469) Inline comments must end in full-stops, exclamation marks, or question marks
(#471) Opening parenthesis of a multi-line function call must be the last content on the line
(#471) Only one argument is allowed per line in a multi-line function call
(#472) Multi-line function call not indented correctly; expected 24 spaces but found 32
(#472) Closing parenthesis of a multi-line function call must be on a line by itself
(#475) Inline comments must start with a capital letter, digit or 3-dots sequence
(#475) Inline comments must end in full-stops, exclamation marks, or question marks
(#478) Inline comments must start with a capital letter, digit or 3-dots sequence
(#478) Inline comments must end in full-stops, exclamation marks, or question marks
(#482) Blank line found at end of control structure
(#484) Inline comments must end in full-stops, exclamation marks, or question marks
(#489) Blank line found at end of control structure
(#494) Line exceeds 132 characters; contains 164 characters
(#497) Opening parenthesis of a multi-line function call must be the last content on the line
(#497) Line exceeds 132 characters; contains 160 characters
(#498) Multi-line function call not indented correctly; expected 20 spaces but found 32
(#498) Closing parenthesis of a multi-line function call must be on a line by itself
(#500) Line indented incorrectly; expected 20 spaces, found 24
(#503) Inline comments must start with a capital letter, digit or 3-dots sequence
(#506) Line exceeds 132 characters; contains 135 characters
(#508) Opening parenthesis of a multi-line function call must be the last content on the line
(#508) Only one argument is allowed per line in a multi-line function call
(#509) Multi-line function call not indented correctly; expected 28 spaces but found 36
(#509) Only one argument is allowed per line in a multi-line function call
(#509) Closing parenthesis of a multi-line function call must be on a line by itself
(#510) Line indented incorrectly; expected 20 spaces, found 24
(#519) There should be a comma after the last array item in a multi-line array.
(#525) Expected at least 1 space after "."; 0 found
(#528) Opening parenthesis of a multi-line function call must be the last content on the line
(#528) Only one argument is allowed per line in a multi-line function call
(#528) Only one argument is allowed per line in a multi-line function call
(#528) Only one argument is allowed per line in a multi-line function call
(#529) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#530) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#530) Only one argument is allowed per line in a multi-line function call
(#530) Closing parenthesis of a multi-line function call must be on a line by itself
(#531) Opening parenthesis of a multi-line function call must be the last content on the line
(#532) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#532) Opening parenthesis of a multi-line function call must be the last content on the line
(#532) Line exceeds 132 characters; contains 140 characters
(#533) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#533) Closing parenthesis of a multi-line function call must be on a line by itself
(#533) Only one argument is allowed per line in a multi-line function call
(#533) Closing parenthesis of a multi-line function call must be on a line by itself
(#533) Line exceeds 132 characters; contains 164 characters
(#534) Line exceeds 132 characters; contains 157 characters
(#540) There should be a comma after the last array item in a multi-line array.
(#545) Expected 1 space after "="; 2 found
(#546) Expected 1 space after "="; 2 found
(#547) Expected at least 1 space after "."; 0 found
(#550) Opening parenthesis of a multi-line function call must be the last content on the line
(#550) Only one argument is allowed per line in a multi-line function call
(#550) Only one argument is allowed per line in a multi-line function call
(#550) Only one argument is allowed per line in a multi-line function call
(#552) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#552) Only one argument is allowed per line in a multi-line function call
(#552) Closing parenthesis of a multi-line function call must be on a line by itself
(#553) Opening parenthesis of a multi-line function call must be the last content on the line
(#554) Opening parenthesis of a multi-line function call must be the last content on the line
(#554) Line exceeds 132 characters; contains 136 characters
(#555) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#555) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#555) Closing parenthesis of a multi-line function call must be on a line by itself
(#555) Only one argument is allowed per line in a multi-line function call
(#555) Closing parenthesis of a multi-line function call must be on a line by itself
(#555) Line exceeds 132 characters; contains 171 characters
(#557) Inline comments must start with a capital letter, digit or 3-dots sequence
(#557) Inline comments must end in full-stops, exclamation marks, or question marks
(#557) No space found before comment text; expected "// submitted text textarea" but found "//submitted text textarea"
(#558) Variable "s_instructions" must not contain underscores.
(#558) Opening parenthesis of a multi-line function call must be the last content on the line
(#559) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#559) Expected at least 1 space before "=>"; 0 found
(#559) Expected at least 1 space after "=>"; 0 found
(#559) Expected 1 space before "=>"; 0 found
(#559) Expected 1 space after "=>"; 0 found
(#559) Commas (,) must be followed by white space.
(#559) Expected 1 space between the comma and "'extraclass'". Found: no spaces
(#559) Expected at least 1 space before "=>"; 0 found
(#559) Expected at least 1 space after "=>"; 0 found
(#559) Expected 1 space before "=>"; 0 found
(#559) Expected 1 space after "=>"; 0 found
(#559) Closing parenthesis of a multi-line function call must be on a line by itself
(#559) Line exceeds 132 characters; contains 143 characters
(#560) Variable "s_instructions" must not contain underscores.
(#561) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#563) Inline comments must start with a capital letter, digit or 3-dots sequence
(#563) Inline comments must end in full-stops, exclamation marks, or question marks
(#563) No space found before comment text; expected "// action buttons for submissions" but found "//action buttons for submissions"
(#565) No space found after comma in argument list
(#565) Commas (,) must be followed by white space.
(#565) Expected 1 space between the comma and "$subbuttonopts". Found: no spaces
(#567) Line exceeds 132 characters; contains 133 characters
(#569) Inline comments must start with a capital letter, digit or 3-dots sequence
(#569) Inline comments must end in full-stops, exclamation marks, or question marks
(#569) No space found before comment text; expected "// action buttons for corrections" but found "//action buttons for corrections"
(#571) Expected "if (...) {\n"; found "if(...){\n"
(#571) Expected 1 space after IF keyword; 0 found
(#571) Expected 1 space after closing parenthesis; found 0
(#575) No space found after comma in argument list
(#575) Commas (,) must be followed by white space.
(#575) Expected 1 space between the comma and "$corrbuttonopts". Found: no spaces
(#575) Line exceeds 132 characters; contains 134 characters
(#578) Inline comments must start with a capital letter, digit or 3-dots sequence
(#578) Inline comments must end in full-stops, exclamation marks, or question marks
(#578) No space found before comment text; expected "// corrected text textarea" but found "//corrected text textarea"
(#579) Variable "c_instructions" must not contain underscores.
(#579) Opening parenthesis of a multi-line function call must be the last content on the line
(#580) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#580) Expected at least 1 space before "=>"; 0 found
(#580) Expected at least 1 space after "=>"; 0 found
(#580) Expected 1 space before "=>"; 0 found
(#580) Expected 1 space after "=>"; 0 found
(#580) Commas (,) must be followed by white space.
(#580) Expected 1 space between the comma and "'extraclass'". Found: no spaces
(#580) Expected at least 1 space before "=>"; 0 found
(#580) Expected at least 1 space after "=>"; 0 found
(#580) Expected 1 space before "=>"; 0 found
(#580) Expected 1 space after "=>"; 0 found
(#580) Closing parenthesis of a multi-line function call must be on a line by itself
(#580) Line exceeds 132 characters; contains 143 characters
(#581) Variable "c_instructions" must not contain underscores.
(#582) Line exceeds 132 characters; contains 133 characters
(#583) Expected at least 1 space before "="; 0 found
(#583) Expected 1 space before "="; 0 found
(#583) No space found after comma in argument list
(#583) Commas (,) must be followed by white space.
(#583) Expected 1 space between the comma and "[". Found: no spaces
(#585) Inline comments must start with a capital letter, digit or 3-dots sequence
(#585) Inline comments must end in full-stops, exclamation marks, or question marks
(#585) No space found before comment text; expected "// end of collapsible div" but found "//end of collapsible div"
(#596) There should be a comma after the last array item in a multi-line array.
(#600) Expected at least 1 space before "."; 0 found
(#600) Expected at least 1 space after "."; 0 found
(#600) Expected at least 1 space before "."; 0 found
(#600) Expected at least 1 space after "."; 0 found
(#600) Expected at least 1 space before "."; 0 found
(#600) Expected at least 1 space after "."; 0 found
(#601) Expected at least 1 space after "."; 0 found
(#604) Opening parenthesis of a multi-line function call must be the last content on the line
(#604) Only one argument is allowed per line in a multi-line function call
(#604) Only one argument is allowed per line in a multi-line function call
(#604) Only one argument is allowed per line in a multi-line function call
(#606) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#606) Only one argument is allowed per line in a multi-line function call
(#606) Closing parenthesis of a multi-line function call must be on a line by itself
(#607) Opening parenthesis of a multi-line function call must be the last content on the line
(#608) Opening parenthesis of a multi-line function call must be the last content on the line
(#608) Line exceeds 132 characters; contains 136 characters
(#609) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#609) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#609) Closing parenthesis of a multi-line function call must be on a line by itself
(#609) Only one argument is allowed per line in a multi-line function call
(#609) Closing parenthesis of a multi-line function call must be on a line by itself
(#609) Line exceeds 132 characters; contains 158 characters
(#614) Inline comments must start with a capital letter, digit or 3-dots sequence
(#616) Expected at least 1 space before "="; 0 found
(#616) Expected at least 1 space after "="; 0 found
(#616) Expected 1 space before "="; 0 found
(#616) Expected 1 space after "="; 0 found
(#617) No space found after comma in argument list
(#617) Commas (,) must be followed by white space.
(#617) Expected 1 space between the comma and "$opts". Found: no spaces
(#621) Opening parenthesis of a multi-line function call must be the last content on the line
(#621) Only one argument is allowed per line in a multi-line function call
(#622) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#622) Only one argument is allowed per line in a multi-line function call
(#622) Closing parenthesis of a multi-line function call must be on a line by itself
(#625) Inline comments must start with a capital letter, digit or 3-dots sequence
(#625) Line indented incorrectly; expected at least 20 spaces, found 16
(#626) Line indented incorrectly; expected at least 20 spaces, found 19
(#626) Line exceeds 132 characters; contains 154 characters
(#627) Line indented incorrectly; expected at least 20 spaces, found 19
(#627) Expected at least 1 space before "."; 0 found
(#627) Expected at least 1 space after "."; 0 found
(#627) Expected at least 1 space before "."; 0 found
(#627) Expected at least 1 space after "."; 0 found
(#627) Expected at least 1 space before "."; 0 found
(#627) Expected at least 1 space after "."; 0 found
(#628) Line indented incorrectly; expected at least 20 spaces, found 19
(#628) Expected at least 1 space before "."; 0 found
(#628) Expected at least 1 space after "."; 0 found
(#628) Expected at least 1 space before "."; 0 found
(#628) Expected at least 1 space after "."; 0 found
(#628) Expected at least 1 space before "."; 0 found
(#628) Expected at least 1 space after "."; 0 found
(#630) Inline comments must end in full-stops, exclamation marks, or question marks
(#630) No space found before comment text; expected "// Loom Launcher" but found "//Loom Launcher"
(#631) Expected "if (...) {\n"; found "if(...) {\n"
(#631) Expected 1 space after IF keyword; 0 found
(#637) There should be a comma after the last array item in a multi-line array.
(#641) Blank line found at end of control structure
(#642) Expected 1 space after closing brace; 0 found
(#642) Expected "} else {\n"; found "}else{\n"
(#642) Expected 1 space after ELSE keyword; 0 found
(#643) Expected at least 1 space before "=>"; 0 found
(#643) Expected at least 1 space after "=>"; 0 found
(#643) Expected 1 space before "=>"; 0 found
(#643) Expected 1 space after "=>"; 0 found
(#643) Line exceeds 132 characters; contains 141 characters
(#646) Inline comments must start with a capital letter, digit or 3-dots sequence
(#646) Inline comments must end in full-stops, exclamation marks, or question marks
(#646) No space found before comment text; expected "// close the toggle panel html div" but found "//close the toggle panel html div"
(#666) Short array syntax must be used to define arrays
(#686) Inline comments must start with a capital letter, digit or 3-dots sequence
(#693) No space found before comment text; expected "// Though it's a bit naff, we will loop through all the subtypes and save them one by one as separate feedback records." but found "//Though it's a bit naff, we will loop through all the subtypes and save them one by one as separate feedback records."
(#699) Inline comments must end in full-stops, exclamation marks, or question marks
(#699) No space found before comment text; expected "// Recorded feedback - audio / video / screen" but found "//Recorded feedback - audio / video / screen"
(#703) Inline comments must start with a capital letter, digit or 3-dots sequence
(#729) Inline comments must end in full-stops, exclamation marks, or question marks
(#729) Line indented incorrectly; expected at least 16 spaces, found 12
(#729) No space found before comment text; expected "// Comments feedback" but found "//Comments feedback"
(#730) Expected 1 space after ELSEIF keyword; 0 found
(#730) Usage of ELSEIF not allowed; use ELSE IF instead
(#730) Expected at least 1 space before "=="; 0 found
(#730) Expected at least 1 space after "=="; 0 found
(#730) Expected 1 space before "=="; 0 found
(#730) Expected 1 space after "=="; 0 found
(#753) Inline comments must end in full-stops, exclamation marks, or question marks
(#753) Line indented incorrectly; expected at least 16 spaces, found 12
(#753) No space found before comment text; expected "// Corrections feedback" but found "//Corrections feedback"
(#754) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#754) Expected "if (...) {\n"; found "if(...) {\n"
(#754) Expected 1 space after IF keyword; 0 found
(#754) Expected at least 1 space before "=="; 0 found
(#754) Expected at least 1 space after "=="; 0 found
(#754) Expected 1 space before "=="; 0 found
(#754) Expected 1 space after "=="; 0 found
(#780) Blank line found at end of control structure
(#783) Inline comments must start with a capital letter, digit or 3-dots sequence
(#783) No space found before comment text; expected "// from here we either hava a thefeedback object with data ... or we do not." but found "//from here we either hava a thefeedback object with data ... or we do not."
(#791) Inline comments must start with a capital letter, digit or 3-dots sequence
(#792) Missing docblock for function register_fetch_transcript_task
(#801) Inline comments must start with a capital letter, digit or 3-dots sequence
(#814) Expected 0 spaces after reference operator for argument "$showviewlink"; 1 found
(#817) No space found after comma in argument list
(#817) Commas (,) must be followed by white space.
(#817) Expected 1 space between the comma and "''". Found: no spaces
(#817) No space found after comma in argument list
(#817) Commas (,) must be followed by white space.
(#817) Expected 1 space between the comma and "PARAM_TEXT". Found: no spaces
(#817) Expected at least 1 space before "=="; 0 found
(#817) Expected at least 1 space after "=="; 0 found
(#817) Expected 1 space before "=="; 0 found
(#817) Expected 1 space after "=="; 0 found
(#818) Inline comments must start with a capital letter, digit or 3-dots sequence
(#818) Inline comments must end in full-stops, exclamation marks, or question marks
(#818) No space found before comment text; expected "// is this a list page" but found "//is this a list page"
(#829) Expected 1 space after SWITCH keyword; 0 found
(#833) Line exceeds 132 characters; contains 176 characters
(#839) Inline comments must start with a capital letter, digit or 3-dots sequence
(#839) Inline comments must end in full-stops, exclamation marks, or question marks
(#839) No space found before comment text; expected "// if it's a list, show a truncated version" but found "//if it's a list, show a truncated version"
(#840) Expected "if (...) {\n"; found "if(...){\n"
(#840) Expected 1 space after IF keyword; 0 found
(#840) Expected 1 space after closing parenthesis; found 0
(#846) Expected at least 1 space before "="; 0 found
(#846) Expected at least 1 space after "="; 0 found
(#846) Expected 1 space before "="; 0 found
(#846) Expected 1 space after "="; 0 found
(#846) Expected at least 1 space before "=>"; 0 found
(#846) Expected at least 1 space after "=>"; 0 found
(#846) Expected 1 space before "=>"; 0 found
(#846) Expected 1 space after "=>"; 0 found
(#847) No space found after comma in argument list
(#847) Commas (,) must be followed by white space.
(#847) Expected 1 space between the comma and "$opts". Found: no spaces
(#851) Inline comments must start with a capital letter, digit or 3-dots sequence
(#851) Inline comments must end in full-stops, exclamation marks, or question marks
(#851) No space found before comment text; expected "// if it's a list, show a truncated version" but found "//if it's a list, show a truncated version"
(#852) Expected "if (...) {\n"; found "if(...){\n"
(#852) Expected 1 space after IF keyword; 0 found
(#852) Expected 1 space after closing parenthesis; found 0
(#853) No space found after comma in argument list
(#853) Commas (,) must be followed by white space.
(#853) Expected 1 space between the comma and "70". Found: no spaces
(#861) Inline comments must start with a capital letter, digit or 3-dots sequence
(#861) Inline comments must end in full-stops, exclamation marks, or question marks
(#861) No space found before comment text; expected "// if our text is empty we don't show it" but found "//if our text is empty we don't show it"
(#862) Expected "if (...) {\n"; found "if(...) {\n"
(#862) Expected 1 space after IF keyword; 0 found
(#862) Expected 0 spaces before closing bracket; 1 found
(#866) Inline comments must start with a capital letter, digit or 3-dots sequence
(#866) Inline comments must end in full-stops, exclamation marks, or question marks
(#866) No space found before comment text; expected "// if its a list, show a truncated version" but found "//if its a list, show a truncated version"
(#867) Expected "if (...) {\n"; found "if(...){\n"
(#867) Expected 1 space after IF keyword; 0 found
(#867) Expected 1 space after closing parenthesis; found 0
(#868) No space found after comma in argument list
(#868) Commas (,) must be followed by white space.
(#868) Expected 1 space between the comma and "70". Found: no spaces
(#872) Expected at least 1 space before "="; 0 found
(#872) Expected at least 1 space after "="; 0 found
(#872) Expected 1 space before "="; 0 found
(#872) Expected 1 space after "="; 0 found
(#873) Line exceeds 132 characters; contains 160 characters
(#874) No space found after comma in argument list
(#874) Commas (,) must be followed by white space.
(#874) Expected 1 space between the comma and "'corrected'". Found: no spaces
(#874) Line exceeds 132 characters; contains 172 characters
(#875) Expected 1 space after ".="; 4 found
(#875) Line exceeds 132 characters; contains 146 characters
(#877) Inline comments must start with a capital letter, digit or 3-dots sequence
(#877) Inline comments must end in full-stops, exclamation marks, or question marks
(#877) No space found before comment text; expected "// do js for corrections, which is where the mark up is applied" but found "//do js for corrections, which is where the mark up is applied"
(#879) Long list syntax is not allowed
(#880) Line exceeds 132 characters; contains 147 characters
(#881) Inline comments must start with a capital letter, digit or 3-dots sequence
(#881) Inline comments must end in full-stops, exclamation marks, or question marks
(#881) 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"
(#882) PHP keywords must be lowercase; expected "array" but found "Array"
(#882) Short array syntax must be used to define arrays
(#883) Inline comments must start with a capital letter, digit or 3-dots sequence
(#883) Inline comments must end in full-stops, exclamation marks, or question marks
(#883) No space found before comment text; expected "// these are words different from those in original" but found "//these are words different from those in original"
(#884) Inline comments must start with a capital letter, digit or 3-dots sequence
(#884) Inline comments must end in full-stops, exclamation marks, or question marks
(#884) No space found before comment text; expected "// these are words missing from the original" but found "//these are words missing from the original"
(#885) Line exceeds 132 characters; contains 136 characters
(#885) Inline comments must start with a capital letter, digit or 3-dots sequence
(#885) Inline comments must end in full-stops, exclamation marks, or question marks
(#885) No space found before comment text; expected "// how many words the "transcript" is than the "passage"" but found "//how many words the "transcript" is than the "passage""
(#888) Variable "opts_html" must not contain underscores.
(#889) Short array syntax must be used to define arrays
(#889) Line exceeds 132 characters; contains 151 characters
(#890) Short array syntax must be used to define arrays
(#890) Short array syntax must be used to define arrays
(#890) Line exceeds 132 characters; contains 164 characters
(#892) Inline comments must start with a capital letter, digit or 3-dots sequence
(#892) Inline comments must end in full-stops, exclamation marks, or question marks
(#892) 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"
(#893) Variable "opts_html" must not contain underscores.
(#914) Missing docblock for function fetch_feedback_player
(#922) Inline comments must start with a capital letter, digit or 3-dots sequence
(#922) This comment is 67% valid code; is this commented out code?
(#922) No space found before comment text; expected "// $mediapath = urlencode($rawmediapath);" but found "//$mediapath = urlencode($rawmediapath);"
(#929) Inline comments must start with a capital letter, digit or 3-dots sequence
(#931) Inline comments must start with a capital letter, digit or 3-dots sequence
(#941) Inline comments must start with a capital letter, digit or 3-dots sequence
(#945) Inline comments must start with a capital letter, digit or 3-dots sequence
(#951) No space found before comment text; expected "// RTL for transcripts" but found "//RTL for transcripts"
(#952) No space found before comment text; expected "// For right to left languages we want to add the RTL direction and right justify." but found "//For right to left languages we want to add the RTL direction and right justify."
(#953) Expected 1 space after SWITCH keyword; 0 found
(#953) Expected 1 space after closing parenthesis; found 0
(#958) Expected at least 1 space before "."; 0 found
(#964) Inline comments must start with a capital letter, digit or 3-dots sequence
(#967) Blank line found at end of control structure
(#968) Blank line found at start of control structure
(#970) Inline comments must start with a capital letter, digit or 3-dots sequence
(#971) Blank line found at start of control structure
(#974) Inline comments must start with a capital letter, digit or 3-dots sequence
(#978) Space found before comma in argument list
(#978) Expected no space between "$rtl" and the comma. Found: 1 space
(#978) Short array syntax must be used to define arrays
(#978) Line exceeds 132 characters; contains 141 characters
(#980) Short array syntax must be used to define arrays
(#981) Expected no space between "$playerid" and the comma. Found: 1 space
(#984) There should be a comma after the last array item in a multi-line array.
(#994) Inline comments must start with a capital letter, digit or 3-dots sequence
(#998) The CASE body must start on the line following the statement
(#1002) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1003) Short array syntax must be used to define arrays
(#1006) Opening parenthesis of a multi-line function call must be the last content on the line
(#1006) Only one argument is allowed per line in a multi-line function call
(#1007) Multi-line function call not indented correctly; expected 32 spaces but found 40
(#1007) Short array syntax must be used to define arrays
(#1007) Closing parenthesis of a multi-line function call must be on a line by itself
(#1008) Short array syntax must be used to define arrays
(#1011) The CASE body must start on the line following the statement
(#1014) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1015) Short array syntax must be used to define arrays
(#1019) Opening parenthesis of a multi-line function call must be the last content on the line
(#1019) Only one argument is allowed per line in a multi-line function call
(#1020) Multi-line function call not indented correctly; expected 32 spaces but found 40
(#1020) Short array syntax must be used to define arrays
(#1020) Closing parenthesis of a multi-line function call must be on a line by itself
(#1021) Short array syntax must be used to define arrays
(#1030) Blank line found at start of control structure
(#1035) Short array syntax must be used to define arrays
(#1035) Line exceeds 132 characters; contains 139 characters
(#1037) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1039) Short array syntax must be used to define arrays
(#1040) Expected no space between "$playerid" and the comma. Found: 1 space
(#1042) There should be a comma after the last array item in a multi-line array.
(#1058) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1059) Short array syntax must be used to define arrays
(#1061) Opening parenthesis of a multi-line function call must be the last content on the line
(#1061) Only one argument is allowed per line in a multi-line function call
(#1062) Multi-line function call not indented correctly; expected 32 spaces but found 40
(#1062) Short array syntax must be used to define arrays
(#1062) Closing parenthesis of a multi-line function call must be on a line by itself
(#1063) Short array syntax must be used to define arrays
(#1087) Blank line found at end of control structure
(#1092) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#1094) Missing docblock for function fetch_player_size
(#1096) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1099) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1100) Short array syntax must be used to define arrays
(#1126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1136) Blank line found at end of control structure
(#1140) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#1163) Expected 0 spaces after reference operator for argument "$log"; 1 found
(#1178) The first parameter of a multi-line function declaration must be on the line after the opening bracket
(#1179) Multi-line function declaration not indented correctly; expected 8 spaces but found 12
(#1180) Multi-line function declaration not indented correctly; expected 8 spaces but found 12
(#1181) Multi-line function declaration not indented correctly; expected 8 spaces but found 12
(#1182) Multi-line function declaration not indented correctly; expected 8 spaces but found 12
(#1182) Expected 0 spaces after reference operator for argument "$log"; 1 found
(#1182) The closing parenthesis of a multi-line function declaration must be on a new line
(#1195) Opening parenthesis of a multi-line function call must be the last content on the line
(#1196) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#1196) Short array syntax must be used to define arrays
(#1196) Closing parenthesis of a multi-line function call must be on a line by itself
(#1210) Inline doc block comments are not allowed; use "// Comment." instead
(#1215) This comment is 58% valid code; is this commented out code?
(#1231) This comment is 60% valid code; is this commented out code?
public/mod/assign/feedback/cloudpoodll/poodlllocalloader.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file poodlllocalloader.php
(#1) Moodle boilerplate not found
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#2) Expected login check (require_login, require_course_login, require_admin, admin_externalpage_setup) following config inclusion. None found.
(#14) Missing docblock for file poodlllocalloader.php
(#15) Missing docblock for file poodlllocalloader.php
(#15) Line exceeds 132 characters; contains 143 characters
(#15) Line exceeds 132 characters; contains 143 characters
(#15) Line exceeds 132 characters; contains 143 characters
(#15) Line exceeds 132 characters; contains 143 characters
(#15) Line exceeds 132 characters; contains 143 characters
(#15) Line exceeds 132 characters; contains 143 characters
(#15) Line exceeds 132 characters; contains 143 characters
(#19) Missing docblock for file poodlllocalloader.php
(#21) Missing docblock for file poodlllocalloader.php
(#22) Missing docblock for file poodlllocalloader.php
(#23) Missing docblock for file poodlllocalloader.php
public/mod/assign/feedback/cloudpoodll/refreshtoken.php
(#28) Import statements must not begin with a leading backslash
(#29) Import statements must not begin with a leading backslash
(#42) Expected 1 newline at end of file; 0 found
public/mod/assign/feedback/cloudpoodll/settings.php
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#30) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#31) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#32) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#33) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#37) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#38) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#39) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#40) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#41) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#45) Variable "cloudpoodll_apiuser" must not contain underscores.
(#46) Variable "cloudpoodll_apisecret" must not contain underscores.
(#47) Variable "show_below_apisecret" must not contain underscores.
(#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 "// if we have an API user and secret we fetch token" but found "//if we have an API user and secret we fetch token"
(#49) Variable "cloudpoodll_apiuser" must not contain underscores.
(#49) Variable "cloudpoodll_apisecret" must not contain underscores.
(#50) Variable "cloudpoodll_apiuser" must not contain underscores.
(#50) Variable "cloudpoodll_apisecret" must not contain underscores.
(#51) Variable "show_below_apisecret" must not contain underscores.
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) No space found before comment text; expected "// if we have no API user and secret we show a "fetch from elsewhere on site" or "take a free trial" link" but found "//if we have no API user and secret we show a "fetch from elsewhere on site" or "take a free trial" link"
(#55) Variable "cp_components" must not contain underscores.
(#68) There should be a comma after the last array item in a multi-line array.
(#70) Variable "cp_components" must not contain underscores.
(#70) Variable "cp_component" must not contain underscores.
(#71) Line indented incorrectly; expected 12 spaces, found 16
(#71) Variable "cp_component" must not contain underscores.
(#72) Line indented incorrectly; expected 16 spaces, found 24
(#75) Terminating statement must be indented to the same level as the CASE body
(#76) Line indented incorrectly; expected 16 spaces, found 24
(#79) Terminating statement must be indented to the same level as the CASE body
(#80) Line indented incorrectly; expected 16 spaces, found 24
(#83) Line indented incorrectly; expected 12 spaces, found 16
(#84) Variable "cloudpoodll_apiuser" must not contain underscores.
(#84) Variable "cp_component" must not contain underscores.
(#85) Line indented incorrectly; expected 12 spaces, found 16
(#85) Variable "cloudpoodll_apiuser" must not contain underscores.
(#86) Variable "cloudpoodll_apisecret" must not contain underscores.
(#86) Variable "cp_component" must not contain underscores.
(#87) Line indented incorrectly; expected 16 spaces, found 24
(#87) Variable "cloudpoodll_apisecret" must not contain underscores.
(#88) Variable "cloudpoodll_apiuser" must not contain underscores.
(#89) Variable "cloudpoodll_apisecret" must not contain underscores.
(#91) Line indented incorrectly; expected 16 spaces, found 24
(#92) Line indented incorrectly; expected 12 spaces, found 16
(#94) Variable "show_below_apisecret" must not contain underscores.
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) This comment is 50% valid code; is this commented out code?
(#99) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#100) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#101) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#101) Variable "show_below_apisecret" must not contain underscores.
(#102) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#103) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#108) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#109) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#110) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#111) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#112) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#118) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#119) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#120) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#121) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#122) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#127) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#128) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#129) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#130) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#131) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#137) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#138) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#139) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Variable "playertype_options" must not contain underscores.
(#145) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#146) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#147) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#148) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#149) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#149) Variable "playertype_options" must not contain underscores.
(#152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Variable "playertype_options" must not contain underscores.
(#155) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#156) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#157) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#158) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#159) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#159) Variable "playertype_options" must not contain underscores.
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Variable "transcriber_options" must not contain underscores.
(#165) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#166) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#167) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#168) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#169) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#169) Variable "transcriber_options" must not contain underscores.
(#174) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#175) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#176) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#177) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#178) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#182) Variable "rec_options" must not contain underscores.
(#184) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#185) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#186) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#187) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#188) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#188) Variable "rec_options" must not contain underscores.
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) No space found before comment text; expected "// corrections language" but found "//corrections language"
(#193) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#194) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#195) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#196) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#197) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#201) Variable "fallback_options" must not contain underscores.
(#203) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#204) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#205) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#206) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#207) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#207) Variable "fallback_options" must not contain underscores.
(#210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#211) Variable "yesno_options" must not contain underscores.
(#211) Short array syntax must be used to define arrays
(#215) This comment is 56% valid code; is this commented out code?
(#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 "// allow user to set a custom name for the plugin as displayed to users" but found "//allow user to set a custom name for the plugin as displayed to users"
(#223) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#224) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#225) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#226) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#227) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#232) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#233) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#234) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#238) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#239) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#240) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#241) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#242) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#242) Variable "yesno_options" must not contain underscores.
(#246) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#247) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#248) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#249) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#250) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#250) Variable "yesno_options" must not contain underscores.
(#255) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#256) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#257) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#261) Variable "size_options" must not contain underscores.
(#261) Short array syntax must be used to define arrays
(#268) There should be a comma after the last array item in a multi-line array.
(#272) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#273) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#274) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#275) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#276) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#276) Variable "size_options" must not contain underscores.
(#280) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#281) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#282) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#283) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#284) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#284) Variable "size_options" must not contain underscores.
public/mod/assign/feedback/cloudpoodll/version.php
(#31) Expected 1 newline at end of file; 0 found

Javascript coding style problems

(64 errors, 1025 warnings)

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

public/mod/assign/feedback/cloudpoodll/amd/src/cloudpoodll.js
(#23) Unexpected space before function parentheses. (space-before-function-paren)
(#23) '$' is defined but never used. (no-unused-vars)
(#23) 'log' is defined but never used. (no-unused-vars)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#37) Missing space before opening brace. (space-before-blocks)
(#41) Missing space before opening brace. (space-before-blocks)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Expected space(s) after "for". (keyword-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Operator '<' must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Missing space before opening brace. (space-before-blocks)
(#48) Missing space before opening brace. (space-before-blocks)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#53) Missing space before opening brace. (space-before-blocks)
(#54) Expected space(s) after "if". (keyword-spacing)
(#58) Expected space(s) after "if". (keyword-spacing)
(#60) A space is required after ','. (comma-spacing)
(#63) Missing space before opening brace. (space-before-blocks)
(#65) Expected space(s) after "for". (keyword-spacing)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Operator '<' must be spaced. (space-infix-ops)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Missing space before opening brace. (space-before-blocks)
(#67) Expected space(s) after "if". (keyword-spacing)
(#67) Operator '!==' must be spaced. (space-infix-ops)
(#67) Missing space before opening brace. (space-before-blocks)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#73) Missing space before opening brace. (space-before-blocks)
(#75) Comments should not begin with a lowercase character. (capitalized-comments)
(#75) Expected space or tab after '//' in comment. (spaced-comment)
(#76) Expected space(s) after "if". (keyword-spacing)
(#76) There should be no space before this paren. (space-in-parens)
(#76) Missing space before opening brace. (space-before-blocks)
(#77) Expected space(s) after "if". (keyword-spacing)
(#77) ["alreadyparsed"] is better written in dot notation. (dot-notation)
(#77) Operator '==' must be spaced. (space-infix-ops)
(#77) Missing space before opening brace. (space-before-blocks)
(#78) Comments should not begin with a lowercase character. (capitalized-comments)
(#83) Expected space or tab after '//' in comment. (spaced-comment)
(#84) Expected space(s) after "if". (keyword-spacing)
(#84) There should be no space before this paren. (space-in-parens)
(#84) Missing space before opening brace. (space-before-blocks)
(#85) ["cloudpoodllurl"] is better written in dot notation. (dot-notation)
(#87) Trailing spaces not allowed. (no-trailing-spaces)
(#88) Comments should not begin with a lowercase character. (capitalized-comments)
(#88) Expected space or tab after '//' in comment. (spaced-comment)
(#89) Expected space or tab after '//' in comment. (spaced-comment)
(#90) Expected space(s) after "if". (keyword-spacing)
(#90) There should be no space before this paren. (space-in-parens)
(#90) Missing space before opening brace. (space-before-blocks)
(#91) ["parent"] is better written in dot notation. (dot-notation)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#93) Comments should not begin with a lowercase character. (capitalized-comments)
(#93) Expected space or tab after '//' in comment. (spaced-comment)
(#94) Expected space(s) after "if". (keyword-spacing)
(#94) There should be no space before this paren. (space-in-parens)
(#94) Missing space before opening brace. (space-before-blocks)
(#95) ["media"] is better written in dot notation. (dot-notation)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#97) Comments should not begin with a lowercase character. (capitalized-comments)
(#97) Expected space or tab after '//' in comment. (spaced-comment)
(#98) ["sourcemimetype"] is better written in dot notation. (dot-notation)
(#98) ["media"] is better written in dot notation. (dot-notation)
(#98) A space is required after ','. (comma-spacing)
(#98) ["transcribe"] is better written in dot notation. (dot-notation)
(#98) A space is required after ','. (comma-spacing)
(#98) ["hints"] is better written in dot notation. (dot-notation)
(#100) Comments should not begin with a lowercase character. (capitalized-comments)
(#100) Expected space or tab after '//' in comment. (spaced-comment)
(#103) Comments should not begin with a lowercase character. (capitalized-comments)
(#103) Expected space or tab after '//' in comment. (spaced-comment)
(#104) Expected space or tab after '//' in comment. (spaced-comment)
(#105) Expected space(s) after "if". (keyword-spacing)
(#105) Missing space before opening brace. (space-before-blocks)
(#106) 'localloading' declared on line 108 column 21 is used outside of binding context. (block-scoped-var)
(#107) Expected space(s) before "else". (keyword-spacing)
(#108) 'localloading' is already defined. (no-redeclare)
(#108) 'localloading' declared on line 106 column 21 is used outside of binding context. (block-scoped-var)
(#108) ["localloading"] is better written in dot notation. (dot-notation)
(#111) Expected space(s) after "switch". (keyword-spacing)
(#111) 'localloading' declared on line 106 column 21 is used outside of binding context. (block-scoped-var)
(#111) 'localloading' declared on line 108 column 21 is used outside of binding context. (block-scoped-var)
(#111) Missing space before opening brace. (space-before-blocks)
(#114) This line has a length of 143. Maximum allowed is 132. (max-len)
(#114) 'iframeurl' declared on line 125 column 29 is used outside of binding context. (block-scoped-var)
(#114) 'iframeurl' declared on line 127 column 29 is used outside of binding context. (block-scoped-var)
(#114) ["parent"] is better written in dot notation. (dot-notation)
(#114) ["localloader"] is better written in dot notation. (dot-notation)
(#114) ["cloudpoodllurl"] is better written in dot notation. (dot-notation)
(#118) 'iframeurl' is already defined. (no-redeclare)
(#118) 'iframeurl' declared on line 125 column 29 is used outside of binding context. (block-scoped-var)
(#118) 'iframeurl' declared on line 127 column 29 is used outside of binding context. (block-scoped-var)
(#123) Identifier 'isIOS_safari' is not in camel case. (camelcase)
(#124) Expected space(s) after "if". (keyword-spacing)
(#124) Identifier 'isIOS_safari' is not in camel case. (camelcase)
(#125) This line has a length of 148. Maximum allowed is 132. (max-len)
(#125) 'iframeurl' is already defined. (no-redeclare)
(#125) 'iframeurl' declared on line 127 column 29 is used outside of binding context. (block-scoped-var)
(#125) ["parent"] is better written in dot notation. (dot-notation)
(#125) ["localloader"] is better written in dot notation. (dot-notation)
(#125) Multiple spaces found before '+'. (no-multi-spaces)
(#125) ["cloudpoodllurl"] is better written in dot notation. (dot-notation)
(#126) Expected space(s) before "else". (keyword-spacing)
(#127) 'iframeurl' is already defined. (no-redeclare)
(#127) 'iframeurl' declared on line 125 column 29 is used outside of binding context. (block-scoped-var)
(#132) Comments should not begin with a lowercase character. (capitalized-comments)
(#132) Expected space or tab after '//' in comment. (spaced-comment)
(#134) 'iframeurl' declared on line 114 column 25 is used outside of binding context. (block-scoped-var)
(#134) 'iframeurl' declared on line 118 column 25 is used outside of binding context. (block-scoped-var)
(#134) 'iframeurl' declared on line 125 column 29 is used outside of binding context. (block-scoped-var)
(#134) 'iframeurl' declared on line 127 column 29 is used outside of binding context. (block-scoped-var)
(#134) 'iframeurl' declared on line 114 column 25 is used outside of binding context. (block-scoped-var)
(#134) 'iframeurl' declared on line 118 column 25 is used outside of binding context. (block-scoped-var)
(#134) 'iframeurl' declared on line 125 column 29 is used outside of binding context. (block-scoped-var)
(#134) 'iframeurl' declared on line 127 column 29 is used outside of binding context. (block-scoped-var)
(#136) 'iframeurl' declared on line 114 column 25 is used outside of binding context. (block-scoped-var)
(#136) 'iframeurl' declared on line 118 column 25 is used outside of binding context. (block-scoped-var)
(#136) 'iframeurl' declared on line 125 column 29 is used outside of binding context. (block-scoped-var)
(#136) 'iframeurl' declared on line 127 column 29 is used outside of binding context. (block-scoped-var)
(#138) Comments should not begin with a lowercase character. (capitalized-comments)
(#138) Expected space or tab after '//' in comment. (spaced-comment)
(#139) Expected space or tab after '//' in comment. (spaced-comment)
(#140) Expected space or tab after '//' in comment. (spaced-comment)
(#141) Expected space(s) after "if". (keyword-spacing)
(#143) Expected space(s) before "else". (keyword-spacing)
(#143) Expected space(s) after "else". (keyword-spacing)
(#144) Expected space(s) after "if". (keyword-spacing)
(#144) There should be no space before this paren. (space-in-parens)
(#144) Missing space before opening brace. (space-before-blocks)
(#145) ["width"] is better written in dot notation. (dot-notation)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#148) Expected space(s) after "if". (keyword-spacing)
(#148) There should be no space before this paren. (space-in-parens)
(#148) Missing space before opening brace. (space-before-blocks)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) ["media"] is better written in dot notation. (dot-notation)
(#149) Operator '==' must be spaced. (space-infix-ops)
(#150) ["height"] is better written in dot notation. (dot-notation)
(#151) Expected space(s) before "else". (keyword-spacing)
(#151) Expected space(s) after "else". (keyword-spacing)
(#152) ["height"] is better written in dot notation. (dot-notation)
(#162) Expected space(s) after "switch". (keyword-spacing)
(#162) Missing space before opening brace. (space-before-blocks)
(#172) Unexpected alert. (no-alert)
(#172) Unexpected whitespace before property data. (no-whitespace-before-property)
(#175) Missing space before opening brace. (space-before-blocks)
(#179) Missing space before opening brace. (space-before-blocks)
(#184) A space is required after ','. (comma-spacing)
(#184) Missing space before opening brace. (space-before-blocks)
(#186) Expected space(s) after "if". (keyword-spacing)
(#186) Missing space before opening brace. (space-before-blocks)
(#187) Expected space or tab after '//' in comment. (spaced-comment)
(#193) Comments should not begin with a lowercase character. (capitalized-comments)
(#193) Expected space or tab after '//' in comment. (spaced-comment)
(#197) Missing space before opening brace. (space-before-blocks)
(#198) 'root' is not defined. (no-undef)
(#201) Identifier 'is_safari' is not in camel case. (camelcase)
(#201) Missing space before opening brace. (space-before-blocks)
(#205) Identifier 'is_ios' is not in camel case. (camelcase)
(#205) Missing space before opening brace. (space-before-blocks)
(#206) Multiple spaces found before '/iPad|iPhone|iPod/'. (no-multi-spaces)
(#209) Identifier 'guess_mimetype' is not in camel case. (camelcase)
(#209) Method 'guess_mimetype' has a complexity of 30. Maximum allowed is 20. (complexity)
(#209) Missing space before opening brace. (space-before-blocks)
(#211) Comments should not begin with a lowercase character. (capitalized-comments)
(#211) Expected space or tab after '//' in comment. (spaced-comment)
(#212) Expected space(s) after "if". (keyword-spacing)
(#212) Operator '==' must be spaced. (space-infix-ops)
(#212) Missing space before opening brace. (space-before-blocks)
(#215) Comments should not begin with a lowercase character. (capitalized-comments)
(#215) Expected space or tab after '//' in comment. (spaced-comment)
(#216) Expected space(s) after "if". (keyword-spacing)
(#216) Missing space before opening brace. (space-before-blocks)
(#220) 'nVer' is assigned a value but never used. (no-unused-vars)
(#222) Multiple spaces found before '='. (no-multi-spaces)
(#223) Comments should not begin with a lowercase character. (capitalized-comments)
(#223) Expected space or tab after '//' in comment. (spaced-comment)
(#224) Multiple spaces found before '='. (no-multi-spaces)
(#224) Operator '+' must be spaced. (space-infix-ops)
(#225) A space is required after ','. (comma-spacing)
(#225) A space is required after ','. (comma-spacing)
(#225) 'ix' is defined but never used. (no-unused-vars)
(#227) Expected space(s) after "if". (keyword-spacing)
(#227) Operator '!==' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#229) Comments should not begin with a lowercase character. (capitalized-comments)
(#229) Expected space or tab after '//' in comment. (spaced-comment)
(#230) Expected space or tab after '//' in comment. (spaced-comment)
(#233) Expected space(s) before "else". (keyword-spacing)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Operator '!=' must be spaced. (space-infix-ops)
(#235) Comments should not begin with a lowercase character. (capitalized-comments)
(#235) Expected space or tab after '//' in comment. (spaced-comment)
(#236) Expected space or tab after '//' in comment. (spaced-comment)
(#237) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Operator '!=' must be spaced. (space-infix-ops)
(#241) Comments should not begin with a lowercase character. (capitalized-comments)
(#241) Expected space or tab after '//' in comment. (spaced-comment)
(#242) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '!=' must be spaced. (space-infix-ops)
(#246) Comments should not begin with a lowercase character. (capitalized-comments)
(#246) Expected space or tab after '//' in comment. (spaced-comment)
(#247) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#249) Operator '=' must be spaced. (space-infix-ops)
(#249) Operator '!=' must be spaced. (space-infix-ops)
(#251) Comments should not begin with a lowercase character. (capitalized-comments)
(#251) Expected space or tab after '//' in comment. (spaced-comment)
(#252) Expected space or tab after '//' in comment. (spaced-comment)
(#253) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#255) Operator '!=' must be spaced. (space-infix-ops)
(#257) Comments should not begin with a lowercase character. (capitalized-comments)
(#257) Expected space or tab after '//' in comment. (spaced-comment)
(#259) Expected space(s) before "else". (keyword-spacing)
(#259) There should be no space after this paren. (space-in-parens)
(#259) Operator '=' must be spaced. (space-infix-ops)
(#259) Operator '+' must be spaced. (space-infix-ops)
(#260) Operator '=' must be spaced. (space-infix-ops)
(#260) There should be no space before this paren. (space-in-parens)
(#261) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#262) A space is required after ','. (comma-spacing)
(#263) Comments should not begin with a lowercase character. (capitalized-comments)
(#263) Expected space or tab after '//' in comment. (spaced-comment)
(#264) Operator '==' must be spaced. (space-infix-ops)
(#270) Expected space or tab after '//' in comment. (spaced-comment)
(#272) Requires a space after '{'. (block-spacing)
(#272) Statement inside of curly braces should be on next line. (brace-style)
(#272) Missing space before opening brace. (space-before-blocks)
(#272) Requires a space before '}'. (block-spacing)
(#272) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#273) Requires a space after '{'. (block-spacing)
(#273) Statement inside of curly braces should be on next line. (brace-style)
(#273) Requires a space before '}'. (block-spacing)
(#273) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#274) Requires a space after '{'. (block-spacing)
(#274) Statement inside of curly braces should be on next line. (brace-style)
(#274) Missing space before opening brace. (space-before-blocks)
(#274) Requires a space before '}'. (block-spacing)
(#274) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#275) Requires a space after '{'. (block-spacing)
(#275) Statement inside of curly braces should be on next line. (brace-style)
(#275) Missing space before opening brace. (space-before-blocks)
(#275) Requires a space before '}'. (block-spacing)
(#275) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#276) Requires a space after '{'. (block-spacing)
(#276) Statement inside of curly braces should be on next line. (brace-style)
(#276) Requires a space before '}'. (block-spacing)
(#276) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#284) Comments should not begin with a lowercase character. (capitalized-comments)
(#284) Expected space or tab after '//' in comment. (spaced-comment)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#286) Expected space(s) after "if". (keyword-spacing)
(#286) Operator '==' must be spaced. (space-infix-ops)
(#286) Missing space before opening brace. (space-before-blocks)
(#287) Expected space(s) after "switch". (keyword-spacing)
(#287) Missing space before opening brace. (space-before-blocks)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#294) Comments should not begin with a lowercase character. (capitalized-comments)
(#294) Expected space or tab after '//' in comment. (spaced-comment)
(#295) Expected space or tab after '//' in comment. (spaced-comment)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#303) Expected space(s) before "else". (keyword-spacing)
(#303) Expected space(s) after "else". (keyword-spacing)
(#304) Expected space(s) after "switch". (keyword-spacing)
(#304) Missing space before opening brace. (space-before-blocks)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#309) Operator '=' must be spaced. (space-infix-ops)
(#310) Comments should not begin with a lowercase character. (capitalized-comments)
(#310) Expected space or tab after '//' in comment. (spaced-comment)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#323) Comments should not begin with a lowercase character. (capitalized-comments)
(#332) Comments should not begin with a lowercase character. (capitalized-comments)
(#332) Expected space or tab after '//' in comment. (spaced-comment)
(#333) Comments should not begin with a lowercase character. (capitalized-comments)
(#333) Expected space or tab after '//' in comment. (spaced-comment)
(#334) Comments should not begin with a lowercase character. (capitalized-comments)
(#334) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/assign/feedback/cloudpoodll/amd/src/cloudpoodllloader.js
(#3) Unexpected space before function parentheses. (space-before-function-paren)
(#5) Unexpected space before function parentheses. (space-before-function-paren)
(#9) Unexpected space before function parentheses. (space-before-function-paren)
public/mod/assign/feedback/cloudpoodll/amd/src/correctionsmarkup.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#7) Comments should not begin with a lowercase character. (capitalized-comments)
(#7) Expected space or tab after '//' in comment. (spaced-comment)
(#11) Comments should not begin with a lowercase character. (capitalized-comments)
(#11) Expected space or tab after '//' in comment. (spaced-comment)
(#17) Comments should not begin with a lowercase character. (capitalized-comments)
(#17) Expected space or tab after '//' in comment. (spaced-comment)
(#39) Unexpected space before function parentheses. (space-before-function-paren)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#40) Comments should not begin with a lowercase character. (capitalized-comments)
(#40) Expected space or tab after '//' in comment. (spaced-comment)
(#42) Comments should not begin with a lowercase character. (capitalized-comments)
(#42) Expected space or tab after '//' in comment. (spaced-comment)
(#46) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Expected space or tab after '//' in comment. (spaced-comment)
(#49) Expected space or tab after '//' in comment. (spaced-comment)
(#50) Expected space or tab after '//' in comment. (spaced-comment)
(#51) Expected space or tab after '//' in comment. (spaced-comment)
(#56) Unexpected space before function parentheses. (space-before-function-paren)
(#58) Comments should not begin with a lowercase character. (capitalized-comments)
(#58) Expected space or tab after '//' in comment. (spaced-comment)
(#59) ["id"] is better written in dot notation. (dot-notation)
(#66) ["sessionerrors"] is better written in dot notation. (dot-notation)
(#67) ["sessionerrors"] is better written in dot notation. (dot-notation)
(#71) ["sessionmatches"] is better written in dot notation. (dot-notation)
(#72) ["sessionmatches"] is better written in dot notation. (dot-notation)
(#74) Multiple spaces found before '='. (no-multi-spaces)
(#77) ["insertioncount"] is better written in dot notation. (dot-notation)
(#78) ["insertioncount"] is better written in dot notation. (dot-notation)
(#79) Expected space(s) before "else". (keyword-spacing)
(#79) Expected space(s) after "else". (keyword-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#85) Missing space before opening brace. (space-before-blocks)
(#87) ["sessionerrors"] is better written in dot notation. (dot-notation)
(#88) ["sessionmatches"] is better written in dot notation. (dot-notation)
(#89) ["insertioncount"] is better written in dot notation. (dot-notation)
(#92) Comments should not begin with a lowercase character. (capitalized-comments)
(#92) Expected space or tab after '//' in comment. (spaced-comment)
(#96) Comments should not begin with a lowercase character. (capitalized-comments)
(#96) Expected space or tab after '//' in comment. (spaced-comment)
(#99) Comments should not begin with a lowercase character. (capitalized-comments)
(#99) Expected space or tab after '//' in comment. (spaced-comment)
(#102) Comments should not begin with a lowercase character. (capitalized-comments)
(#102) Expected space or tab after '//' in comment. (spaced-comment)
(#105) Comments should not begin with a lowercase character. (capitalized-comments)
(#105) Expected space or tab after '//' in comment. (spaced-comment)
(#108) Comments should not begin with a lowercase character. (capitalized-comments)
(#108) Expected space or tab after '//' in comment. (spaced-comment)
(#114) Identifier 'register_controls' is not in camel case. (camelcase)
(#114) Unexpected space before function parentheses. (space-before-function-paren)
(#120) Identifier 'register_events' is not in camel case. (camelcase)
(#120) Unexpected space before function parentheses. (space-before-function-paren)
(#123) Comments should not begin with a lowercase character. (capitalized-comments)
(#123) Expected space or tab after '//' in comment. (spaced-comment)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#127) Comments should not begin with a lowercase character. (capitalized-comments)
(#127) Expected space or tab after '//' in comment. (spaced-comment)
(#128) A space is required after ','. (comma-spacing)
(#128) Unexpected space before function parentheses. (space-before-function-paren)
(#134) Comments should not begin with a lowercase character. (capitalized-comments)
(#134) Expected space or tab after '//' in comment. (spaced-comment)
(#135) Expected space or tab after '//' in comment. (spaced-comment)
(#136) Expected space(s) after "if". (keyword-spacing)
(#136) Requires a space after '{'. (block-spacing)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Requires a space before '}'. (block-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Expected space(s) after "if". (keyword-spacing)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Requires a space before '}'. (block-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Expected space(s) after "if". (keyword-spacing)
(#138) Requires a space after '{'. (block-spacing)
(#138) Statement inside of curly braces should be on next line. (brace-style)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Requires a space before '}'. (block-spacing)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#140) Comments should not begin with a lowercase character. (capitalized-comments)
(#140) Expected space or tab after '//' in comment. (spaced-comment)
(#141) A space is required after ','. (comma-spacing)
(#142) Unexpected space before function parentheses. (space-before-function-paren)
(#148) Multiple spaces found before 'function'. (no-multi-spaces)
(#148) Unexpected space before function parentheses. (space-before-function-paren)
(#149) Comments should not begin with a lowercase character. (capitalized-comments)
(#149) Expected space or tab after '//' in comment. (spaced-comment)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Requires a space before '}'. (block-spacing)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#153) Comments should not begin with a lowercase character. (capitalized-comments)
(#153) Expected space or tab after '//' in comment. (spaced-comment)
(#154) Expected space or tab after '//' in comment. (spaced-comment)
(#155) Expected space(s) after "if". (keyword-spacing)
(#155) Requires a space after '{'. (block-spacing)
(#155) Statement inside of curly braces should be on next line. (brace-style)
(#155) Missing space before opening brace. (space-before-blocks)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Requires a space before '}'. (block-spacing)
(#155) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#156) Expected space(s) after "if". (keyword-spacing)
(#156) Requires a space after '{'. (block-spacing)
(#156) Statement inside of curly braces should be on next line. (brace-style)
(#156) Missing space before opening brace. (space-before-blocks)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Requires a space before '}'. (block-spacing)
(#156) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#157) Expected space(s) after "if". (keyword-spacing)
(#157) Requires a space after '{'. (block-spacing)
(#157) Statement inside of curly braces should be on next line. (brace-style)
(#157) Missing space before opening brace. (space-before-blocks)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Requires a space before '}'. (block-spacing)
(#157) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#158) Comments should not begin with a lowercase character. (capitalized-comments)
(#158) Expected space or tab after '//' in comment. (spaced-comment)
(#159) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) Multiple spaces found before 'function'. (no-multi-spaces)
(#163) Unexpected space before function parentheses. (space-before-function-paren)
(#165) Requires a space after '{'. (block-spacing)
(#165) Statement inside of curly braces should be on next line. (brace-style)
(#165) Requires a space before '}'. (block-spacing)
(#165) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#170) Unexpected space before function parentheses. (space-before-function-paren)
(#170) A space is required after ','. (comma-spacing)
(#174) Comments should not begin with a lowercase character. (capitalized-comments)
(#174) Expected space or tab after '//' in comment. (spaced-comment)
(#177) Expected space(s) after "if". (keyword-spacing)
(#177) Operator '===' must be spaced. (space-infix-ops)
(#179) Expected space(s) before "else". (keyword-spacing)
(#179) Expected space(s) after "if". (keyword-spacing)
(#179) Operator '===' must be spaced. (space-infix-ops)
(#181) Expected space(s) before "else". (keyword-spacing)
(#181) Operator '===' must be spaced. (space-infix-ops)
(#187) Expected space(s) after "if". (keyword-spacing)
(#187) Operator '===' must be spaced. (space-infix-ops)
(#188) Comments should not begin with a lowercase character. (capitalized-comments)
(#188) Expected space or tab after '//' in comment. (spaced-comment)
(#192) Comments should not begin with a lowercase character. (capitalized-comments)
(#192) Expected space or tab after '//' in comment. (spaced-comment)
(#193) Expected space(s) after "if". (keyword-spacing)
(#200) Unexpected space before function parentheses. (space-before-function-paren)
(#204) Unexpected space before function parentheses. (space-before-function-paren)
(#210) Identifier 'markup_suggestedwords' is not in camel case. (camelcase)
(#210) Unexpected space before function parentheses. (space-before-function-paren)
(#212) Comments should not begin with a lowercase character. (capitalized-comments)
(#212) Expected space or tab after '//' in comment. (spaced-comment)
(#213) Unexpected space before function parentheses. (space-before-function-paren)
(#214) This line has a length of 163. Maximum allowed is 132. (max-len)
(#217) Comments should not begin with a lowercase character. (capitalized-comments)
(#217) Expected space or tab after '//' in comment. (spaced-comment)
(#218) Expected space or tab after '//' in comment. (spaced-comment)
(#219) This line has a length of 149. Maximum allowed is 132. (max-len)
(#219) Expected space or tab after '//' in comment. (spaced-comment)
(#220) Expected space or tab after '//' in comment. (spaced-comment)
(#221) Expected space(s) after "if". (keyword-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#224) Unexpected space before function parentheses. (space-before-function-paren)
(#230) Expected space(s) after "for". (keyword-spacing)
(#242) Comments should not begin with a lowercase character. (capitalized-comments)
(#242) Expected space or tab after '//' in comment. (spaced-comment)
(#243) Expected space or tab after '//' in comment. (spaced-comment)
(#244) Expected space or tab after '//' in comment. (spaced-comment)
(#245) Expected space or tab after '//' in comment. (spaced-comment)
(#246) Expected space or tab after '//' in comment. (spaced-comment)
(#247) Expected space or tab after '//' in comment. (spaced-comment)
(#248) Expected space or tab after '//' in comment. (spaced-comment)
(#250) Identifier 'markup_unmatchedwords' is not in camel case. (camelcase)
(#250) Unexpected space before function parentheses. (space-before-function-paren)
(#253) Comments should not begin with a lowercase character. (capitalized-comments)
(#253) Expected space or tab after '//' in comment. (spaced-comment)
(#255) Unexpected space before function parentheses. (space-before-function-paren)
(#256) Comments should not begin with a lowercase character. (capitalized-comments)
(#256) Expected space or tab after '//' in comment. (spaced-comment)
(#257) Expected space or tab after '//' in comment. (spaced-comment)
(#259) Expected space or tab after '//' in comment. (spaced-comment)
(#260) Expected space or tab after '//' in comment. (spaced-comment)
(#262) Expected space(s) after "if". (keyword-spacing)
(#262) Operator '>' must be spaced. (space-infix-ops)
(#264) Expected space(s) after "if". (keyword-spacing)
(#264) Operator '>' must be spaced. (space-infix-ops)
(#265) Comments should not begin with a lowercase character. (capitalized-comments)
(#265) Expected space or tab after '//' in comment. (spaced-comment)
(#266) Expected space or tab after '//' in comment. (spaced-comment)
(#267) Operator '&&' must be spaced. (space-infix-ops)
(#271) Comments should not begin with a lowercase character. (capitalized-comments)
(#271) Expected space or tab after '//' in comment. (spaced-comment)
(#273) Expected space(s) after "for". (keyword-spacing)
(#276) Comments should not begin with a lowercase character. (capitalized-comments)
(#276) Expected space or tab after '//' in comment. (spaced-comment)
(#277) Expected space or tab after '//' in comment. (spaced-comment)
(#278) Identifier 'p_gapcount' is not in camel case. (camelcase)
(#278) Operator '-' must be spaced. (space-infix-ops)
(#279) Expected space(s) after "if". (keyword-spacing)
(#279) Identifier 'p_gapcount' is not in camel case. (camelcase)
(#279) Operator '===' must be spaced. (space-infix-ops)
(#280) This line has a length of 137. Maximum allowed is 132. (max-len)
(#281) Expected space(s) before "else". (keyword-spacing)
(#281) Expected space(s) after "else". (keyword-spacing)
(#282) Expected space(s) after "for". (keyword-spacing)
(#288) Expected space(s) before "else". (keyword-spacing)
(#288) Expected space(s) after "if". (keyword-spacing)
(#289) Comments should not begin with a lowercase character. (capitalized-comments)
(#289) Expected space or tab after '//' in comment. (spaced-comment)
(#290) Expected space or tab after '//' in comment. (spaced-comment)
(#291) Expected space or tab after '//' in comment. (spaced-comment)
(#292) This line has a length of 144. Maximum allowed is 132. (max-len)
(#299) Expected space or tab after '//' in comment. (spaced-comment)
(#301) Comments should not begin with a lowercase character. (capitalized-comments)
(#301) Expected space or tab after '//' in comment. (spaced-comment)
(#303) Comments should not begin with a lowercase character. (capitalized-comments)
(#303) Expected space or tab after '//' in comment. (spaced-comment)
(#307) Comments should not begin with a lowercase character. (capitalized-comments)
(#307) Expected space or tab after '//' in comment. (spaced-comment)
(#308) Expected space or tab after '//' in comment. (spaced-comment)
(#309) Expected space or tab after '//' in comment. (spaced-comment)
(#310) Expected space or tab after '//' in comment. (spaced-comment)
(#317) Identifier 'markup_originalwords' is not in camel case. (camelcase)
(#317) Unexpected space before function parentheses. (space-before-function-paren)
(#319) Identifier 'processed_tpositions' is not in camel case. (camelcase)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#320) This line has a length of 164. Maximum allowed is 132. (max-len)
(#320) Operator '+' must be spaced. (space-infix-ops)
(#321) Unexpected space before function parentheses. (space-before-function-paren)
(#323) Expected space(s) after "if". (keyword-spacing)
(#323) Operator '||' must be spaced. (space-infix-ops)
(#323) Missing space before opening brace. (space-before-blocks)
(#324) Identifier 'data_tpositions' is not in camel case. (camelcase)
(#324) Operator '=' must be spaced. (space-infix-ops)
(#326) Comments should not begin with a lowercase character. (capitalized-comments)
(#326) Expected space or tab after '//' in comment. (spaced-comment)
(#327) Expected space or tab after '//' in comment. (spaced-comment)
(#329) Expected space(s) after "if". (keyword-spacing)
(#329) Identifier 'processed_tpositions' is not in camel case. (camelcase)
(#329) Requires a space after '{'. (block-spacing)
(#329) Statement inside of curly braces should be on next line. (brace-style)
(#329) Missing space before opening brace. (space-before-blocks)
(#329) Requires a space before '}'. (block-spacing)
(#329) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#330) Identifier 'processed_tpositions' is not in camel case. (camelcase)
(#332) Identifier 'data_tpositions' is not in camel case. (camelcase)
(#333) Operator '=' must be spaced. (space-infix-ops)
(#339) Expected space(s) after "if". (keyword-spacing)
(#339) Operator '>' must be spaced. (space-infix-ops)
(#339) Missing space before opening brace. (space-before-blocks)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#341) Expected space(s) after "if". (keyword-spacing)
(#342) Comments should not begin with a lowercase character. (capitalized-comments)
(#342) Expected space or tab after '//' in comment. (spaced-comment)
(#343) This line has a length of 135. Maximum allowed is 132. (max-len)
(#343) Expected space or tab after '//' in comment. (spaced-comment)
(#346) Expected space(s) before "else". (keyword-spacing)
(#346) Expected space(s) after "if". (keyword-spacing)
(#346) Missing space before opening brace. (space-before-blocks)
(#347) Comments should not begin with a lowercase character. (capitalized-comments)
(#347) Expected space or tab after '//' in comment. (spaced-comment)
(#349) A space is required after ','. (comma-spacing)
(#350) Expected space(s) before "else". (keyword-spacing)
(#350) Expected space(s) after "if". (keyword-spacing)
(#350) Missing space before opening brace. (space-before-blocks)
(#351) This line has a length of 139. Maximum allowed is 132. (max-len)
(#351) Comments should not begin with a lowercase character. (capitalized-comments)
(#351) Expected space or tab after '//' in comment. (spaced-comment)
(#352) Expected space or tab after '//' in comment. (spaced-comment)
(#354) A space is required after ','. (comma-spacing)
public/mod/assign/feedback/cloudpoodll/amd/src/feedbackhelper.js
(#3) 'cloudpoodll' is defined but never used. (no-unused-vars)
(#8) 'instancemap' is assigned a value but never used. (no-unused-vars)
(#18) ["component"] is better written in dot notation. (dot-notation)
(#19) ["subtype"] is better written in dot notation. (dot-notation)
(#26) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#30) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#31) Identifier 'register_controls' is not in camel case. (camelcase)
(#39) ["clicktohide"] is better written in dot notation. (dot-notation)
(#42) ["clicktoshow"] is better written in dot notation. (dot-notation)
(#46) Identifier 'register_events' is not in camel case. (camelcase)
(#49) Unexpected confirm. (no-alert)
(#59) Identifier 'toggle_currentfeedback' is not in camel case. (camelcase)
(#64) ["clicktohide"] is better written in dot notation. (dot-notation)
(#69) ["clicktoshow"] is better written in dot notation. (dot-notation)
(#101) Comments should not begin with a lowercase character. (capitalized-comments)
(#101) Expected space or tab after '//' in comment. (spaced-comment)
(#108) Comments should not begin with a lowercase character. (capitalized-comments)
public/mod/assign/feedback/cloudpoodll/amd/src/fetchsubmission.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)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#11) Comments should not begin with a lowercase character. (capitalized-comments)
(#11) Expected space or tab after '//' in comment. (spaced-comment)
(#17) Comments should not begin with a lowercase character. (capitalized-comments)
(#17) Expected space or tab after '//' in comment. (spaced-comment)
(#18) Unexpected space before function parentheses. (space-before-function-paren)
(#24) Identifier 'init_strings' is not in camel case. (camelcase)
(#24) Missing space before opening brace. (space-before-blocks)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Requires a space before '}'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) This line has a length of 140. Maximum allowed is 132. (max-len)
(#27) A space is required after ','. (comma-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Requires a space before '}'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Requires a space before '}'. (block-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Comments should not begin with a lowercase character. (capitalized-comments)
(#32) Expected space or tab after '//' in comment. (spaced-comment)
(#33) Identifier 'register_controls' is not in camel case. (camelcase)
(#33) Unexpected space before function parentheses. (space-before-function-paren)
(#37) Comments should not begin with a lowercase character. (capitalized-comments)
(#37) Expected space or tab after '//' in comment. (spaced-comment)
(#38) Identifier 'register_events' is not in camel case. (camelcase)
(#38) Unexpected space before function parentheses. (space-before-function-paren)
(#40) 'e' is defined but never used. (no-unused-vars)
(#40) Missing space before opening brace. (space-before-blocks)
(#41) Comments should not begin with a lowercase character. (capitalized-comments)
(#41) Expected space or tab after '//' in comment. (spaced-comment)
(#42) Multiple spaces found before '='. (no-multi-spaces)
(#44) Comments should not begin with a lowercase character. (capitalized-comments)
(#44) Expected space or tab after '//' in comment. (spaced-comment)
(#45) Expected space(s) after "if". (keyword-spacing)
(#45) Operator '>' must be spaced. (space-infix-ops)
(#46) Expected catch,fail,always() or return (promise/catch-or-return)
(#51) Unexpected space before function parentheses. (space-before-function-paren)
(#55) Unexpected space before function parentheses. (space-before-function-paren)
(#55) 'e' is defined but never used. (no-unused-vars)
(#62) Expected space(s) before "else". (keyword-spacing)
(#63) Comments should not begin with a lowercase character. (capitalized-comments)
(#63) Expected space or tab after '//' in comment. (spaced-comment)
(#68) A space is required after ','. (comma-spacing)
(#68) Comments should not begin with a lowercase character. (capitalized-comments)
(#68) Expected space or tab after '//' in comment. (spaced-comment)
(#70) Identifier 'do_fetch' is not in camel case. (camelcase)
(#70) Missing space before opening brace. (space-before-blocks)
(#71) Comments should not begin with a lowercase character. (capitalized-comments)
(#71) Expected space or tab after '//' in comment. (spaced-comment)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#73) Identifier 'cp_transcript' is not in camel case. (camelcase)
(#74) Identifier 'cp_transcript' is not in camel case. (camelcase)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Identifier 'cp_transcript' is not in camel case. (camelcase)
(#76) Expected space(s) before "else". (keyword-spacing)
(#76) Expected space(s) after "else". (keyword-spacing)
(#77) Comments should not begin with a lowercase character. (capitalized-comments)
(#77) Expected space or tab after '//' in comment. (spaced-comment)
(#78) Identifier 'ot_summary' is not in camel case. (camelcase)
(#79) Expected space(s) after "if". (keyword-spacing)
(#79) Identifier 'ot_summary' is not in camel case. (camelcase)
(#79) Missing space before opening brace. (space-before-blocks)
(#80) Comments should not begin with a lowercase character. (capitalized-comments)
(#80) Expected space or tab after '//' in comment. (spaced-comment)
(#81) Identifier 'ot_summary' is not in camel case. (camelcase)
(#83) Identifier 'ot_transcript' is not in camel case. (camelcase)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#84) Expected space(s) after "if". (keyword-spacing)
(#84) Identifier 'ot_transcript' is not in camel case. (camelcase)
(#84) Missing space before opening brace. (space-before-blocks)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) Identifier 'ot_transcript' is not in camel case. (camelcase)
public/mod/assign/feedback/cloudpoodll/amd/src/grammarsuggestions.js
(#1) This line has a length of 163. Maximum allowed is 132. (max-len)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#2) A space is required after ','. (comma-spacing)
(#11) Comments should not begin with a lowercase character. (capitalized-comments)
(#11) Expected space or tab after '//' in comment. (spaced-comment)
(#19) Comments should not begin with a lowercase character. (capitalized-comments)
(#19) Expected space or tab after '//' in comment. (spaced-comment)
(#20) Missing space before opening brace. (space-before-blocks)
(#26) Identifier 'init_strings' is not in camel case. (camelcase)
(#26) Missing space before opening brace. (space-before-blocks)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Requires a space before '}'. (block-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) A space is required after ','. (comma-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Requires a space before '}'. (block-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Requires a space before '}'. (block-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) A space is required after ','. (comma-spacing)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Requires a space before '}'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Comments should not begin with a lowercase character. (capitalized-comments)
(#35) Expected space or tab after '//' in comment. (spaced-comment)
(#36) Identifier 'register_controls' is not in camel case. (camelcase)
(#36) Missing space before opening brace. (space-before-blocks)
(#40) Comments should not begin with a lowercase character. (capitalized-comments)
(#40) Expected space or tab after '//' in comment. (spaced-comment)
(#41) Identifier 'register_events' is not in camel case. (camelcase)
(#44) 'e' is defined but never used. (no-unused-vars)
(#44) Missing space before opening brace. (space-before-blocks)
(#46) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Expected space or tab after '//' in comment. (spaced-comment)
(#48) Multiple spaces found before '='. (no-multi-spaces)
(#49) Multiple spaces found before '='. (no-multi-spaces)
(#52) Comments should not begin with a lowercase character. (capitalized-comments)
(#52) Expected space or tab after '//' in comment. (spaced-comment)
(#53) Expected space(s) after "if". (keyword-spacing)
(#53) Operator '>' must be spaced. (space-infix-ops)
(#54) Expected catch,fail,always() or return (promise/catch-or-return)
(#59) Unexpected space before function parentheses. (space-before-function-paren)
(#63) Unexpected space before function parentheses. (space-before-function-paren)
(#63) 'e' is defined but never used. (no-unused-vars)
(#70) Expected space(s) before "else". (keyword-spacing)
(#71) Comments should not begin with a lowercase character. (capitalized-comments)
(#71) Expected space or tab after '//' in comment. (spaced-comment)
(#72) A space is required after ','. (comma-spacing)
(#72) There should be no space before ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) There should be no space before ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) Comments should not begin with a lowercase character. (capitalized-comments)
(#77) Expected space or tab after '//' in comment. (spaced-comment)
(#79) Expected space or tab after '//' in comment. (spaced-comment)
(#80) Identifier 'set_value' is not in camel case. (camelcase)
(#80) Missing space before opening brace. (space-before-blocks)
(#81) Expected space(s) after "if". (keyword-spacing)
(#81) Missing space before opening brace. (space-before-blocks)
(#83) Expected space(s) before "else". (keyword-spacing)
(#83) Expected space(s) after "else". (keyword-spacing)
(#84) Expected space(s) after "switch". (keyword-spacing)
(#84) Missing space before opening brace. (space-before-blocks)
(#97) Identifier 'get_value' is not in camel case. (camelcase)
(#97) Missing space before opening brace. (space-before-blocks)
(#98) Expected space(s) after "if". (keyword-spacing)
(#98) Missing space before opening brace. (space-before-blocks)
(#100) Expected space(s) before "else". (keyword-spacing)
(#100) Expected space(s) after "else". (keyword-spacing)
(#105) Identifier 'check_grammar' is not in camel case. (camelcase)
(#105) Unexpected space before function parentheses. (space-before-function-paren)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#106) Identifier 'src_element' is not in camel case. (camelcase)
(#107) Identifier 'target_element' is not in camel case. (camelcase)
(#108) Identifier 'difference_element' is not in camel case. (camelcase)
(#110) Comments should not begin with a lowercase character. (capitalized-comments)
(#110) Expected space or tab after '//' in comment. (spaced-comment)
(#112) Comments should not begin with a lowercase character. (capitalized-comments)
(#112) Expected space or tab after '//' in comment. (spaced-comment)
(#113) Expected space(s) after "if". (keyword-spacing)
(#113) Operator '===' must be spaced. (space-infix-ops)
(#113) Operator '===' must be spaced. (space-infix-ops)
(#113) Missing space before opening brace. (space-before-blocks)
(#116) A space is required after ','. (comma-spacing)
(#123) Unexpected space before function parentheses. (space-before-function-paren)
(#127) Expected space(s) after "if". (keyword-spacing)
(#127) Operator '<' 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) A space is required after ','. (comma-spacing)
(#130) Expected space(s) before "else". (keyword-spacing)
(#130) Expected space(s) after "else". (keyword-spacing)
(#131) A space is required after ','. (comma-spacing)
(#132) Comments should not begin with a lowercase character. (capitalized-comments)
(#132) Expected space or tab after '//' in comment. (spaced-comment)
(#133) A space is required after ','. (comma-spacing)
(#136) ["sessionerrors"] is better written in dot notation. (dot-notation)
(#137) ["sessionmatches"] is better written in dot notation. (dot-notation)
(#138) Comments should not begin with a lowercase character. (capitalized-comments)
(#138) Expected space or tab after '//' in comment. (spaced-comment)
(#143) Comments should not begin with a lowercase character. (capitalized-comments)
(#143) Expected space or tab after '//' in comment. (spaced-comment)
(#144) Expected space or tab after '//' in comment. (spaced-comment)
(#149) Expected space(s) before "else". (keyword-spacing)
(#149) Expected space(s) after "else". (keyword-spacing)
(#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)
(#161) Comments should not begin with a lowercase character. (capitalized-comments)
(#161) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/assign/feedback/cloudpoodll/amd/src/interactivetranscript.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#8) Unexpected space before function parentheses. (space-before-function-paren)
(#10) ["component"] is better written in dot notation. (dot-notation)
(#11) ["playerid"] is better written in dot notation. (dot-notation)
(#12) ["containerid"] is better written in dot notation. (dot-notation)
(#13) ["cssprefix"] is better written in dot notation. (dot-notation)
(#27) Unexpected space before function parentheses. (space-before-function-paren)
(#28) Comments should not begin with a lowercase character. (capitalized-comments)
(#39) Unexpected space before function parentheses. (space-before-function-paren)
(#39) 'element' is defined but never used. (no-unused-vars)
(#42) Unexpected space before function parentheses. (space-before-function-paren)
(#51) Unexpected space before function parentheses. (space-before-function-paren)
(#59) Unexpected space before function parentheses. (space-before-function-paren)
(#60) Unexpected space before function parentheses. (space-before-function-paren)
(#60) Unexpected empty function. (no-empty-function)
(#62) Unexpected space before function parentheses. (space-before-function-paren)
(#67) A function with a name starting with an uppercase letter should only be used as a constructor. (@babel/new-cap)
(#77) Comments should not begin with a lowercase character. (capitalized-comments)
(#80) Array prototype is read only, properties should not be added. (no-extend-native)
(#80) Unexpected space before function parentheses. (space-before-function-paren)
(#82) Use '===' to compare with null. (no-eq-null)
(#86) Unexpected use of '>>>'. (no-bitwise)
(#105) Comments should not begin with a lowercase character. (capitalized-comments)
(#106) Expected space or tab after '/*' in comment. (spaced-comment)
(#108) Unexpected space before function parentheses. (space-before-function-paren)
(#111) Missing semicolon. (@babel/semi)
(#113) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#113) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#113) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#113) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#113) Unexpected space before function parentheses. (space-before-function-paren)
(#114) Missing semicolon. (@babel/semi)
(#115) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#115) Unexpected space before function parentheses. (space-before-function-paren)
(#116) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#119) Missing semicolon. (@babel/semi)
(#122) Missing semicolon. (@babel/semi)
(#123) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#123) Unexpected space before function parentheses. (space-before-function-paren)
(#126) Missing semicolon. (@babel/semi)
(#127) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#127) Unexpected space before function parentheses. (space-before-function-paren)
(#129) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#129) Missing semicolon. (@babel/semi)
(#132) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#132) Missing semicolon. (@babel/semi)
(#134) Missing semicolon. (@babel/semi)
(#135) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#135) Unexpected space before function parentheses. (space-before-function-paren)
(#136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#138) Missing semicolon. (@babel/semi)
(#140) Unexpected space before function parentheses. (space-before-function-paren)
(#141) Missing semicolon. (@babel/semi)
(#142) Missing semicolon. (@babel/semi)
(#143) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#143) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#143) Unexpected space before function parentheses. (space-before-function-paren)
(#144) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#144) Missing semicolon. (@babel/semi)
(#147) Unexpected space before function parentheses. (space-before-function-paren)
(#148) Missing semicolon. (@babel/semi)
(#150) Unexpected space before function parentheses. (space-before-function-paren)
(#152) Missing semicolon. (@babel/semi)
(#154) Unexpected space before function parentheses. (space-before-function-paren)
(#155) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#155) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#155) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#155) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#160) Missing semicolon. (@babel/semi)
(#164) Missing semicolon. (@babel/semi)
(#167) Unexpected space before function parentheses. (space-before-function-paren)
(#168) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#168) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#168) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#168) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#174) Missing semicolon. (@babel/semi)
(#178) Missing semicolon. (@babel/semi)
(#181) Unexpected space before function parentheses. (space-before-function-paren)
(#183) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#185) Missing semicolon. (@babel/semi)
(#187) Missing semicolon. (@babel/semi)
(#189) Unexpected space before function parentheses. (space-before-function-paren)
(#190) Missing semicolon. (@babel/semi)
(#195) Missing semicolon. (@babel/semi)
(#199) Missing semicolon. (@babel/semi)
(#204) Missing semicolon. (@babel/semi)
(#207) Missing semicolon. (@babel/semi)
(#209) A space is required after ','. (comma-spacing)
(#209) Comments should not begin with a lowercase character. (capitalized-comments)
(#209) Expected space or tab after '//' in comment. (spaced-comment)
(#214) Comments should not begin with a lowercase character. (capitalized-comments)
(#215) Comments should not begin with a lowercase character. (capitalized-comments)
(#216) Comments should not begin with a lowercase character. (capitalized-comments)
(#218) Comments should not begin with a lowercase character. (capitalized-comments)
(#219) Comments should not begin with a lowercase character. (capitalized-comments)
(#222) Expected space or tab after '/*' in comment. (spaced-comment)
(#225) Unexpected space before function parentheses. (space-before-function-paren)
(#236) Unexpected space before function parentheses. (space-before-function-paren)
(#239) Unexpected space before function parentheses. (space-before-function-paren)
(#245) Unexpected space before function parentheses. (space-before-function-paren)
(#271) Unexpected space before function parentheses. (space-before-function-paren)
(#280) Unexpected space before function parentheses. (space-before-function-paren)
(#282) Unexpected space before function parentheses. (space-before-function-paren)
(#285) Unexpected space before function parentheses. (space-before-function-paren)
(#290) Comments should not begin with a lowercase character. (capitalized-comments)
(#300) Unexpected space before function parentheses. (space-before-function-paren)
(#303) Unexpected space before function parentheses. (space-before-function-paren)
(#307) Unexpected space before function parentheses. (space-before-function-paren)
(#319) Unexpected space before function parentheses. (space-before-function-paren)
(#323) Comments should not begin with a lowercase character. (capitalized-comments)
(#331) Unexpected space before function parentheses. (space-before-function-paren)
(#336) Unexpected space before function parentheses. (space-before-function-paren)
(#347) Unexpected space before function parentheses. (space-before-function-paren)
(#360) Unexpected space before function parentheses. (space-before-function-paren)
(#363) 'parentOffsetBottom' is assigned a value but never used. (no-unused-vars)
(#369) Comments should not begin with a lowercase character. (capitalized-comments)
(#404) Unexpected space before function parentheses. (space-before-function-paren)
(#406) Comments should not begin with a lowercase character. (capitalized-comments)
(#411) Unexpected space before function parentheses. (space-before-function-paren)
(#420) Missing semicolon. (@babel/semi)
(#423) Unexpected space before function parentheses. (space-before-function-paren)
(#427) Expected space or tab after '/*' in comment. (spaced-comment)
(#427) 'config' is defined but never used. (no-unused-vars)
(#428) Unexpected space before function parentheses. (space-before-function-paren)
(#431) Unexpected space before function parentheses. (space-before-function-paren)
(#443) Unexpected space before function parentheses. (space-before-function-paren)
(#452) Comments should not begin with a lowercase character. (capitalized-comments)
(#458) Expected space or tab after '/*' in comment. (spaced-comment)
(#458) 'utils' is defined but never used. (no-unused-vars)
(#458) 'scrollable' is defined but never used. (no-unused-vars)
(#460) Unexpected space before function parentheses. (space-before-function-paren)
(#465) Unexpected space before function parentheses. (space-before-function-paren)
(#468) Unexpected space before function parentheses. (space-before-function-paren)
(#471) Unexpected space before function parentheses. (space-before-function-paren)
(#476) Unexpected space before function parentheses. (space-before-function-paren)
(#478) Unexpected space before function parentheses. (space-before-function-paren)
(#484) Unexpected space before function parentheses. (space-before-function-paren)
(#484) 'e' is defined but never used. (no-unused-vars)
(#490) Unexpected space before function parentheses. (space-before-function-paren)
(#493) Comments should not begin with a lowercase character. (capitalized-comments)
(#494) Comments should not begin with a lowercase character. (capitalized-comments)
(#501) Unexpected space before function parentheses. (space-before-function-paren)
(#513) Unexpected space before function parentheses. (space-before-function-paren)
(#520) Comments should not begin with a lowercase character. (capitalized-comments)
(#527) Unexpected space before function parentheses. (space-before-function-paren)
(#546) Unexpected space before function parentheses. (space-before-function-paren)
(#564) Unexpected space before function parentheses. (space-before-function-paren)
(#567) Unexpected space before function parentheses. (space-before-function-paren)
(#568) 'active' is defined but never used. (no-unused-vars)
(#579) Comments should not begin with a lowercase character. (capitalized-comments)
(#581) This line has a length of 136. Maximum allowed is 132. (max-len)
(#590) Unexpected space before function parentheses. (space-before-function-paren)
(#603) Unexpected space before function parentheses. (space-before-function-paren)
(#613) Unexpected space before function parentheses. (space-before-function-paren)
(#616) Unexpected space before function parentheses. (space-before-function-paren)
(#631) Unexpected space before function parentheses. (space-before-function-paren)
(#638) Comments should not begin with a lowercase character. (capitalized-comments)
public/mod/assign/feedback/cloudpoodll/amd/src/loomloader.js
(#1) '$' is defined but never used. (no-unused-vars)
(#11) ["component"] is better written in dot notation. (dot-notation)
(#12) ["subtype"] is better written in dot notation. (dot-notation)
(#15) A constructor name should not start with a lowercase letter. (@babel/new-cap)
public/mod/assign/feedback/cloudpoodll/amd/src/previewcorrections.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)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#2) A space is required after ','. (comma-spacing)
(#10) Comments should not begin with a lowercase character. (capitalized-comments)
(#10) Expected space or tab after '//' in comment. (spaced-comment)
(#14) Comments should not begin with a lowercase character. (capitalized-comments)
(#14) Expected space or tab after '//' in comment. (spaced-comment)
(#15) Missing space before opening brace. (space-before-blocks)
(#19) Comments should not begin with a lowercase character. (capitalized-comments)
(#19) Expected space or tab after '//' in comment. (spaced-comment)
(#23) Identifier 'init_strings' is not in camel case. (camelcase)
(#23) Missing space before opening brace. (space-before-blocks)
(#24) 'that' is assigned a value but never used. (no-unused-vars)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#25) Comments should not begin with a lowercase character. (capitalized-comments)
(#25) Expected space or tab after '//' in comment. (spaced-comment)
(#28) Comments should not begin with a lowercase character. (capitalized-comments)
(#28) Expected space or tab after '//' in comment. (spaced-comment)
(#29) Identifier 'register_controls' is not in camel case. (camelcase)
(#29) Missing space before opening brace. (space-before-blocks)
(#38) Comments should not begin with a lowercase character. (capitalized-comments)
(#38) Expected space or tab after '//' in comment. (spaced-comment)
(#39) Identifier 'register_events' is not in camel case. (camelcase)
(#42) Comments should not begin with a lowercase character. (capitalized-comments)
(#42) Expected space or tab after '//' in comment. (spaced-comment)
(#44) Multiple spaces found before '// clear the t...'. (no-multi-spaces)
(#44) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Multiple spaces found before '// after 2.5s,...'. (no-multi-spaces)
(#46) Comments should not begin with a lowercase character. (capitalized-comments)
(#51) A space is required after ','. (comma-spacing)
(#51) Comments should not begin with a lowercase character. (capitalized-comments)
(#51) Expected space or tab after '//' in comment. (spaced-comment)
(#53) Identifier 'render_and_markup' is not in camel case. (camelcase)
(#53) Unexpected space before function parentheses. (space-before-function-paren)
(#57) Comments should not begin with a lowercase character. (capitalized-comments)
(#57) Expected space or tab after '//' in comment. (spaced-comment)
(#58) Expected space(s) after "if". (keyword-spacing)
(#58) Operator '<' must be spaced. (space-infix-ops)
(#58) Operator '<' must be spaced. (space-infix-ops)
(#58) 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)
(#71) Unexpected space before function parentheses. (space-before-function-paren)
(#72) Comments should not begin with a lowercase character. (capitalized-comments)
(#72) Expected space or tab after '//' in comment. (spaced-comment)
(#75) Expected space(s) after "if". (keyword-spacing)
(#75) Operator '>' must be spaced. (space-infix-ops)
(#75) Missing space before opening brace. (space-before-blocks)
(#77) There should be no space after this paren. (space-in-parens)
(#81) Comments should not begin with a lowercase character. (capitalized-comments)
(#81) Expected space or tab after '//' in comment. (spaced-comment)
(#84) Expected space(s) before "else". (keyword-spacing)
(#84) Expected space(s) after "else". (keyword-spacing)
(#85) Comments should not begin with a lowercase character. (capitalized-comments)
(#85) Expected space or tab after '//' in comment. (spaced-comment)
(#94) Comments should not begin with a lowercase character. (capitalized-comments)
(#94) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/assign/feedback/cloudpoodll/amd/src/setuprecorder.js
(#4) 'str' is defined but never used. (no-unused-vars)
(#17) ["component"] is better written in dot notation. (dot-notation)
(#18) ["subtype"] is better written in dot notation. (dot-notation)
(#26) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#29) Identifier 'setup_recorder' is not in camel case. (camelcase)
(#32) Identifier 'recorder_callback' is not in camel case. (camelcase)
(#48) Unexpected alert. (no-alert)
(#57) Identifier 'register_controls' is not in camel case. (camelcase)
(#61) Identifier 'register_events' is not in camel case. (camelcase)
(#65) Comments should not begin with a lowercase character. (capitalized-comments)
public/mod/assign/feedback/cloudpoodll/amd/src/standardtranscript.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#8) Unexpected space before function parentheses. (space-before-function-paren)
(#10) ["component"] is better written in dot notation. (dot-notation)
(#11) ["playerid"] is better written in dot notation. (dot-notation)
(#12) ["containerid"] is better written in dot notation. (dot-notation)
(#13) ["cssprefix"] is better written in dot notation. (dot-notation)
(#18) Missing semicolon. (@babel/semi)
(#21) ["transcripturl"] is better written in dot notation. (dot-notation)
(#28) Identifier 'fetch_transcript' is not in camel case. (camelcase)
(#28) Unexpected space before function parentheses. (space-before-function-paren)
(#30) Unexpected space before function parentheses. (space-before-function-paren)
(#35) Comments should not begin with a lowercase character. (capitalized-comments)

CSS problems

(12 errors, 4 warnings)

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

public/mod/assign/feedback/cloudpoodll/styles.css
(#146) Invalid value for "padding-bottom" (csstree/validator)
(#149) Expected empty line before at-rule (at-rule-empty-line-before)
(#15) Expected single space before "{" (block-opening-brace-space-before)
(#245) Expected single space before "{" (block-opening-brace-space-before)
(#255) Expected single space before "{" (block-opening-brace-space-before)
(#221) Expected "#0000FF" to be "#0000ff" (color-hex-case)
(#221) Expected "#0000FF" to be "#00F" (color-hex-length)
(#146) Expected single space after "," in a single-line function (function-comma-space-after)
(#198) Unexpected unit (length-zero-no-unit)
(#15) Expected line length to be no more than 132 characters (max-line-length)
(#15) Expected newline after "," (selector-list-comma-newline-after)
(#211) Expected newline after "," (selector-list-comma-newline-after)
(#240) Expected newline after "," (selector-list-comma-newline-after)
(#245) Expected newline after "," (selector-list-comma-newline-after)
(#250) Expected newline after "," (selector-list-comma-newline-after)
(#31) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(5 errors, 0 warnings)

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

public/mod/assign/feedback/cloudpoodll/classes/output/renderer.php
(#55) Phpdocs for function renderer::fetch_recorder has incomplete parameters list
(#179) Phpdocs for function renderer::show_problembox has incomplete parameters list
public/mod/assign/feedback/cloudpoodll/classes/textanalyser.php
(#69) Phpdocs for function textanalyser::__construct has incomplete parameters list
(#233) Phpdocs for function textanalyser::count_syllables has incomplete parameters list
public/mod/assign/feedback/cloudpoodll/locallib.php
(#359) Phpdocs for function assign_feedback_cloudpoodll::get_form_elements_for_user has incomplete parameters list

Update savepoints problems

(0 errors, 1 warnings)

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

public/mod/assign/feedback/cloudpoodll/db/upgrade.php
Detected fewer 'if' blocks (2) than 'savepoint' calls (3). Repeated savepoints?

Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

Problems running grunt
Task "eslint:amd" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 23 warnings)

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

public/mod/assign/feedback/cloudpoodll/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. (o_cont" ><audio id='' class='assignfeedback_cloudpoodll_audio nomediaplugin' crossorigin='anonymous' controls='true' preload='auto' playsInline="playsInline"> <)
(#1) HTML Validation error, line 3: Bad value “true” for attribute “controls” on element “audio”. (o_cont" ><audio id='' class='assignfeedback_cloudpoodll_audio nomediaplugin' crossorigin='anonymous' controls='true' preload='auto' playsInline="playsInline"> <)
(#1) HTML Validation error, line 3: Attribute “playsinline” not allowed on element “audio” at this point. (o_cont" ><audio id='' class='assignfeedback_cloudpoodll_audio nomediaplugin' crossorigin='anonymous' controls='true' preload='auto' playsInline="playsInline"> <)
(#1) HTML Validation error, line 4: Bad value “” for attribute “src” on element “source”: Must be non-empty. (ine"> <source src=''> <)
(#1) HTML Validation error, line 5: Bad value “” for attribute “src” on element “track”: Must be non-empty. (c=''> <track src='' kind='captions' srclang='' label='' default='true'>"</au)
(#1) HTML Validation error, line 5: Bad value “true” for attribute “default” on element “track”. (c=''> <track src='' kind='captions' srclang='' label='' default='true'>"</au)
(#1) HTML Validation error, line 5: Attribute “label” for element “track” must have non-empty value. (c=''> <track src='' kind='captions' srclang='' label='' default='true'>"</au)
public/mod/assign/feedback/cloudpoodll/templates/correctionsfullsummary.mustache
(#1) Example context missing (@template section not found.)
(#1) ESLint did not run
public/mod/assign/feedback/cloudpoodll/templates/correctionsinstructions.mustache
(#1) Example context missing (@template section not found.)
public/mod/assign/feedback/cloudpoodll/templates/correctionspreview.mustache
(#1) Example context missing (@template section not found.)
public/mod/assign/feedback/cloudpoodll/templates/fetchcbpage.mustache
(#1) Example context missing (@template section not found.)
(#1) ESLint did not run
public/mod/assign/feedback/cloudpoodll/templates/fetchcorrectionsbutton.mustache
(#1) Example context missing (@template section not found.)
public/mod/assign/feedback/cloudpoodll/templates/fetchsubmissionbutton.mustache
(#1) Example context missing (@template section not found.)
public/mod/assign/feedback/cloudpoodll/templates/loomapp.mustache
(#1) Example context missing (@template section not found.)
public/mod/assign/feedback/cloudpoodll/templates/loomplayer.mustache
(#1) Example context missing (@template section not found.)
public/mod/assign/feedback/cloudpoodll/templates/loomunavailable.mustache
(#1) Example context missing (@template section not found.)
public/mod/assign/feedback/cloudpoodll/templates/managecreds.mustache
(#1) Example context missing (@template section not found.)
(#1) ESLint did not run
public/mod/assign/feedback/cloudpoodll/templates/togglecorrections.mustache
(#1) Example context missing (@template section not found.)
(#1) ESLint did not run
public/mod/assign/feedback/cloudpoodll/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_cloudpoodll_video' crossorigin='anonymous' 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_cloudpoodll_video' crossorigin='anonymous' 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]