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

(2442 errors, 304 warnings)

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

public/filter/videoeasy/classes/presets_control.php
(#1) DocBlock missing a @package tag for file presets_control.php. Expected @package filter_videoeasy
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#13) Missing docblock for class presets_control
(#14) Opening brace must not be followed by a blank line
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#25) Line exceeds 132 characters; contains 145 characters
(#29) Expected 1 space between comma and argument "$templateindex"; 0 found
(#29) Commas (,) must be followed by white space.
(#29) Expected 1 space between the comma and "$templateindex". Found: no spaces
(#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) Expected at least 1 space before "="; 0 found
(#34) Expected at least 1 space after "="; 0 found
(#34) Expected 1 space before "="; 0 found
(#34) Expected 1 space after "="; 0 found
(#35) No space found after comma in argument list
(#35) Commas (,) must be followed by white space.
(#35) Expected 1 space between the comma and "$templateindex". Found: no spaces
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Incorrect spacing between argument "$query" and equals sign; expected 1 but found 0
(#68) Incorrect spacing between default value and equals sign for argument "$query"; expected 1 but found 0
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) No space found before comment text; expected "// build our select form" but found "//build our select form"
(#73) Short array syntax must be used to define arrays
(#75) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#75) Expected 1 space after FOREACH keyword; 0 found
(#75) Expected 1 space after closing parenthesis; found 0
(#77) Expected "if (...) {\n"; found "if(...){"
(#77) Expected 1 space after IF keyword; 0 found
(#77) Expected 1 space after closing parenthesis; found 0
(#77) Newline required after opening brace
(#77) Expected at least 1 space before "="; 0 found
(#77) Expected at least 1 space after "="; 0 found
(#77) Expected 1 space before "="; 0 found
(#77) Expected 1 space after "="; 0 found
(#77) Closing brace must be on a line by itself
(#78) Expected at least 1 space before "="; 0 found
(#78) Expected at least 1 space after "="; 0 found
(#78) Expected 1 space before "="; 0 found
(#78) Expected 1 space after "="; 0 found
(#82) Short array syntax must be used to define arrays
(#82) Line exceeds 132 characters; contains 177 characters
(#83) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) No space found before comment text; expected "// Add javascript handler for presets" but found "//Add javascript handler for presets"
(#86) Opening parenthesis of a multi-line function call must be the last content on the line
(#87) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#87) No space found after comma in argument list
(#87) Commas (,) must be followed by white space.
(#87) Expected 1 space between the comma and "array". Found: no spaces
(#87) Only one argument is allowed per line in a multi-line function call
(#87) Short array syntax must be used to define arrays
(#87) Short array syntax must be used to define arrays
(#87) Expected at least 1 space before "=>"; 0 found
(#87) Expected at least 1 space after "=>"; 0 found
(#87) Expected 1 space before "=>"; 0 found
(#87) Expected 1 space after "=>"; 0 found
(#87) Closing parenthesis of a multi-line function call must be on a line by itself
(#89) No space found after comma in argument list
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space between the comma and "'filter_videoeasy/presets'". Found: no spaces
(#89) No space found after comma in argument list
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space between the comma and "''". Found: no spaces
(#89) No space found after comma in argument list
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space between the comma and "'--custom--'". Found: no spaces
(#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 "get_string". Found: no spaces
(#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 "'filter_videoeasy'". Found: no spaces
(#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 "array". Found: no spaces
(#91) Short array syntax must be used to define arrays
(#91) Line exceeds 132 characters; contains 167 characters
(#94) Opening parenthesis of a multi-line function call must be the last content on the line
(#94) Only one argument is allowed per line in a multi-line function call
(#95) Expected at least 1 space before "."; 0 found
(#96) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#96) Only one argument is allowed per line in a multi-line function call
(#96) Only one argument is allowed per line in a multi-line function call
(#96) No space found after comma in argument list
(#96) Commas (,) must be followed by white space.
(#96) Expected 1 space between the comma and "''". Found: no spaces
(#96) Only one argument is allowed per line in a multi-line function call
(#96) Only one argument is allowed per line in a multi-line function call
(#96) Closing parenthesis of a multi-line function call must be on a line by itself
(#98) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#100) Missing docblock for function parse_preset_template
(#100) Expected 1 space before opening brace; found 0
(#101) Expected at least 1 space before "="; 0 found
(#101) Expected at least 1 space after "="; 0 found
(#101) Expected 1 space before "="; 0 found
(#101) Expected 1 space after "="; 0 found
(#103) Expected "while (...) {\n"; found "while(...){\n"
(#103) Expected 1 space after WHILE keyword; 0 found
(#103) Expected 1 space after closing parenthesis; found 0
(#106) Variable "preset_object" must not contain underscores.
(#107) Expected "if (...) {\n"; found "if(...){\n"
(#107) Expected 1 space after IF keyword; 0 found
(#107) Variable "preset_object" must not contain underscores.
(#107) Variable "preset_object" must not contain underscores.
(#107) Expected 1 space after closing parenthesis; found 0
(#108) Variable "preset_object" must not contain underscores.
(#109) Expected 1 space after closing brace; 0 found
(#109) Expected "} else {\n"; found "}else{\n"
(#109) Expected 1 space after ELSE keyword; 0 found
(#112) Closing brace must not be followed by any comment or statement on the same line
(#115) Missing docblock for function fetch_presets
(#115) Expected 1 space before opening brace; found 0
(#117) Short array syntax must be used to define arrays
(#119) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#119) Expected 1 space after FOREACH keyword; 0 found
(#119) Expected 1 space after closing parenthesis; found 0
(#120) Expected "if (...) {\n"; found "if(...){\n"
(#120) Expected 1 space after IF keyword; 0 found
(#120) Expected 1 space after closing parenthesis; found 0
(#122) Expected "if (...) {\n"; found "if(...){\n"
(#122) Expected 1 space after IF keyword; 0 found
(#122) Expected 1 space after closing parenthesis; found 0
(#123) Expected at least 1 space before "="; 0 found
(#123) Expected at least 1 space after "="; 0 found
(#123) Expected 1 space before "="; 0 found
(#123) Expected 1 space after "="; 0 found
(#128) Closing brace must not be followed by any comment or statement on the same line
(#130) Missing docblock for function set_preset_to_config
(#130) Expected 1 space before opening brace; found 0
(#131) Short array syntax must be used to define arrays
(#132) Expected at least 1 space before "="; 0 found
(#132) Expected at least 1 space after "="; 0 found
(#132) Expected 1 space before "="; 0 found
(#132) Expected 1 space after "="; 0 found
(#133) Expected at least 1 space before "="; 0 found
(#133) Expected at least 1 space after "="; 0 found
(#133) Expected 1 space before "="; 0 found
(#133) Expected 1 space after "="; 0 found
(#134) Expected at least 1 space before "="; 0 found
(#134) Expected at least 1 space after "="; 0 found
(#134) Expected 1 space before "="; 0 found
(#134) Expected 1 space after "="; 0 found
(#135) Expected at least 1 space before "="; 0 found
(#135) Expected at least 1 space after "="; 0 found
(#135) Expected 1 space before "="; 0 found
(#135) Expected 1 space after "="; 0 found
(#136) Expected at least 1 space before "="; 0 found
(#136) Expected at least 1 space after "="; 0 found
(#136) Expected 1 space before "="; 0 found
(#136) Expected 1 space after "="; 0 found
(#137) Expected at least 1 space before "="; 0 found
(#137) Expected at least 1 space after "="; 0 found
(#137) Expected 1 space before "="; 0 found
(#137) Expected 1 space after "="; 0 found
(#138) Expected at least 1 space before "="; 0 found
(#138) Expected at least 1 space after "="; 0 found
(#138) Expected 1 space before "="; 0 found
(#138) Expected 1 space after "="; 0 found
(#139) Expected at least 1 space before "="; 0 found
(#139) Expected at least 1 space after "="; 0 found
(#139) Expected 1 space before "="; 0 found
(#139) Expected 1 space after "="; 0 found
(#140) Expected at least 1 space before "="; 0 found
(#140) Expected at least 1 space after "="; 0 found
(#140) Expected 1 space before "="; 0 found
(#140) Expected 1 space after "="; 0 found
(#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
(#142) Expected at least 1 space before "="; 0 found
(#142) Expected at least 1 space after "="; 0 found
(#142) Expected 1 space before "="; 0 found
(#142) Expected 1 space after "="; 0 found
(#143) Expected at least 1 space before "="; 0 found
(#143) Expected at least 1 space after "="; 0 found
(#143) Expected 1 space before "="; 0 found
(#143) Expected 1 space after "="; 0 found
(#144) Expected at least 1 space before "="; 0 found
(#144) Expected at least 1 space after "="; 0 found
(#144) Expected 1 space before "="; 0 found
(#144) Expected 1 space after "="; 0 found
(#145) Expected at least 1 space before "="; 0 found
(#145) Expected at least 1 space after "="; 0 found
(#145) Expected 1 space before "="; 0 found
(#145) Expected 1 space after "="; 0 found
(#146) Expected at least 1 space before "="; 0 found
(#146) Expected at least 1 space after "="; 0 found
(#146) Expected 1 space before "="; 0 found
(#146) Expected 1 space after "="; 0 found
(#147) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#149) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#149) Expected 1 space after FOREACH keyword; 0 found
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#149) Expected at least 1 space before "=>"; 0 found
(#149) Expected at least 1 space after "=>"; 0 found
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#149) Expected 1 space after closing parenthesis; found 0
(#150) Expected "if (...) {\n"; found "if(...){\n"
(#150) Expected 1 space after IF keyword; 0 found
(#150) No space found after comma in argument list
(#150) Commas (,) must be followed by white space.
(#150) Expected 1 space between the comma and "$preset". Found: no spaces
(#150) Expected 1 space after closing parenthesis; found 0
(#151) Expected at least 1 space before "="; 0 found
(#151) Expected at least 1 space after "="; 0 found
(#151) Expected 1 space before "="; 0 found
(#151) Expected 1 space after "="; 0 found
(#152) Expected 1 space after closing brace; 0 found
(#152) Expected "} else {\n"; found "}else{\n"
(#152) Expected 1 space after ELSE keyword; 0 found
(#153) Expected at least 1 space before "="; 0 found
(#153) Expected at least 1 space after "="; 0 found
(#153) Expected 1 space before "="; 0 found
(#153) Expected 1 space after "="; 0 found
(#157) Closing brace must not be followed by any comment or statement on the same line
(#159) Missing docblock for function template_has_update
(#159) Expected 1 space before opening brace; found 0
(#161) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#161) Expected 1 space after FOREACH keyword; 0 found
(#162) Expected "if (...) {\n"; found "if(...) {\n"
(#162) Expected 1 space after IF keyword; 0 found
(#162) Expected at least 1 space before "=="; 0 found
(#162) Expected at least 1 space after "=="; 0 found
(#162) Expected 1 space before "=="; 0 found
(#162) Expected 1 space after "=="; 0 found
(#163) Variable "template_version" must not contain underscores.
(#164) Variable "preset_version" must not contain underscores.
(#165) Variable "preset_version" must not contain underscores.
(#165) Variable "template_version" must not contain underscores.
(#166) Variable "preset_version" must not contain underscores.
(#173) Missing docblock for function update_all_templates
(#173) Expected 1 space before opening brace; found 0
(#174) No space found after comma in argument list
(#174) Commas (,) must be followed by white space.
(#174) Expected 1 space between the comma and "'templatecount'". Found: no spaces
(#175) Expected at least 1 space before "="; 0 found
(#175) Expected at least 1 space after "="; 0 found
(#175) Expected 1 space before "="; 0 found
(#175) Expected 1 space after "="; 0 found
(#176) Expected "for (...) {\n"; found "for(...){\n"
(#176) Expected 1 space after FOR keyword; 0 found
(#176) Expected at least 1 space before "="; 0 found
(#176) Expected at least 1 space after "="; 0 found
(#176) Expected 1 space before "="; 0 found
(#176) Expected 1 space after "="; 0 found
(#176) Expected 1 space after first semicolon of FOR loop; 0 found
(#176) Expected at least 1 space before "<"; 0 found
(#176) Expected at least 1 space after "<"; 0 found
(#176) Expected 1 space before "<"; 0 found
(#176) Expected 1 space after "<"; 0 found
(#176) Expected at least 1 space before "+"; 0 found
(#176) Expected at least 1 space after "+"; 0 found
(#176) Expected 1 space before "+"; 0 found
(#176) Expected 1 space after "+"; 0 found
(#176) Expected 1 space after second semicolon of FOR loop; 0 found
(#176) Expected 1 space after closing parenthesis; found 0
(#177) Expected at least 1 space before "="; 0 found
(#177) Expected at least 1 space after "="; 0 found
(#177) Expected 1 space before "="; 0 found
(#177) Expected 1 space after "="; 0 found
(#178) Expected "if (...) {\n"; found "if(...){"
(#178) Expected 1 space after IF keyword; 0 found
(#178) Expected 1 space after closing parenthesis; found 0
(#178) Newline required after opening brace
(#178) Closing brace must be on a line by itself
(#181) Closing brace must not be followed by any comment or statement on the same line
(#183) Missing docblock for function update_template
(#183) Expected 1 space before opening brace; found 0
(#184) Expected at least 1 space before "="; 0 found
(#184) Expected at least 1 space after "="; 0 found
(#184) Expected 1 space before "="; 0 found
(#184) Expected 1 space after "="; 0 found
(#186) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#186) Expected 1 space after FOREACH keyword; 0 found
(#187) Expected "if (...) {\n"; found "if(...) {\n"
(#187) Expected 1 space after IF keyword; 0 found
(#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
(#188) Variable "template_version" must not contain underscores.
(#189) Variable "preset_version" must not contain underscores.
(#190) Variable "preset_version" must not contain underscores.
(#190) Variable "template_version" must not contain underscores.
(#192) Expected at least 1 space after "="; 0 found
(#192) Expected 1 space after "="; 0 found
(#198) Closing brace must not be followed by any comment or statement on the same line
(#199) Expected 1 newline at end of file; 0 found
public/filter/videoeasy/classes/privacy/provider.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#36) Opening brace must not be followed by a blank line
(#38) The first trait import statement must be declared on the first non-comment line after the class opening brace
(#46) Method name "_get_reason" must not be prefixed with an underscore to indicate visibility
public/filter/videoeasy/classes/settingstools.php
(#36) Whitespace found at end of line
(#37) Missing @copyright tag
(#37) Missing @license tag
(#37) Missing docblock for class settingstools
(#38) Opening brace must not be followed by a blank line
(#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 "// make a readable template name for menus and lists etc" but found "//make a readable template name for menus and lists etc"
(#41) Line indented incorrectly; expected 4 spaces, found 0
(#41) Missing docblock for function fetch_template_title
(#41) Expected 1 space between comma and argument "$tindex"; 0 found
(#41) Commas (,) must be followed by white space.
(#41) Expected 1 space between the comma and "$tindex". Found: no spaces
(#41) Expected 1 space between comma and argument "$typeprefix"; 0 found
(#41) Commas (,) must be followed by white space.
(#41) Expected 1 space between the comma and "$typeprefix". Found: no spaces
(#41) Incorrect spacing between argument "$typeprefix" and equals sign; expected 1 but found 0
(#41) Incorrect spacing between default value and equals sign for argument "$typeprefix"; expected 1 but found 0
(#41) Expected 1 space before opening brace; found 0
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Line indented incorrectly; expected at least 8 spaces, found 4
(#42) No space found before comment text; expected "// template display name" but found "//template display name"
(#43) Line indented incorrectly; expected at least 8 spaces, found 4
(#43) Expected at least 1 space before "="; 0 found
(#43) Expected at least 1 space after "="; 0 found
(#43) Expected 1 space before "="; 0 found
(#43) Expected 1 space after "="; 0 found
(#44) Line indented incorrectly; expected 8 spaces, found 4
(#44) Expected "if (...) {\n"; found "if(...){\n"
(#44) Expected 1 space after IF keyword; 0 found
(#44) No space found after comma in argument list
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "'templatename_'". Found: no spaces
(#44) Expected 1 space after closing parenthesis; found 0
(#45) Line indented incorrectly; expected at least 12 spaces, found 8
(#46) Line indented incorrectly; expected 8 spaces, found 4
(#47) Line indented incorrectly; expected 8 spaces, found 4
(#47) Expected "if (...) {\n"; found "if(...){\n"
(#47) Expected 1 space after IF keyword; 0 found
(#47) No space found after comma in argument list
(#47) Commas (,) must be followed by white space.
(#47) Expected 1 space between the comma and "'templatekey_'". Found: no spaces
(#47) Expected 1 space after closing parenthesis; found 0
(#48) Line indented incorrectly; expected at least 12 spaces, found 8
(#49) Line indented incorrectly; expected 8 spaces, found 4
(#50) Line indented incorrectly; expected 8 spaces, found 4
(#50) Expected "if (...) {\n"; found "if(...){"
(#50) Expected 1 space after IF keyword; 0 found
(#50) Expected 1 space after closing parenthesis; found 0
(#50) Newline required after opening brace
(#50) Expected at least 1 space before "="; 0 found
(#50) Expected at least 1 space after "="; 0 found
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#50) Closing brace must be on a line by itself
(#52) Line indented incorrectly; expected 8 spaces, found 4
(#52) Expected "if (...) {\n"; found "if(...){\n"
(#52) Expected 1 space after IF keyword; 0 found
(#52) Expected 1 space after closing parenthesis; found 0
(#53) Line indented incorrectly; expected at least 12 spaces, found 8
(#54) Line indented incorrectly; expected 8 spaces, found 4
(#56) Line indented incorrectly; expected 8 spaces, found 4
(#56) Expected "if (...) {\n"; found "if(...){\n"
(#56) Expected 1 space after IF keyword; 0 found
(#56) No space found after comma in argument list
(#56) Commas (,) must be followed by white space.
(#56) Expected 1 space between the comma and "'templatekey_'". Found: no spaces
(#56) No space found after comma in argument list
(#56) Commas (,) must be followed by white space.
(#56) Expected 1 space between the comma and "'template_showatto_'". Found: no spaces
(#56) Expected 1 space after closing parenthesis; found 0
(#56) Line exceeds 132 characters; contains 170 characters
(#57) Line indented incorrectly; expected at least 12 spaces, found 8
(#57) No space found after comma in argument list
(#57) Commas (,) must be followed by white space.
(#57) Expected 1 space between the comma and "$tname". Found: no spaces
(#58) Line indented incorrectly; expected 8 spaces, found 4
(#58) Expected 1 space after closing brace; 0 found
(#58) Expected 1 space after ELSEIF keyword; 0 found
(#58) Usage of ELSEIF not allowed; use ELSE IF instead
(#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 "'templatekey_'". 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 "'template_showplayers_'". Found: no spaces
(#58) Expected 1 space after closing parenthesis; found 0
(#58) Line exceeds maximum limit of 180 characters; contains 181 characters
(#59) Line indented incorrectly; expected at least 12 spaces, found 8
(#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 "$tname". Found: no spaces
(#60) Line indented incorrectly; expected 8 spaces, found 4
(#60) Expected 1 space after closing brace; 0 found
(#60) Expected "} else {\n"; found "}else{\n"
(#60) Expected 1 space after ELSE keyword; 0 found
(#61) Line indented incorrectly; expected at least 12 spaces, found 8
(#61) No space found after comma in argument list
(#61) Commas (,) must be followed by white space.
(#61) Expected 1 space between the comma and "$tname". Found: no spaces
(#62) Line indented incorrectly; expected 8 spaces, found 4
(#63) Line indented incorrectly; expected at least 8 spaces, found 4
(#64) Line indented incorrectly; expected 4 spaces, found 0
(#68) Line indented incorrectly; expected 4 spaces, found 0
(#68) Missing docblock for function fetch_template_pages
(#68) Expected 1 space before opening brace; found 0
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Short array syntax must be used to define arrays
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Line indented incorrectly; expected at least 8 spaces, found 4
(#71) No space found before comment text; expected "// Add the template pages" but found "//Add the template pages"
(#72) Line indented incorrectly; expected 8 spaces, found 4
(#72) Expected "if (...) {\n"; found "if(...){\n"
(#72) Expected 1 space after IF keyword; 0 found
(#72) No space found after comma in argument list
(#72) Commas (,) must be followed by white space.
(#72) Expected 1 space between the comma and "'templatecount'". Found: no spaces
(#72) Expected 1 space after closing parenthesis; found 0
(#73) Line indented incorrectly; expected at least 12 spaces, found 8
(#74) Line indented incorrectly; expected 8 spaces, found 4
(#74) Expected 1 space after closing brace; 0 found
(#74) Expected "} else {\n"; found "}else{\n"
(#74) Expected 1 space after ELSE keyword; 0 found
(#75) Line indented incorrectly; expected at least 12 spaces, found 8
(#75) Expected 1 space after "="; 2 found
(#76) Line indented incorrectly; expected 8 spaces, found 4
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) No space found before comment text; expected "// fetch preset data, just once so we do nto need to repeat the call a zillion times" but found "//fetch preset data, just once so we do nto need to repeat the call a zillion times"
(#79) Line indented incorrectly; expected at least 8 spaces, found 4
(#81) Line indented incorrectly; expected 8 spaces, found 4
(#81) Expected "for (...) {\n"; found "for(...){\n"
(#81) Expected 1 space after FOR keyword; 0 found
(#81) Expected at least 1 space before "="; 0 found
(#81) Expected at least 1 space after "="; 0 found
(#81) Expected 1 space before "="; 0 found
(#81) Expected 1 space after "="; 0 found
(#81) Expected 1 space after first semicolon of FOR loop; 0 found
(#81) Expected at least 1 space before "<="; 0 found
(#81) Expected at least 1 space after "<="; 0 found
(#81) Expected 1 space before "<="; 0 found
(#81) Expected 1 space after "<="; 0 found
(#81) Expected 1 space after second semicolon of FOR loop; 0 found
(#81) Expected 1 space after closing parenthesis; found 0
(#81) Blank line found at start of control structure
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Line indented incorrectly; expected at least 12 spaces, found 8
(#83) No space found before comment text; expected "// template display name" but found "//template display name"
(#84) Line indented incorrectly; expected 12 spaces, found 8
(#84) Expected "if (...) {\n"; found "if(...){\n"
(#84) Expected 1 space after IF keyword; 0 found
(#84) No space found after comma in argument list
(#84) Commas (,) must be followed by white space.
(#84) Expected 1 space between the comma and "'templatekey_'". Found: no spaces
(#84) Expected 1 space after closing parenthesis; found 0
(#85) Line indented incorrectly; expected at least 16 spaces, found 12
(#86) Line indented incorrectly; expected 16 spaces, found 12
(#86) Expected "if (...) {\n"; found "if(...){"
(#86) Expected 1 space after IF keyword; 0 found
(#86) Expected 1 space after closing parenthesis; found 0
(#86) Newline required after opening brace
(#86) Expected at least 1 space before "="; 0 found
(#86) Expected at least 1 space after "="; 0 found
(#86) Expected 1 space before "="; 0 found
(#86) Expected 1 space after "="; 0 found
(#86) Closing brace must be on a line by itself
(#87) Line indented incorrectly; expected 12 spaces, found 8
(#87) Expected 1 space after closing brace; 0 found
(#87) Expected "} else {\n"; found "}else{\n"
(#87) Expected 1 space after ELSE keyword; 0 found
(#88) Line indented incorrectly; expected at least 16 spaces, found 12
(#89) Line indented incorrectly; expected 12 spaces, found 8
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Line indented incorrectly; expected at least 12 spaces, found 8
(#91) No space found before comment text; expected "// template settings Page Settings" but found "//template settings Page Settings"
(#91) Whitespace found at end of line
(#92) Line indented incorrectly; expected at least 12 spaces, found 8
(#92) Variable "settings_page" must not contain underscores.
(#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 "get_string". 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 "$tname". 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 "'moodle/site:config'". 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 "true". Found: no spaces
(#92) Line exceeds 132 characters; contains 179 characters
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Line indented incorrectly; expected at least 12 spaces, found 8
(#94) No space found before comment text; expected "// heading of template" but found "//heading of template"
(#95) Line indented incorrectly; expected at least 12 spaces, found 8
(#95) Variable "settings_page" must not contain underscores.
(#95) Opening parenthesis of a multi-line function call must be the last content on the line
(#96) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#96) Only one argument is allowed per line in a multi-line function call
(#96) Closing parenthesis of a multi-line function call must be on a line by itself
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) Line indented incorrectly; expected at least 16 spaces, found 8
(#98) No space found before comment text; expected "// presets" but found "//presets"
(#99) Line indented incorrectly; expected at least 16 spaces, found 8
(#99) No space found before comment text; expected "// this is a custom control, that allows the user to select a preset from a list." but found "//this is a custom control, that allows the user to select a preset from a list."
(#100) Line indented incorrectly; expected at least 16 spaces, found 8
(#100) Variable "settings_page" must not contain underscores.
(#100) Opening parenthesis of a multi-line function call must be the last content on the line
(#101) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#101) Line indented incorrectly; expected at least 16 spaces, found 12
(#101) Only one argument is allowed per line in a multi-line function call
(#101) No space found after comma in argument list
(#101) Commas (,) must be followed by white space.
(#101) Expected 1 space between the comma and "$tindex". Found: no spaces
(#101) Only one argument is allowed per line in a multi-line function call
(#101) No space found after comma in argument list
(#101) Commas (,) must be followed by white space.
(#101) Expected 1 space between the comma and "$presetdata". Found: no spaces
(#101) Only one argument is allowed per line in a multi-line function call
(#101) Closing parenthesis of a multi-line function call must be on a line by itself
(#102) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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) Line indented incorrectly; expected at least 16 spaces, found 8
(#104) No space found before comment text; expected "// template key" but found "//template key"
(#105) Line indented incorrectly; expected at least 16 spaces, found 8
(#105) Expected at least 1 space before "="; 0 found
(#105) Expected 1 space before "="; 0 found
(#106) Line indented incorrectly; expected at least 16 spaces, found 8
(#106) Variable "settings_page" must not contain underscores.
(#106) Opening parenthesis of a multi-line function call must be the last content on the line
(#106) Space found before comma in argument list
(#106) Expected no space between "$tindex" and the comma. Found: 1 space
(#107) Line indented incorrectly; expected at least 16 spaces, found 12
(#107) No space found after comma in argument list
(#107) Commas (,) must be followed by white space.
(#107) Expected 1 space between the comma and "$tindex". Found: no spaces
(#108) Line indented incorrectly; expected at least 16 spaces, found 12
(#109) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#109) Line indented incorrectly; expected at least 16 spaces, found 12
(#109) Only one argument is allowed per line in a multi-line function call
(#109) Closing parenthesis of a multi-line function call must be on a line by itself
(#111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Line indented incorrectly; expected at least 16 spaces, found 8
(#111) No space found before comment text; expected "// template name" but found "//template name"
(#112) Line indented incorrectly; expected at least 16 spaces, found 8
(#112) Expected at least 1 space before "="; 0 found
(#112) Expected 1 space before "="; 0 found
(#113) Line indented incorrectly; expected at least 16 spaces, found 8
(#113) Variable "settings_page" must not contain underscores.
(#113) Opening parenthesis of a multi-line function call must be the last content on the line
(#113) Space found before comma in argument list
(#113) Expected no space between "$tindex" and the comma. Found: 1 space
(#114) Line indented incorrectly; expected at least 16 spaces, found 12
(#114) No space found after comma in argument list
(#114) Commas (,) must be followed by white space.
(#114) Expected 1 space between the comma and "$tindex". Found: no spaces
(#115) Line indented incorrectly; expected at least 16 spaces, found 12
(#116) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#116) Line indented incorrectly; expected at least 16 spaces, found 12
(#116) Only one argument is allowed per line in a multi-line function call
(#116) Closing parenthesis of a multi-line function call must be on a line by itself
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Line indented incorrectly; expected at least 16 spaces, found 8
(#118) No space found before comment text; expected "// template version" but found "//template version"
(#119) Line indented incorrectly; expected at least 16 spaces, found 8
(#119) Expected at least 1 space before "="; 0 found
(#119) Expected 1 space before "="; 0 found
(#120) Line indented incorrectly; expected at least 16 spaces, found 8
(#120) Variable "settings_page" must not contain underscores.
(#120) Opening parenthesis of a multi-line function call must be the last content on the line
(#120) Space found before comma in argument list
(#120) Expected no space between "$tindex" and the comma. Found: 1 space
(#121) Line indented incorrectly; expected at least 16 spaces, found 12
(#121) No space found after comma in argument list
(#121) Commas (,) must be followed by white space.
(#121) Expected 1 space between the comma and "$tindex". Found: no spaces
(#122) Line indented incorrectly; expected at least 16 spaces, found 12
(#123) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#123) Line indented incorrectly; expected at least 16 spaces, found 12
(#123) Only one argument is allowed per line in a multi-line function call
(#123) Closing parenthesis of a multi-line function call must be on a line by itself
(#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) Line indented incorrectly; expected at least 16 spaces, found 8
(#125) No space found before comment text; expected "// template instructions" but found "//template instructions"
(#126) Line indented incorrectly; expected at least 16 spaces, found 8
(#126) Expected at least 1 space before "="; 0 found
(#126) Expected 1 space before "="; 0 found
(#127) Line indented incorrectly; expected at least 16 spaces, found 8
(#127) Variable "settings_page" must not contain underscores.
(#127) Opening parenthesis of a multi-line function call must be the last content on the line
(#128) Line indented incorrectly; expected at least 16 spaces, found 12
(#128) No space found after comma in argument list
(#128) Commas (,) must be followed by white space.
(#128) Expected 1 space between the comma and "$tindex". Found: no spaces
(#129) Line indented incorrectly; expected at least 16 spaces, found 12
(#130) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#130) Line indented incorrectly; expected at least 16 spaces, found 12
(#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 "PARAM_RAW". Found: no spaces
(#130) Only one argument is allowed per line in a multi-line function call
(#130) Closing parenthesis of a multi-line function call must be on a line by itself
(#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) Line indented incorrectly; expected at least 16 spaces, found 8
(#132) No space found before comment text; expected "// template amd" but found "//template amd"
(#133) Line indented incorrectly; expected at least 16 spaces, found 8
(#133) Expected at least 1 space before "="; 0 found
(#133) Expected 1 space before "="; 0 found
(#134) Line indented incorrectly; expected at least 16 spaces, found 8
(#134) Short array syntax must be used to define arrays
(#134) Expected at least 1 space before "=>"; 0 found
(#134) Expected at least 1 space after "=>"; 0 found
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#134) Commas (,) must be followed by white space.
(#134) Expected 1 space between the comma and "'1'". Found: no spaces
(#134) Expected at least 1 space before "=>"; 0 found
(#134) Expected at least 1 space after "=>"; 0 found
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#135) Line indented incorrectly; expected at least 16 spaces, found 8
(#135) Variable "settings_page" must not contain underscores.
(#135) Opening parenthesis of a multi-line function call must be the last content on the line
(#136) Line indented incorrectly; expected at least 16 spaces, found 12
(#136) No space found after comma in argument list
(#136) Commas (,) must be followed by white space.
(#136) Expected 1 space between the comma and "$tindex". Found: no spaces
(#137) Line indented incorrectly; expected at least 16 spaces, found 12
(#138) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#138) Line indented incorrectly; expected at least 16 spaces, found 12
(#138) No space found after comma in argument list
(#138) Commas (,) must be followed by white space.
(#138) Expected 1 space between the comma and "$yesno". Found: no spaces
(#138) Only one argument is allowed per line in a multi-line function call
(#138) Closing parenthesis of a multi-line function call must be on a line by itself
(#139) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) Line indented incorrectly; expected at least 16 spaces, found 8
(#141) No space found before comment text; expected "// template JS heading" but found "//template JS heading"
(#142) Line indented incorrectly; expected at least 16 spaces, found 8
(#142) Expected at least 1 space before "="; 0 found
(#142) Expected 1 space before "="; 0 found
(#143) Line indented incorrectly; expected at least 16 spaces, found 8
(#143) Variable "settings_page" must not contain underscores.
(#143) Opening parenthesis of a multi-line function call must be the last content on the line
(#143) Space found before comma in argument list
(#143) Expected no space between "$tindex" and the comma. Found: 1 space
(#144) Line indented incorrectly; expected at least 16 spaces, found 12
(#144) Space found before comma in argument list
(#144) Expected no space between ")" and the comma. Found: 1 space
(#145) Line indented incorrectly; expected at least 16 spaces, found 12
(#146) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#146) Line indented incorrectly; expected at least 16 spaces, found 12
(#146) Closing parenthesis of a multi-line function call must be on a line by itself
(#146) No space found after comma in argument list
(#146) Commas (,) must be followed by white space.
(#146) Expected 1 space between the comma and "50". Found: no spaces
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) Line indented incorrectly; expected at least 16 spaces, found 8
(#148) No space found before comment text; expected "// template requiredjs_shim" but found "//template requiredjs_shim"
(#149) Line indented incorrectly; expected at least 16 spaces, found 8
(#149) Expected at least 1 space before "="; 0 found
(#149) Expected 1 space before "="; 0 found
(#150) Line indented incorrectly; expected at least 16 spaces, found 8
(#150) Variable "settings_page" must not contain underscores.
(#150) Opening parenthesis of a multi-line function call must be the last content on the line
(#150) Space found before comma in argument list
(#150) Expected no space between "$tindex" and the comma. Found: 1 space
(#151) Line indented incorrectly; expected at least 16 spaces, found 12
(#151) No space found after comma in argument list
(#151) Commas (,) must be followed by white space.
(#151) Expected 1 space between the comma and "$tindex". Found: no spaces
(#152) Line indented incorrectly; expected at least 16 spaces, found 12
(#153) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#153) Line indented incorrectly; expected at least 16 spaces, found 12
(#153) Only one argument is allowed per line in a multi-line function call
(#153) Closing parenthesis of a multi-line function call must be on a line by itself
(#154) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Line indented incorrectly; expected at least 16 spaces, found 8
(#156) No space found before comment text; expected "// template css heading" but found "//template css heading"
(#157) Line indented incorrectly; expected at least 16 spaces, found 8
(#157) Expected at least 1 space before "="; 0 found
(#157) Expected 1 space before "="; 0 found
(#158) Line indented incorrectly; expected at least 16 spaces, found 8
(#158) Variable "settings_page" must not contain underscores.
(#158) Opening parenthesis of a multi-line function call must be the last content on the line
(#158) Space found before comma in argument list
(#158) Expected no space between "$tindex" and the comma. Found: 1 space
(#159) Line indented incorrectly; expected at least 16 spaces, found 12
(#160) Line indented incorrectly; expected at least 16 spaces, found 12
(#161) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#161) Line indented incorrectly; expected at least 16 spaces, found 12
(#161) Closing parenthesis of a multi-line function call must be on a line by itself
(#161) No space found after comma in argument list
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space between the comma and "50". Found: no spaces
(#162) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) Line indented incorrectly; expected at least 16 spaces, found 8
(#164) No space found before comment text; expected "// template body" but found "//template body"
(#165) Line indented incorrectly; expected at least 16 spaces, found 8
(#165) Expected at least 1 space before "="; 0 found
(#165) Expected 1 space before "="; 0 found
(#166) Line indented incorrectly; expected at least 16 spaces, found 8
(#166) Variable "settings_page" must not contain underscores.
(#166) Opening parenthesis of a multi-line function call must be the last content on the line
(#167) Line indented incorrectly; expected at least 16 spaces, found 12
(#168) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#168) Line indented incorrectly; expected at least 16 spaces, found 12
(#168) No space found after comma in argument list
(#168) Commas (,) must be followed by white space.
(#168) Expected 1 space between the comma and "$defvalue". Found: no spaces
(#168) Only one argument is allowed per line in a multi-line function call
(#168) Closing parenthesis of a multi-line function call must be on a line by itself
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Line indented incorrectly; expected at least 16 spaces, found 8
(#170) No space found before comment text; expected "// template body script" but found "//template body script"
(#171) Line indented incorrectly; expected at least 16 spaces, found 8
(#171) Expected at least 1 space before "="; 0 found
(#171) Expected 1 space before "="; 0 found
(#172) Line indented incorrectly; expected at least 16 spaces, found 8
(#172) Opening parenthesis of a multi-line function call must be the last content on the line
(#173) Line indented incorrectly; expected at least 16 spaces, found 12
(#174) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#174) Line indented incorrectly; expected at least 16 spaces, found 12
(#174) No space found after comma in argument list
(#174) Commas (,) must be followed by white space.
(#174) Expected 1 space between the comma and "$defvalue". Found: no spaces
(#174) Only one argument is allowed per line in a multi-line function call
(#174) Closing parenthesis of a multi-line function call must be on a line by itself
(#175) Line indented incorrectly; expected at least 16 spaces, found 8
(#176) Line indented incorrectly; expected at least 16 spaces, found 8
(#176) Variable "settings_page" must not contain underscores.
(#177) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Line indented incorrectly; expected at least 16 spaces, found 8
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) No space found before comment text; expected "// template defaults" but found "//template defaults"
(#179) Whitespace found at end of line
(#180) Line indented incorrectly; expected at least 16 spaces, found 8
(#180) Expected at least 1 space before "="; 0 found
(#180) Expected 1 space before "="; 0 found
(#181) Line indented incorrectly; expected at least 16 spaces, found 8
(#181) Variable "settings_page" must not contain underscores.
(#181) Opening parenthesis of a multi-line function call must be the last content on the line
(#182) Line indented incorrectly; expected at least 16 spaces, found 12
(#183) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#183) Line indented incorrectly; expected at least 16 spaces, found 12
(#183) No space found after comma in argument list
(#183) Commas (,) must be followed by white space.
(#183) Expected 1 space between the comma and "$defvalue". Found: no spaces
(#183) Only one argument is allowed per line in a multi-line function call
(#183) Closing parenthesis of a multi-line function call must be on a line by itself
(#185) Inline comments must start with a capital letter, digit or 3-dots sequence
(#185) Line indented incorrectly; expected at least 16 spaces, found 8
(#185) No space found before comment text; expected "// additional JS (upload)" but found "//additional JS (upload)"
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) Line indented incorrectly; expected at least 16 spaces, found 8
(#186) No space found before comment text; expected "// see here: for integrating this https://moodle.org/mod/forum/discuss.php?d=227249" but found "//see here: for integrating this https://moodle.org/mod/forum/discuss.php?d=227249"
(#187) Line indented incorrectly; expected at least 16 spaces, found 8
(#188) Line indented incorrectly; expected at least 16 spaces, found 8
(#188) Space found before semicolon; expected ");" but found ") ;"
(#189) Line indented incorrectly; expected at least 16 spaces, found 8
(#190) Line indented incorrectly; expected at least 16 spaces, found 8
(#190) Variable "settings_page" must not contain underscores.
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Line indented incorrectly; expected at least 16 spaces, found 8
(#192) No space found before comment text; expected "// template uploadjs_shim" but found "//template uploadjs_shim"
(#193) Line indented incorrectly; expected at least 16 spaces, found 8
(#193) Expected at least 1 space before "="; 0 found
(#193) Expected 1 space before "="; 0 found
(#194) Line indented incorrectly; expected at least 16 spaces, found 8
(#194) Variable "settings_page" must not contain underscores.
(#194) Opening parenthesis of a multi-line function call must be the last content on the line
(#194) Space found before comma in argument list
(#194) Expected no space between "$tindex" and the comma. Found: 1 space
(#195) Line indented incorrectly; expected at least 16 spaces, found 12
(#195) No space found after comma in argument list
(#195) Commas (,) must be followed by white space.
(#195) Expected 1 space between the comma and "$tindex". Found: no spaces
(#196) Line indented incorrectly; expected at least 16 spaces, found 12
(#197) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#197) Line indented incorrectly; expected at least 16 spaces, found 12
(#197) Only one argument is allowed per line in a multi-line function call
(#197) Closing parenthesis of a multi-line function call must be on a line by itself
(#198) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Line indented incorrectly; expected at least 16 spaces, found 8
(#200) No space found before comment text; expected "// template body css" but found "//template body css"
(#201) Line indented incorrectly; expected at least 16 spaces, found 8
(#201) Expected at least 1 space before "="; 0 found
(#201) Expected 1 space before "="; 0 found
(#202) Line indented incorrectly; expected at least 16 spaces, found 8
(#202) Expected at least 1 space before "="; 0 found
(#202) Expected at least 1 space after "="; 0 found
(#202) Expected 1 space before "="; 0 found
(#202) Expected 1 space after "="; 0 found
(#202) Opening parenthesis of a multi-line function call must be the last content on the line
(#203) Line indented incorrectly; expected at least 16 spaces, found 12
(#203) No space found after comma in argument list
(#203) Commas (,) must be followed by white space.
(#203) Expected 1 space between the comma and "$tindex". Found: no spaces
(#204) Line indented incorrectly; expected at least 16 spaces, found 12
(#205) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#205) Line indented incorrectly; expected at least 16 spaces, found 12
(#205) No space found after comma in argument list
(#205) Commas (,) must be followed by white space.
(#205) Expected 1 space between the comma and "PARAM_RAW". Found: no spaces
(#205) Only one argument is allowed per line in a multi-line function call
(#205) Closing parenthesis of a multi-line function call must be on a line by itself
(#206) Line indented incorrectly; expected at least 16 spaces, found 8
(#207) Line indented incorrectly; expected at least 16 spaces, found 8
(#207) Variable "settings_page" must not contain underscores.
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Line indented incorrectly; expected at least 16 spaces, found 8
(#209) No space found before comment text; expected "// additional CSS (upload)" but found "//additional CSS (upload)"
(#210) Line indented incorrectly; expected at least 16 spaces, found 8
(#211) Line indented incorrectly; expected at least 16 spaces, found 8
(#211) Expected at least 1 space after "="; 0 found
(#211) Expected 1 space after "="; 0 found
(#212) Line indented incorrectly; expected at least 16 spaces, found 8
(#213) Line indented incorrectly; expected at least 16 spaces, found 8
(#213) Variable "settings_page" must not contain underscores.
(#215) Inline comments must start with a capital letter, digit or 3-dots sequence
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) Line indented incorrectly; expected at least 16 spaces, found 8
(#215) No space found before comment text; expected "// alternative content" but found "//alternative content"
(#216) Line indented incorrectly; expected at least 16 spaces, found 8
(#216) Expected at least 1 space before "="; 0 found
(#216) Expected 1 space before "="; 0 found
(#217) Line indented incorrectly; expected at least 16 spaces, found 8
(#217) Variable "settings_page" must not contain underscores.
(#217) Opening parenthesis of a multi-line function call must be the last content on the line
(#218) Line indented incorrectly; expected at least 16 spaces, found 12
(#218) No space found after comma in argument list
(#218) Commas (,) must be followed by white space.
(#218) Expected 1 space between the comma and "$tindex". Found: no spaces
(#219) Line indented incorrectly; expected at least 16 spaces, found 12
(#220) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#220) Line indented incorrectly; expected at least 16 spaces, found 12
(#220) No space found after comma in argument list
(#220) Commas (,) must be followed by white space.
(#220) Expected 1 space between the comma and "PARAM_RAW". Found: no spaces
(#220) Only one argument is allowed per line in a multi-line function call
(#220) Closing parenthesis of a multi-line function call must be on a line by itself
(#222) Line indented incorrectly; expected at least 16 spaces, found 8
(#222) Variable "settings_page" must not contain underscores.
(#223) Line indented incorrectly; expected 8 spaces, found 4
(#224) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#226) Line indented incorrectly; expected at least 8 spaces, found 4
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Closing brace must not be followed by any comment or statement on the same line
(#227) Closing brace indented incorrectly; expected 0 spaces, found 4
(#229) Closing brace must not be followed by any comment or statement on the same line
(#229) The closing brace for the class must go on the next line after the body
public/filter/videoeasy/classes/template_script_generator.php
(#1) DocBlock missing a @package tag for file template_script_generator.php. Expected @package filter_videoeasy
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#12) Missing docblock for class template_script_generator
(#16) Missing member variable doc comment
(#21) Expected 1 space between comma and argument "$ext"; 0 found
(#21) Commas (,) must be followed by white space.
(#21) Expected 1 space between the comma and "$ext". Found: no spaces
(#24) Closing brace must not be followed by any comment or statement on the same line
(#27) Missing docblock for function get_template_script
(#27) Expected 1 space before opening brace; found 0
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) No space found before comment text; expected "// are we AMD and Moodle 2.9 or more?" but found "//are we AMD and Moodle 2.9 or more?"
(#35) Variable "require_amd" must not contain underscores.
(#35) Expected at least 1 space before ">="; 0 found
(#35) Expected at least 1 space after ">="; 0 found
(#35) Expected 1 space before ">="; 0 found
(#35) Expected 1 space after ">="; 0 found
(#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 "// get presets" but found "//get presets"
(#38) Expected at least 1 space before "="; 0 found
(#38) Expected at least 1 space after "="; 0 found
(#38) Expected 1 space before "="; 0 found
(#38) 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
(#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 "// merge defaults with blank proparray to get all fields" but found "//merge defaults with blank proparray to get all fields"
(#42) Expected at least 1 space before "="; 0 found
(#42) Expected at least 1 space after "="; 0 found
(#42) Expected 1 space before "="; 0 found
(#42) Expected 1 space after "="; 0 found
(#43) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) No space found before comment text; expected "// these props are in the opts array in the allopts[] array on the page" but found "//these props are in the opts array in the allopts[] array on the page"
(#46) No space found before comment text; expected "// since we are writing the JS we write the opts['name'] into the js, but" but found "//since we are writing the JS we write the opts['name'] into the js, but"
(#47) No space found before comment text; expected "// have to remove quotes from template eg "@@VAR@@" => opts['var'] //NB no quotes." but found "//have to remove quotes from template eg "@@VAR@@" => opts['var'] //NB no quotes."
(#48) No space found before comment text; expected "// thats worth knowing for the admin who writed the JS load code for the template." but found "//thats worth knowing for the admin who writed the JS load code for the template."
(#49) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#49) Expected 1 space after FOREACH keyword; 0 found
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#49) Expected at least 1 space before "=>"; 0 found
(#49) Expected at least 1 space after "=>"; 0 found
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#49) Expected 1 space after closing parenthesis; found 0
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) No space found before comment text; expected "// case: single quotes" but found "//case: single quotes"
(#51) Expected at least 1 space after "."; 0 found
(#51) No space found after comma in argument list
(#51) Commas (,) must be followed by white space.
(#51) Expected 1 space between the comma and "'opts["'". Found: no spaces
(#51) No space found after comma in argument list
(#51) Commas (,) must be followed by white space.
(#51) Expected 1 space between the comma and "$thescript". Found: no spaces
(#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 "// case: double quotes" but found "//case: double quotes"
(#53) Expected at least 1 space after "."; 0 found
(#53) No space found after comma in argument list
(#53) Commas (,) must be followed by white space.
(#53) Expected 1 space between the comma and ""opts['"". Found: no spaces
(#53) No space found after comma in argument list
(#53) Commas (,) must be followed by white space.
(#53) Expected 1 space between the comma and "$thescript". Found: no spaces
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) No space found before comment text; expected "// case: no quotes" but found "//case: no quotes"
(#55) Expected at least 1 space after "."; 0 found
(#55) No space found after comma in argument list
(#55) Commas (,) must be followed by white space.
(#55) Expected 1 space between the comma and ""opts['"". Found: no spaces
(#55) No space found after comma in argument list
(#55) Commas (,) must be followed by white space.
(#55) Expected 1 space between the comma and "$thescript". Found: no spaces
(#58) Expected "if (...) {\n"; found "if(...){\n"
(#58) Expected 1 space after IF keyword; 0 found
(#58) Variable "require_amd" must not contain underscores.
(#58) Expected 1 space after closing parenthesis; found 0
(#58) Blank line found at start of control structure
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) No space found before comment text; expected "// figure out if this is https or http. We don't want to scare the browser" but found "//figure out if this is https or http. We don't want to scare the browser"
(#61) Expected at least 1 space before "="; 0 found
(#61) Expected at least 1 space after "="; 0 found
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#62) Expected "if (...) {\n"; found "if(...){"
(#62) Expected 1 space after IF keyword; 0 found
(#62) No space found after comma in argument list
(#62) Commas (,) must be followed by white space.
(#62) Expected 1 space between the comma and "'https'". Found: no spaces
(#62) Expected at least 1 space before "==="; 0 found
(#62) Expected at least 1 space after "==="; 0 found
(#62) Expected 1 space before "==="; 0 found
(#62) Expected 1 space after "==="; 0 found
(#62) Expected 1 space after closing parenthesis; found 0
(#62) Newline required after opening brace
(#62) Expected at least 1 space before "="; 0 found
(#62) Expected at least 1 space after "="; 0 found
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#62) Closing brace must be on a line by itself
(#63) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) No space found before comment text; expected "// this is for loading as dependencies the uploaded or linked files" but found "//this is for loading as dependencies the uploaded or linked files"
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) No space found before comment text; expected "// massage the js URL depending on schemes and rel. links etc. Then insert it" but found "//massage the js URL depending on schemes and rel. links etc. Then insert it"
(#68) Variable "requiredjs_shim" must not contain underscores.
(#68) Expected at least 1 space after "="; 0 found
(#68) Expected 1 space after "="; 0 found
(#69) Expected "if (...) {\n"; found "if(...){\n"
(#69) Expected 1 space after IF keyword; 0 found
(#69) Expected 1 space after closing parenthesis; found 0
(#70) Expected "if (...) {\n"; found "if(...){\n"
(#70) Expected 1 space after IF keyword; 0 found
(#70) No space found after comma in argument list
(#70) Commas (,) must be followed by white space.
(#70) Expected 1 space between the comma and "'//'". Found: no spaces
(#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
(#70) Expected 1 space after closing parenthesis; found 0
(#72) Expected 1 space after closing brace; 0 found
(#72) Expected 1 space after ELSEIF keyword; 0 found
(#72) Usage of ELSEIF not allowed; use ELSE IF instead
(#72) No space found after comma in argument list
(#72) Commas (,) must be followed by white space.
(#72) Expected 1 space between the comma and "'/'". Found: no spaces
(#72) Expected at least 1 space before "==="; 0 found
(#72) Expected at least 1 space after "==="; 0 found
(#72) Expected 1 space before "==="; 0 found
(#72) Expected 1 space after "==="; 0 found
(#72) Expected 1 space after closing parenthesis; found 0
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) No space found before comment text; expected "// if we have an uploaded JS file, then lets include that" but found "//if we have an uploaded JS file, then lets include that"
(#79) Variable "uploadjs_shim" must not contain underscores.
(#79) Expected at least 1 space after "="; 0 found
(#79) Expected 1 space after "="; 0 found
(#80) Expected "if (...) {\n"; found "if(...){\n"
(#80) Expected 1 space after IF keyword; 0 found
(#80) Expected 1 space after closing parenthesis; found 0
(#81) No space found after comma in argument list
(#81) Commas (,) must be followed by white space.
(#81) Expected 1 space between the comma and "'uploadjs_'". Found: no spaces
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) No space found before comment text; expected "// These arrays will be used to build the final amd function dependencies and exports" but found "//These arrays will be used to build the final amd function dependencies and exports"
(#85) Short array syntax must be used to define arrays
(#86) Short array syntax must be used to define arrays
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) No space found before comment text; expected "// these arrays are used for shimming" but found "//these arrays are used for shimming"
(#89) Expected at least 1 space before "="; 0 found
(#89) Expected 1 space before "="; 0 found
(#89) Short array syntax must be used to define arrays
(#90) Expected at least 1 space before "="; 0 found
(#90) Expected 1 space before "="; 0 found
(#90) Short array syntax must be used to define arrays
(#91) Expected at least 1 space before "="; 0 found
(#91) Expected 1 space before "="; 0 found
(#91) Short array syntax must be used to define arrays
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) No space found before comment text; expected "// key of the current video easy template" but found "//key of the current video easy template"
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) No space found before comment text; expected "// if we have a url based required js" but found "//if we have a url based required js"
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) No space found before comment text; expected "// either load it, or shim and load it" but found "//either load it, or shim and load it"
(#98) Expected "if (...) {\n"; found "if(...){\n"
(#98) Expected 1 space after IF keyword; 0 found
(#98) Expected 1 space after closing parenthesis; found 0
(#99) Expected "if (...) {\n"; found "if(...){\n"
(#99) Expected 1 space after IF keyword; 0 found
(#99) Variable "requiredjs_shim" must not contain underscores.
(#99) Expected at least 1 space before "!="; 0 found
(#99) Expected at least 1 space after "!="; 0 found
(#99) Expected 1 space before "!="; 0 found
(#99) Expected 1 space after "!="; 0 found
(#99) Expected 1 space after closing parenthesis; found 0
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) No space found before comment text; expected "// remove .js from end of js filepath if its there" but found "//remove .js from end of js filepath if its there"
(#103) Expected "if (...) {\n"; found "if(...){\n"
(#103) Expected 1 space after IF keyword; 0 found
(#103) No space found after comma in argument list
(#103) Commas (,) must be followed by white space.
(#103) Expected 1 space between the comma and "'.js'". Found: no spaces
(#103) Expected at least 1 space before "=="; 0 found
(#103) Expected at least 1 space after "=="; 0 found
(#103) Expected 1 space before "=="; 0 found
(#103) Expected 1 space after "=="; 0 found
(#103) Expected at least 1 space after "-"; 0 found
(#103) Expected 1 space after "-"; 0 found
(#103) Expected 1 space after closing parenthesis; found 0
(#107) Expected at least 1 space before "="; 0 found
(#107) Expected 1 space before "="; 0 found
(#108) Expected at least 1 space before "="; 0 found
(#108) Expected at least 1 space after "="; 0 found
(#108) Expected 1 space before "="; 0 found
(#108) Expected 1 space after "="; 0 found
(#108) Variable "requiredjs_shim" must not contain underscores.
(#110) Expected at least 1 space before "="; 0 found
(#110) Expected at least 1 space after "="; 0 found
(#110) Expected 1 space before "="; 0 found
(#110) Expected 1 space after "="; 0 found
(#110) Variable "requiredjs_shim" must not contain underscores.
(#111) Expected 1 space after closing brace; 0 found
(#111) Expected "} else {\n"; found "}else{\n"
(#111) Expected 1 space after ELSE keyword; 0 found
(#112) Expected 1 space after "="; 2 found
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) No space found before comment text; expected "// if we have an uploadedjs library" but found "//if we have an uploadedjs library"
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) No space found before comment text; expected "// either load it, or shim and load it" but found "//either load it, or shim and load it"
(#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
(#120) Expected "if (...) {\n"; found "if(...){\n"
(#120) Expected 1 space after IF keyword; 0 found
(#120) Variable "uploadjs_shim" must not contain underscores.
(#120) Expected at least 1 space before "!="; 0 found
(#120) Expected at least 1 space after "!="; 0 found
(#120) Expected 1 space before "!="; 0 found
(#120) Expected 1 space after "!="; 0 found
(#120) Expected 1 space after closing parenthesis; found 0
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) No space found before comment text; expected "// remove .js from end of js filepath if its there" but found "//remove .js from end of js filepath if its there"
(#124) Expected "if (...) {\n"; found "if(...){\n"
(#124) Expected 1 space after IF keyword; 0 found
(#124) No space found after comma in argument list
(#124) Commas (,) must be followed by white space.
(#124) Expected 1 space between the comma and "'.js'". Found: no spaces
(#124) Expected at least 1 space before "=="; 0 found
(#124) Expected at least 1 space after "=="; 0 found
(#124) Expected 1 space before "=="; 0 found
(#124) Expected 1 space after "=="; 0 found
(#124) Expected at least 1 space after "-"; 0 found
(#124) Expected 1 space after "-"; 0 found
(#124) Expected 1 space after closing parenthesis; found 0
(#128) Expected at least 1 space before "="; 0 found
(#128) Expected at least 1 space after "="; 0 found
(#128) Expected 1 space before "="; 0 found
(#128) Expected 1 space after "="; 0 found
(#129) Expected at least 1 space before "="; 0 found
(#129) Expected at least 1 space after "="; 0 found
(#129) Expected 1 space before "="; 0 found
(#129) Expected 1 space after "="; 0 found
(#129) Variable "uploadjs_shim" must not contain underscores.
(#130) Expected at least 1 space after "="; 0 found
(#130) Expected 1 space after "="; 0 found
(#131) Expected at least 1 space before "="; 0 found
(#131) Expected at least 1 space after "="; 0 found
(#131) Expected 1 space before "="; 0 found
(#131) Expected 1 space after "="; 0 found
(#131) Variable "uploadjs_shim" must not contain underscores.
(#132) Expected 1 space after closing brace; 0 found
(#132) Expected "} else {\n"; found "}else{\n"
(#132) Expected 1 space after ELSE keyword; 0 found
(#133) Expected 1 space after "="; 2 found
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) No space found before comment text; expected "// if we have a shim, lets build the javascript for that" but found "//if we have a shim, lets build the javascript for that"
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) No space found before comment text; expected "// actually we build a php object first, and then we will json_encode it" but found "//actually we build a php object first, and then we will json_encode it"
(#141) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) No space found before comment text; expected "// load a different jquery based on path if we are shimming" but found "//load a different jquery based on path if we are shimming"
(#144) No space found before comment text; expected "// this is because, sigh, Moodle used no conflict for jquery, but" but found "//this is because, sigh, Moodle used no conflict for jquery, but"
(#145) No space found before comment text; expected "// shimmed plugins rely on jquery n global scope" but found "//shimmed plugins rely on jquery n global scope"
(#146) No space found before comment text; expected "// see: http://www.requirejs.org/docs/jquery.html#noconflictmap" but found "//see: http://www.requirejs.org/docs/jquery.html#noconflictmap"
(#147) No space found before comment text; expected "// so we add a separate load of jquery with name '[currentkey]-jquery' and export it as '$', and don't use the" but found "//so we add a separate load of jquery with name '[currentkey]-jquery' and export it as '$', and don't use the"
(#148) No space found before comment text; expected "// already set up (by mooodle and AMD) 'jquery' path." but found "//already set up (by mooodle and AMD) 'jquery' path."
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) No space found before comment text; expected "// we add jquery to beginning of requires and params using unshift. But the end would be find too" but found "//we add jquery to beginning of requires and params using unshift. But the end would be find too"
(#150) Expected "if (...) {\n"; found "if(...){\n"
(#150) Expected 1 space after IF keyword; 0 found
(#150) Expected 1 space after closing parenthesis; found 0
(#151) No space found after comma in argument list
(#151) Commas (,) must be followed by white space.
(#151) Expected 1 space between the comma and ""'"". Found: no spaces
(#152) No space found after comma in argument list
(#152) Commas (,) must be followed by white space.
(#152) Expected 1 space between the comma and "'$'". Found: no spaces
(#153) Expected 1 space after closing brace; 0 found
(#153) Expected "} else {\n"; found "}else{\n"
(#153) Expected 1 space after ELSE keyword; 0 found
(#154) No space found after comma in argument list
(#154) Commas (,) must be followed by white space.
(#154) Expected 1 space between the comma and ""'"". Found: no spaces
(#155) No space found after comma in argument list
(#155) Commas (,) must be followed by white space.
(#155) Expected 1 space between the comma and "'$'". Found: no spaces
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) No space found before comment text; expected "// Assemble the final javascript to pass to browser" but found "//Assemble the final javascript to pass to browser"
(#159) No space found after comma in argument list
(#159) Commas (,) must be followed by white space.
(#159) Expected 1 space between the comma and "$requires". Found: no spaces
(#159) No space found after comma in argument list
(#159) Commas (,) must be followed by white space.
(#159) Expected 1 space between the comma and "$params". Found: no spaces
(#159) Line exceeds 132 characters; contains 151 characters
(#160) Expected at least 1 space before "."; 0 found
(#161) Variable "return_js" must not contain underscores.
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) No space found before comment text; expected "// If not AMD return regular JS" but found "//If not AMD return regular JS"
(#164) Expected 1 space after closing brace; 0 found
(#164) Expected "} else {\n"; found "}else{\n"
(#164) Expected 1 space after ELSE keyword; 0 found
(#164) Blank line found at start of control structure
(#166) Variable "return_js" must not contain underscores.
(#167) Variable "return_js" must not contain underscores.
(#167) Expected at least 1 space before "."; 0 found
(#169) Variable "return_js" must not contain underscores.
(#170) Closing brace must not be followed by any comment or statement on the same line
(#172) Missing docblock for function build_shim_function
(#172) Expected 1 space before opening brace; found 0
(#175) Expected at least 1 space before "="; 0 found
(#175) Expected at least 1 space after "="; 0 found
(#175) Expected 1 space before "="; 0 found
(#175) Expected 1 space after "="; 0 found
(#177) Expected "if (...) {\n"; found "if(...){\n"
(#177) Expected 1 space after IF keyword; 0 found
(#177) Expected 1 space after closing parenthesis; found 0
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) No space found before comment text; expected "// Add a path to a separetely loaded jquery for shimmed libraries" but found "//Add a path to a separetely loaded jquery for shimmed libraries"
(#183) Variable "jquery_shimconfig" must not contain underscores.
(#184) Variable "jquery_shimconfig" must not contain underscores.
(#185) Expected at least 1 space before "="; 0 found
(#185) Expected at least 1 space after "="; 0 found
(#185) Expected 1 space before "="; 0 found
(#185) Expected 1 space after "="; 0 found
(#185) Variable "jquery_shimconfig" must not contain underscores.
(#187) Expected "for (...) {\n"; found "for(...){\n"
(#187) Expected 1 space after FOR keyword; 0 found
(#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) Expected 1 space after first semicolon of FOR loop; 0 found
(#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) Expected 1 space after second semicolon of FOR loop; 0 found
(#187) Expected 1 space after closing parenthesis; found 0
(#191) Short array syntax must be used to define arrays
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) No space found before comment text; expected "// buuld the actual function that will set up our shim" but found "//buuld the actual function that will set up our shim"
(#196) No space found before comment text; expected "// we use php object -> json to kep it simple." but found "//we use php object -> json to kep it simple."
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) No space found before comment text; expected "// But its still not simple" but found "//But its still not simple"
(#199) Expected at least 1 space before "="; 0 found
(#199) Expected at least 1 space after "="; 0 found
(#199) Expected 1 space before "="; 0 found
(#199) Expected 1 space after "="; 0 found
(#200) Expected at least 1 space after "="; 0 found
(#200) Expected 1 space after "="; 0 found
(#201) Expected at least 1 space before "="; 0 found
(#201) Expected at least 1 space after "="; 0 found
(#201) Expected 1 space before "="; 0 found
(#201) Expected 1 space after "="; 0 found
(#201) No space found after comma in argument list
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space between the comma and "JSON_UNESCAPED_SLASHES". Found: no spaces
(#202) No space found after comma in argument list
(#202) Commas (,) must be followed by white space.
(#202) Expected 1 space between the comma and "$theshimtemplate". Found: no spaces
(#207) Expected 1 newline at end of file; 0 found
(#207) The closing brace for the class must go on the next line after the body
public/filter/videoeasy/classes/templateadmintools.php
(#23) Missing @copyright tag
(#28) DocBlock missing a @package tag for class templateadmintools. Expected @package filter_videoeasy
(#28) Opening brace must not be followed by a blank line
(#36) Commas (,) must be followed by white space.
(#36) Expected 1 space between the comma and "$CFG". Found: no spaces
(#38) Variable "template_details" must not contain underscores.
(#39) Variable "have_updates" must not contain underscores.
(#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) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#45) Short array syntax must be used to define arrays
(#48) There should be a comma after the last array item in a multi-line array.
(#50) Short array syntax must be used to define arrays
(#50) Commas (,) must be followed by white space.
(#50) Expected 1 space between the comma and "1". Found: no spaces
(#50) Commas (,) must be followed by white space.
(#50) Expected 1 space between the comma and "1". Found: no spaces
(#51) Short array syntax must be used to define arrays
(#52) Commas (,) must be followed by white space.
(#52) Expected no space between "'templateversioncol'" and the comma. Found: 1 space
(#52) Expected 1 space between the comma and "'templateinstructionscol'". Found: no spaces
(#52) There should be a comma after the last array item in a multi-line array.
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) No space found before comment text; expected "// loop through templates and add to table" but found "//loop through templates and add to table"
(#56) Variable "template_details" must not contain underscores.
(#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 "$item". Found: no spaces
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) No space found before comment text; expected "// version cell" but found "//version cell"
(#64) Expected "if (...) {\n"; found "if(...) {\n"
(#64) Expected 1 space after IF keyword; 0 found
(#65) Expected 1 space after "="; 2 found
(#66) No space found after comma in argument list
(#66) Commas (,) must be followed by white space.
(#66) Expected 1 space between the comma and "array". Found: no spaces
(#66) Short array syntax must be used to define arrays
(#66) Expected at least 1 space before "=>"; 0 found
(#66) Expected at least 1 space after "=>"; 0 found
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#66) Line exceeds 132 characters; contains 139 characters
(#67) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#67) No space found after comma in argument list
(#67) Commas (,) must be followed by white space.
(#67) Expected 1 space between the comma and "'filter_videoeasy'". Found: no spaces
(#67) No space found after comma in argument list
(#67) Commas (,) must be followed by white space.
(#67) Expected 1 space between the comma and "$updateversion". Found: no spaces
(#67) Closing parenthesis of a multi-line function call must be on a line by itself
(#68) Variable "update_html" must not contain underscores.
(#69) Variable "update_html" must not contain underscores.
(#70) Variable "have_updates" must not contain underscores.
(#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) Expected 1 space after closing brace; 0 found
(#71) Expected "} else {\n"; found "}else{\n"
(#71) Expected 1 space after ELSE keyword; 0 found
(#74) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#78) Short array syntax must be used to define arrays
(#79) There should be a comma after the last array item in a multi-line array.
(#84) Variable "template_table" must not contain underscores.
(#84) Expected at least 1 space before "="; 0 found
(#84) Expected 1 space before "="; 0 found
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) No space found before comment text; expected "// if have_updates" but found "//if have_updates"
(#87) Variable "update_all_html" must not contain underscores.
(#87) Expected at least 1 space before "="; 0 found
(#87) Expected at least 1 space after "="; 0 found
(#87) Expected 1 space before "="; 0 found
(#87) Expected 1 space after "="; 0 found
(#88) Expected "if (...) {\n"; found "if(...){\n"
(#88) Expected 1 space after IF keyword; 0 found
(#88) Variable "have_updates" must not contain underscores.
(#88) Expected 1 space after closing parenthesis; found 0
(#89) Variable "all_button" must not contain underscores.
(#89) Expected 1 space after "="; 2 found
(#90) No space found after comma in argument list
(#90) Commas (,) must be followed by white space.
(#90) Expected 1 space between the comma and "array". Found: no spaces
(#90) Short array syntax must be used to define arrays
(#90) Expected at least 1 space before "=>"; 0 found
(#90) Expected at least 1 space after "=>"; 0 found
(#90) Expected 1 space before "=>"; 0 found
(#90) Expected 1 space after "=>"; 0 found
(#91) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#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 "'filter_videoeasy'". Found: no spaces
(#91) Closing parenthesis of a multi-line function call must be on a line by itself
(#92) Variable "update_all_html" must not contain underscores.
(#92) Variable "all_button" must not contain underscores.
(#94) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#96) Variable "update_all_html" must not contain underscores.
(#96) Variable "template_table" must not contain underscores.
(#98) Closing brace must not be followed by any comment or statement on the same line
(#98) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#100) Missing docblock for function fetch_template_details
(#100) Expected 1 space before opening brace; found 0
(#102) Short array syntax must be used to define arrays
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) No space found before comment text; expected "// Get template count" but found "//Get template count"
(#105) Expected "if (...) {\n"; found "if(...){\n"
(#105) Expected 1 space after IF keyword; 0 found
(#105) No space found after comma in argument list
(#105) Commas (,) must be followed by white space.
(#105) Expected 1 space between the comma and "'templatecount'". Found: no spaces
(#105) Expected 1 space after closing parenthesis; found 0
(#107) Expected 1 space after closing brace; 0 found
(#107) Expected "} else {\n"; found "}else{\n"
(#107) Expected 1 space after ELSE keyword; 0 found
(#110) Expected "for (...) {\n"; found "for(...) {\n"
(#110) Expected 1 space after FOR keyword; 0 found
(#110) Expected at least 1 space before "="; 0 found
(#110) Expected at least 1 space after "="; 0 found
(#110) Expected 1 space before "="; 0 found
(#110) Expected 1 space after "="; 0 found
(#110) Expected 1 space after first semicolon of FOR loop; 0 found
(#110) Expected at least 1 space before "<="; 0 found
(#110) Expected at least 1 space after "<="; 0 found
(#110) Expected 1 space before "<="; 0 found
(#110) Expected 1 space after "<="; 0 found
(#110) Expected 1 space after second semicolon of FOR loop; 0 found
(#110) Blank line found at start of control structure
(#111) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) No space found before comment text; expected "// template display name" but found "//template display name"
(#115) Expected "if (...) {\n"; found "if(...) {\n"
(#115) Expected 1 space after IF keyword; 0 found
(#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 "'templatename_'". Found: no spaces
(#116) Variable "template_title" must not contain underscores.
(#117) Variable "template_title" must not contain underscores.
(#118) Expected "if (...) {\n"; found "if(...){\n"
(#118) Expected 1 space after IF keyword; 0 found
(#118) No space found after comma in argument list
(#118) Commas (,) must be followed by white space.
(#118) Expected 1 space between the comma and "'templatekey_'". Found: no spaces
(#118) Expected 1 space after closing parenthesis; found 0
(#119) Variable "template_title" must not contain underscores.
(#121) Variable "template_title" must not contain underscores.
(#122) Variable "template_title" must not contain underscores.
(#125) Expected 1 space after closing brace; 0 found
(#125) Expected 1 space after ELSEIF keyword; 0 found
(#125) Usage of ELSEIF not allowed; use ELSE IF instead
(#125) No space found after comma in argument list
(#125) Commas (,) must be followed by white space.
(#125) Expected 1 space between the comma and "'templatekey_'". Found: no spaces
(#125) Expected 1 space after closing parenthesis; found 0
(#126) Variable "template_title" must not contain underscores.
(#127) Expected "if (...) {\n"; found "if(...){ "
(#127) Expected 1 space after IF keyword; 0 found
(#127) Variable "template_title" must not contain underscores.
(#127) Expected 0 spaces before closing parenthesis; 1 found
(#127) Expected 1 space after closing parenthesis; found 0
(#127) Newline required after opening brace
(#127) Variable "template_title" must not contain underscores.
(#127) Expected at least 1 space after "="; 0 found
(#127) Expected 1 space after "="; 0 found
(#127) Closing brace must be on a line by itself
(#128) Expected 1 space after closing brace; 0 found
(#128) Expected "} else {\n"; found "}else{\n"
(#128) Expected 1 space after ELSE keyword; 0 found
(#129) Variable "template_title" must not contain underscores.
(#132) Variable "template_details" must not contain underscores.
(#133) Variable "template_details" must not contain underscores.
(#134) Variable "template_details" must not contain underscores.
(#134) Variable "template_title" must not contain underscores.
(#136) Variable "template_details" must not contain underscores.
(#137) Expected "if (...) {\n"; found "if(...){\n"
(#137) Expected 1 space after IF keyword; 0 found
(#137) No space found after comma in argument list
(#137) Commas (,) must be followed by white space.
(#137) Expected 1 space between the comma and "'templateversion_'". Found: no spaces
(#137) Expected 1 space after closing parenthesis; found 0
(#138) Variable "template_details" must not contain underscores.
(#140) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#142) Variable "template_details" must not contain underscores.
(#142) Expected at least 1 space after "="; 0 found
(#142) Expected 1 space after "="; 0 found
(#143) Expected "if (...) {\n"; found "if(...) {\n"
(#143) Expected 1 space after IF keyword; 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 "'templateinstructions_'". Found: no spaces
(#144) Variable "template_details" must not contain underscores.
(#147) Variable "template_details" must not contain underscores.
(#147) Space after opening parenthesis of function call prohibited
(#147) Short array syntax must be used to define arrays
(#147) Expected at least 1 space before "=>"; 0 found
(#147) Expected 1 space before "=>"; 0 found
(#147) Line exceeds 132 characters; contains 140 characters
(#148) Expected at least 1 space before "="; 0 found
(#148) Expected at least 1 space after "="; 0 found
(#148) Expected 1 space before "="; 0 found
(#148) Expected 1 space after "="; 0 found
(#148) Variable "template_details" must not contain underscores.
(#151) Closing brace must not be followed by any comment or statement on the same line
(#152) Closing brace must not be followed by any comment or statement on the same line
(#152) Expected 1 newline at end of file; 0 found
public/filter/videoeasy/classes/text_filter.php
(#19) The file-level docblock must follow the opening PHP tag in the file header
(#19) Inline doc block comments are not allowed; use "// Comment." instead
(#22) Incorrect @package tag for file text_filter.php. Expected filter_videoeasy, found filter.
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#36) Missing docblock for class text_filter
(#37) Missing member variable doc comment
(#38) Missing member variable doc comment
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Expected "if (...) {\n"; found "if(...){"
(#57) Expected 1 space after IF keyword; 0 found
(#57) Expected 1 space after closing parenthesis; found 0
(#57) Newline required after opening brace
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) This comment is 61% valid code; is this commented out code?
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#67) Expected 1 space after FOREACH keyword; 0 found
(#67) Expected 1 space after closing parenthesis; found 0
(#68) Expected "if (...) {\n"; found "if(...){\n"
(#68) Expected 1 space after IF keyword; 0 found
(#68) Expected 1 space after closing parenthesis; found 0
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Expected "if (...) {\n"; found "if(...){\n"
(#73) Expected 1 space after IF keyword; 0 found
(#73) Expected 1 space after closing parenthesis; found 0
(#75) Line exceeds 132 characters; contains 137 characters
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) This comment is 47% valid code; is this commented out code?
(#76) Expected at least 1 space before "."; 0 found
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Line exceeds 132 characters; contains 135 characters
(#86) Logical operator "or" is prohibited; use "||" instead
(#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
(#94) Missing docblock for function fetchconf
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Expected "if (...) {\n"; found "if(...){\n"
(#102) Expected 1 space after IF keyword; 0 found
(#102) Expected 1 space after closing parenthesis; found 0
(#105) Expected "if (...) {\n"; found "if(...){\n"
(#105) Expected 1 space after IF keyword; 0 found
(#105) Expected 1 space after closing parenthesis; found 0
(#109) Expected "if (...) {\n"; found "if(...) {\n"
(#109) Expected 1 space after IF keyword; 0 found
(#111) Expected 1 space after closing brace; 0 found
(#111) Expected "} else {\n"; found "}else{\n"
(#111) Expected 1 space after ELSE keyword; 0 found
(#149) 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
(#153) Expected "if (...) {\n"; found "if(...){\n"
(#153) Expected 1 space after IF keyword; 0 found
(#153) Expected 1 space after closing parenthesis; found 0
(#154) Expected at least 1 space after "."; 0 found
(#157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) Expected "if (...) {\n"; found "if(...){\n"
(#164) Expected 1 space after IF keyword; 0 found
(#164) Expected 1 space after closing parenthesis; found 0
(#165) 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
(#166) Space before opening parenthesis of function call prohibited
(#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
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Expected "if (...) {\n"; found "if(...){\n"
(#174) Expected 1 space after IF keyword; 0 found
(#174) Expected 1 space after closing parenthesis; found 0
(#176) Expected 1 space after closing brace; 0 found
(#176) Expected "} else {\n"; found "}else{\n"
(#176) Expected 1 space after ELSE keyword; 0 found
(#181) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#181) Expected 1 space after FOREACH keyword; 0 found
(#181) Expected 1 space after closing parenthesis; found 0
(#182) Expected "if (...) {\n"; found "if(...){\n"
(#182) Expected 1 space after IF keyword; 0 found
(#182) Expected 1 space after closing parenthesis; found 0
(#187) Expected "if (...) {\n"; found "if(...){"
(#187) Expected 1 space after IF keyword; 0 found
(#187) Expected 1 space after closing parenthesis; found 0
(#187) Newline required after opening brace
(#197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#206) Expected "if (...) {\n"; found "if(...){\n"
(#206) Expected 1 space after IF keyword; 0 found
(#206) Expected 1 space after closing parenthesis; found 0
(#210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Expected 1 space after closing brace; 0 found
(#222) Expected "} else {\n"; found "}else{\n"
(#222) Expected 1 space after ELSE keyword; 0 found
(#223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Expected "if (...) {\n"; found "if(...){\n"
(#225) Expected 1 space after IF keyword; 0 found
(#225) Expected 1 space after closing parenthesis; found 0
(#226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) Expected "if (...) {\n"; found "if(...){\n"
(#227) Expected 1 space after IF keyword; 0 found
(#227) Expected 1 space after closing parenthesis; found 0
(#229) Expected 1 space after closing brace; 0 found
(#229) Expected "} else {\n"; found "}else{\n"
(#229) Expected 1 space after ELSE keyword; 0 found
(#232) Expected 1 space after closing brace; 0 found
(#232) Expected "} else {\n"; found "}else{\n"
(#232) Expected 1 space after ELSE keyword; 0 found
(#247) Inline comments must start with a capital letter, digit or 3-dots sequence
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Expected "if (...) {\n"; found "if(...){\n"
(#248) Expected 1 space after IF keyword; 0 found
(#248) Expected 1 space after closing parenthesis; found 0
(#250) Expected 1 space after closing brace; 0 found
(#250) Expected "} else if (...) {\n"; found "}else if(...){\n"
(#250) Expected "if (...) {\n"; found "if(...){\n"
(#250) Expected 1 space after IF keyword; 0 found
(#250) Expected 1 space after closing parenthesis; found 0
(#254) Expected "if (...) {\n"; found "if(...){\n"
(#254) Expected 1 space after IF keyword; 0 found
(#254) Expected 1 space after closing parenthesis; found 0
(#256) Expected 1 space after closing brace; 0 found
(#256) Expected "} else if (...) {\n"; found "}else if(...){\n"
(#256) Expected "if (...) {\n"; found "if(...){\n"
(#256) Expected 1 space after IF keyword; 0 found
(#256) Expected 1 space after closing parenthesis; found 0
(#260) Inline comments must start with a capital letter, digit or 3-dots sequence
(#261) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Inline comments must start with a capital letter, digit or 3-dots sequence
(#264) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) Expected "if (...) {\n"; found "if(...){\n"
(#269) Expected 1 space after IF keyword; 0 found
(#269) Expected 1 space after closing parenthesis; found 0
(#273) Inline comments must start with a capital letter, digit or 3-dots sequence
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Expected "if (...) {\n"; found "if(...){\n"
(#274) Expected 1 space after IF keyword; 0 found
(#274) Expected 1 space after closing parenthesis; found 0
(#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) Long list syntax is not allowed
(#282) Inline comments must end in full-stops, exclamation marks, or question marks
(#285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) Expected "if (...) {\n"; found "if(...){\n"
(#287) Expected 1 space after IF keyword; 0 found
(#287) Expected 1 space after closing parenthesis; found 0
(#289) Expected 1 space after closing brace; 0 found
(#289) Expected "} else {\n"; found "}else{\n"
(#289) Expected 1 space after ELSE keyword; 0 found
(#293) Inline comments must start with a capital letter, digit or 3-dots sequence
(#293) Inline comments must end in full-stops, exclamation marks, or question marks
(#294) Expected 1 space after closing parenthesis; found 0
(#295) The CASE body must start on the line following the statement
(#296) Terminating statement must be indented to the same level as the CASE body
(#297) The CASE body must start on the line following the statement
(#298) Terminating statement must be indented to the same level as the CASE body
(#299) The CASE body must start on the line following the statement
(#300) Terminating statement must be indented to the same level as the CASE body
(#323) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#330) Inline comments must start with a capital letter, digit or 3-dots sequence
(#331) Inline comments must end in full-stops, exclamation marks, or question marks
(#332) Expected "if (...) {\n"; found "if(...){\n"
(#332) Expected 1 space after IF keyword; 0 found
(#332) Expected 1 space after closing parenthesis; found 0
(#333) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#333) Expected 1 space after FOREACH keyword; 0 found
(#333) Expected 1 space after closing parenthesis; found 0
(#334) Expected at least 1 space after "."; 0 found
(#339) Inline comments must start with a capital letter, digit or 3-dots sequence
(#339) Inline comments must end in full-stops, exclamation marks, or question marks
(#340) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#340) Expected 1 space after FOREACH keyword; 0 found
(#340) Expected 1 space after closing parenthesis; found 0
(#341) Expected at least 1 space after "."; 0 found
(#343) Inline comments must start with a capital letter, digit or 3-dots sequence
(#343) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) This comment is 80% valid code; is this commented out code?
(#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
(#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
(#346) Blank line found at start of control structure
(#348) Inline comments must start with a capital letter, digit or 3-dots sequence
(#348) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) Expected "if (...) {\n"; found "if(...){\n"
(#349) Expected 1 space after IF keyword; 0 found
(#349) Expected 1 space after closing parenthesis; found 0
(#353) Inline comments must start with a capital letter, digit or 3-dots sequence
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#354) Expected "if (...) {\n"; found "if(...){\n"
(#354) Expected 1 space after IF keyword; 0 found
(#354) Expected 1 space after closing parenthesis; found 0
(#360) Inline comments must start with a capital letter, digit or 3-dots sequence
(#361) Inline comments must end in full-stops, exclamation marks, or question marks
(#362) Expected "if (...) {\n"; found "if(...){\n"
(#362) Expected 1 space after IF keyword; 0 found
(#362) Expected 1 space after closing parenthesis; found 0
(#366) Inline comments must start with a capital letter, digit or 3-dots sequence
(#366) Inline comments must end in full-stops, exclamation marks, or question marks
(#373) Inline comments must start with a capital letter, digit or 3-dots sequence
(#373) Inline comments must end in full-stops, exclamation marks, or question marks
(#379) Inline comments must start with a capital letter, digit or 3-dots sequence
(#379) Inline comments must end in full-stops, exclamation marks, or question marks
(#384) Blank line found at end of control structure
(#389) Space after opening parenthesis of function call prohibited
(#407) Blank line found at end of control structure
(#418) Inline comments must end in full-stops, exclamation marks, or question marks
(#419) Expected "if (...) {\n"; found "if(...){\n"
(#419) Expected 1 space after IF keyword; 0 found
(#419) Expected 1 space after closing parenthesis; found 0
(#423) Inline comments must start with a capital letter, digit or 3-dots sequence
(#424) Inline comments must end in full-stops, exclamation marks, or question marks
(#426) Line exceeds 132 characters; contains 166 characters
(#429) Inline comments must start with a capital letter, digit or 3-dots sequence
(#429) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#433) Line exceeds 132 characters; contains 134 characters
(#434) Blank line found at end of control structure
(#435) Expected 1 space after closing brace; 0 found
(#435) Expected "} else {\n"; found "}else{\n"
(#435) Expected 1 space after ELSE keyword; 0 found
(#436) Inline comments must start with a capital letter, digit or 3-dots sequence
(#436) Inline comments must end in full-stops, exclamation marks, or question marks
(#437) Line exceeds 132 characters; contains 141 characters
(#440) Inline comments must start with a capital letter, digit or 3-dots sequence
(#440) Inline comments must end in full-stops, exclamation marks, or question marks
(#444) Inline comments must start with a capital letter, digit or 3-dots sequence
(#444) Inline comments must end in full-stops, exclamation marks, or question marks
(#449) Closing brace must not be followed by any comment or statement on the same line
(#449) The closing brace for the class must go on the next line after the body
public/filter/videoeasy/classes/videoeasy_utils.php
(#1) DocBlock missing a @package tag for file videoeasy_utils.php. Expected @package filter_videoeasy
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#12) Missing docblock for class videoeasy_utils
(#14) Missing docblock for constant videoeasy_utils::FILTER_VIDEOEASY_TEMPLATE_COUNT
(#21) Expected 1 space before opening brace; found 0
(#23) Short array syntax must be used to define arrays
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) No space found before comment text; expected "// Add the template pages" but found "//Add the template pages"
(#26) Expected "if (...) {\n"; found "if(...){\n"
(#26) Expected 1 space after IF keyword; 0 found
(#26) No space found after comma in argument list
(#26) Commas (,) must be followed by white space.
(#26) Expected 1 space between the comma and "'templatecount'". Found: no spaces
(#26) Expected 1 space after closing parenthesis; found 0
(#28) Expected 1 space after closing brace; 0 found
(#28) Expected "} else {\n"; found "}else{\n"
(#28) Expected 1 space after ELSE keyword; 0 found
(#29) Expected 1 space after "="; 2 found
(#32) Expected "for (...) {\n"; found "for (...){\n"
(#32) Expected at least 1 space before "="; 0 found
(#32) Expected at least 1 space after "="; 0 found
(#32) Expected 1 space before "="; 0 found
(#32) Expected 1 space after "="; 0 found
(#32) Expected 1 space after first semicolon of FOR loop; 0 found
(#32) Expected at least 1 space before "<="; 0 found
(#32) Expected at least 1 space after "<="; 0 found
(#32) Expected 1 space before "<="; 0 found
(#32) Expected 1 space after "<="; 0 found
(#32) Expected 1 space after second semicolon of FOR loop; 0 found
(#32) Expected 1 space after closing parenthesis; found 0
(#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
(#43) Expected 1 space before opening brace; found 0
(#44) Short array syntax must be used to define arrays
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "'jplayervideo'". Found: no spaces
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "'jwplayer'". Found: no spaces
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "'flowplayer'". Found: no spaces
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "'mediaelement'". Found: no spaces
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "'playersix'". Found: no spaces
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "'playerseven'". Found: no spaces
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "'playereight'". Found: no spaces
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "'playernine'". Found: no spaces
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "'playerten'". Found: no spaces
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "'playereleven'". Found: no spaces
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "'playertwelve'". Found: no spaces
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "'playerthirteen'". Found: no spaces
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "'playerfourteen'". Found: no spaces
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "'playerfifteen'". Found: no spaces
(#44) Line exceeds maximum limit of 180 characters; contains 238 characters
(#45) Short array syntax must be used to define arrays
(#46) Expected "for (...) {\n"; found "for (...){\n"
(#46) Expected at least 1 space before "="; 0 found
(#46) Expected at least 1 space after "="; 0 found
(#46) Expected 1 space before "="; 0 found
(#46) Expected 1 space after "="; 0 found
(#46) Expected 1 space after first semicolon of FOR loop; 0 found
(#46) Expected at least 1 space before "<="; 0 found
(#46) Expected at least 1 space after "<="; 0 found
(#46) Expected 1 space before "<="; 0 found
(#46) Expected 1 space after "<="; 0 found
(#46) Expected 1 space after second semicolon of FOR loop; 0 found
(#46) Expected 1 space after closing parenthesis; found 0
(#47) Expected at least 1 space before "="; 0 found
(#47) Expected at least 1 space after "="; 0 found
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#47) Expected at least 1 space before "-"; 0 found
(#47) Expected at least 1 space after "-"; 0 found
(#47) Expected 1 space before "-"; 0 found
(#47) Expected 1 space after "-"; 0 found
(#57) Expected 1 space before opening brace; found 0
(#58) Expected "if (...) {\n"; found "if(...){\n"
(#58) Expected 1 space after IF keyword; 0 found
(#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 "$oldpropname". Found: no spaces
(#58) Expected 1 space after closing parenthesis; found 0
(#59) Expected at least 1 space before "="; 0 found
(#59) Expected at least 1 space after "="; 0 found
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#59) Space found before semicolon; expected "};" but found "} ;"
(#60) Expected 1 space after closing brace; 0 found
(#60) Expected "} else {\n"; found "}else{\n"
(#60) Expected 1 space after ELSE keyword; 0 found
(#61) Expected at least 1 space before "="; 0 found
(#61) Expected at least 1 space after "="; 0 found
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#70) Expected 1 space before opening brace; found 0
(#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
(#74) Variable "default_extensions" must not contain underscores.
(#75) Variable "have_custom_extensions" must not contain underscores.
(#76) Expected "if (...) {\n"; found "if(...){\n"
(#76) Expected 1 space after IF keyword; 0 found
(#76) Expected 0 spaces after opening bracket; 1 found
(#76) Variable "have_custom_extensions" must not contain underscores.
(#76) Expected 1 space after closing parenthesis; found 0
(#77) Variable "custom_extensions" must not contain underscores.
(#77) Expected at least 1 space before "="; 0 found
(#77) Expected 1 space before "="; 0 found
(#78) No space found after comma in argument list
(#78) Commas (,) must be followed by white space.
(#78) Expected 1 space between the comma and "$custom_extensions". Found: no spaces
(#78) Variable "custom_extensions" must not contain underscores.
(#79) Expected 1 space after closing brace; 0 found
(#79) Expected "} else {\n"; found "}else{\n"
(#79) Expected 1 space after ELSE keyword; 0 found
(#80) Variable "default_extensions" must not contain underscores.
(#88) Expected 1 space before opening brace; found 0
(#89) Short array syntax must be used to define arrays
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space between the comma and "'webm'". Found: no spaces
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space between the comma and "'ogg'". Found: no spaces
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space between the comma and "'ogv'". Found: no spaces
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space between the comma and "'flv'". Found: no spaces
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space between the comma and "'mp3'". Found: no spaces
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space between the comma and "'rss'". Found: no spaces
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space between the comma and "'youtube'". Found: no spaces
(#96) Expected 1 space before opening brace; found 0
(#97) Expected at least 1 space before "="; 0 found
(#97) Expected at least 1 space after "="; 0 found
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#97) Short array syntax must be used to define arrays
(#129) Expected 1 space before opening brace; found 0
(#130) No space found before comment text; expected "// Now we just have our properties string" but found "//Now we just have our properties string"
(#131) No space found before comment text; expected "// Lets run our regular expression over them" but found "//Lets run our regular expression over them"
(#132) No space found before comment text; expected "// string should be property=value,property=value" but found "//string should be property=value,property=value"
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) No space found before comment text; expected "// got this regexp from http://stackoverflow.com/questions/168171/regular-expression-for-parsing-name-value-pairs" but found "//got this regexp from http://stackoverflow.com/questions/168171/regular-expression-for-parsing-name-value-pairs"
(#134) Expected at least 1 space before "="; 0 found
(#134) Expected at least 1 space after "="; 0 found
(#134) Expected 1 space before "="; 0 found
(#134) Expected 1 space after "="; 0 found
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) No space found before comment text; expected "// here we match the filter string and split into name array (matches[1]) and value array (matches[2])" but found "//here we match the filter string and split into name array (matches[1]) and value array (matches[2])"
(#138) No space found before comment text; expected "// we then add those to a name value array." but found "//we then add those to a name value array."
(#139) Short array syntax must be used to define arrays
(#140) Expected "if (...) {\n"; found "if(...){"
(#140) Expected 1 space after IF keyword; 0 found
(#140) Expected at least 1 space after "||"; 0 found
(#140) Expected at least 1 space before "=="; 0 found
(#140) Expected at least 1 space after "=="; 0 found
(#140) Expected 1 space before "=="; 0 found
(#140) Expected 1 space after "=="; 0 found
(#140) Expected 1 space after closing parenthesis; found 0
(#140) Newline required after opening brace
(#140) Closing brace must be on a line by itself
(#142) Expected "if (...) {\n"; found "if (...){\n"
(#142) No space found after comma in argument list
(#142) Commas (,) must be followed by white space.
(#142) Expected 1 space between the comma and "$matches". Found: no spaces
(#142) No space found after comma in argument list
(#142) Commas (,) must be followed by white space.
(#142) Expected 1 space between the comma and "PREG_PATTERN_ORDER". Found: no spaces
(#142) Expected 1 space after closing parenthesis; found 0
(#144) Expected "for (...) {\n"; found "for (...){\n"
(#144) Expected at least 1 space after "="; 0 found
(#144) Expected 1 space after "="; 0 found
(#144) Expected 1 space after closing parenthesis; found 0
(#145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) This comment is 62% valid code; is this commented out code?
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) No space found before comment text; expected "// this could be done better, I am sure. WE are removing the quotes from start and end" but found "//this could be done better, I am sure. WE are removing the quotes from start and end"
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) No space found before comment text; expected "// this wil however remove multiple quotes id they exist at start and end. NG really" but found "//this wil however remove multiple quotes id they exist at start and end. NG really"
(#149) No space found after comma in argument list
(#149) Commas (,) must be followed by white space.
(#149) Expected 1 space between the comma and "'"'". Found: no spaces
(#150) Expected at least 1 space before "="; 0 found
(#150) Expected at least 1 space after "="; 0 found
(#150) Expected 1 space before "="; 0 found
(#150) Expected 1 space after "="; 0 found
(#168) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#174) Expected at least 1 space before "."; 0 found
(#174) Expected at least 1 space after "."; 0 found
(#174) Line exceeds 132 characters; contains 133 characters
(#200) Expected at least 1 space before "*"; 0 found
(#200) Expected at least 1 space after "*"; 0 found
(#200) Expected 1 space before "*"; 0 found
(#200) Expected 1 space after "*"; 0 found
(#200) Expected at least 1 space before "*"; 0 found
(#200) Expected at least 1 space after "*"; 0 found
(#200) Expected 1 space before "*"; 0 found
(#200) Expected 1 space after "*"; 0 found
(#200) Expected at least 1 space before "*"; 0 found
(#200) Expected at least 1 space after "*"; 0 found
(#200) Expected 1 space before "*"; 0 found
(#200) Expected 1 space after "*"; 0 found
(#215) Expected 1 newline at end of file; 0 found
public/filter/videoeasy/db/install.php
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) This comment is 64% valid code; is this commented out code?
(#27) No space found before comment text; expected "// require_once($CFG->dirroot . '/filter/videoeasy/locallib.php');" but found "//require_once($CFG->dirroot . '/filter/videoeasy/locallib.php');"
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Variable "admin_presets" must not contain underscores.
(#33) Opening parenthesis of a multi-line function call must be the last content on the line
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Multi-line function call not indented correctly; expected 4 spaces but found 16
(#34) Only one argument is allowed per line in a multi-line function call
(#34) No space found after comma in argument list
(#34) Commas (,) must be followed by white space.
(#34) Expected 1 space between the comma and "0". Found: no spaces
(#34) Only one argument is allowed per line in a multi-line function call
(#34) Closing parenthesis of a multi-line function call must be on a line by itself
(#35) Variable "admin_presets" must not contain underscores.
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Short array syntax must be used to define arrays
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Expected at least 1 space before "="; 0 found
(#37) Expected at least 1 space after "="; 0 found
(#37) Expected 1 space before "="; 0 found
(#37) Expected 1 space after "="; 0 found
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Expected "foreach (...) {\n"; found "foreach(...){ \n"
(#38) Expected 1 space after FOREACH keyword; 0 found
(#38) Expected 1 space after closing parenthesis; found 0
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#39) Expected 1 space after IF keyword; 0 found
(#39) No space found after comma in argument list
(#39) Commas (,) must be followed by white space.
(#39) Expected 1 space between the comma and "$forinstall". Found: no spaces
(#39) Expected 1 space after closing parenthesis; found 0
(#40) Spaces must be used to indent lines; tabs are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) No space found before comment text; expected "// set the config" but found "//set the config"
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Variable "admin_presets" must not contain underscores.
(#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 "$templateindex". Found: no spaces
(#43) Spaces must be used to indent lines; tabs are not allowed
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Whitespace found at end of line
public/filter/videoeasy/filter.php
(#20) Incorrect @package tag for file filter.php. Expected filter_videoeasy, found filter.
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) This comment is 80% valid code; is this commented out code?
(#28) No space found before comment text; expected "// require_once(dirname(__FILE__).'/lib.php');" but found "//require_once(dirname(__FILE__).'/lib.php');"
public/filter/videoeasy/filterlocalsettings.php
(#1) Moodle boilerplate not found
(#21) Incorrect @package tag for file filterlocalsettings.php. Expected filter_videoeasy, found filter.
(#27) Missing docblock for class videoeasy_filter_local_settings_form
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Missing docblock for function definition_inner
(#29) Spaces must be used to indent lines; tabs are not allowed
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Expected at least 1 space before "."; 0 found
(#30) Expected at least 1 space after "."; 0 found
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Whitespace found at end of line
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) No space found before comment text; expected "// get the players we use and the extensions we handle" but found "//get the players we use and the extensions we handle"
(#34) Spaces must be used to indent lines; tabs are not allowed
(#35) Spaces must be used to indent lines; tabs are not allowed
(#36) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) No space found before comment text; expected "// create player select list" but found "//create player select list"
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) No space found before comment text; expected "// complex because of old playername mapping. Can be removed soon.(01/2015)" but found "//complex because of old playername mapping. Can be removed soon.(01/2015)"
(#40) Spaces must be used to indent lines; tabs are not allowed
(#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) Short array syntax must be used to define arrays
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#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 "'filter_videoeasy'". Found: no spaces
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) This comment is 68% valid code; is this commented out code?
(#44) Spaces must be used to indent lines; tabs are not allowed
(#45) Spaces must be used to indent lines; tabs are not allowed
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#51) Spaces must be used to indent lines; tabs are not allowed
(#52) Spaces must be used to indent lines; tabs are not allowed
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#58) Spaces must be used to indent lines; tabs are not allowed
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Whitespace found at end of line
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#60) Expected 1 space after FOREACH keyword; 0 found
(#60) Expected 1 space after closing parenthesis; found 0
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// player name" but found "//player name"
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Expected at least 1 space before "="; 0 found
(#62) Expected at least 1 space after "="; 0 found
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Line indented incorrectly; expected 12 spaces, found 13
(#63) Expected "if (...) {\n"; found "if(...){\n"
(#63) Expected 1 space after IF keyword; 0 found
(#63) No space found after comma in argument list
(#63) Commas (,) must be followed by white space.
(#63) Expected 1 space between the comma and "'templatename_'". Found: no spaces
(#63) Expected 1 space after closing parenthesis; found 0
(#64) Spaces must be used to indent lines; tabs are not allowed
(#65) Spaces must be used to indent lines; tabs are not allowed
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Line indented incorrectly; expected 12 spaces, found 13
(#66) Expected 1 space after closing brace; 0 found
(#66) Expected 1 space after ELSEIF keyword; 0 found
(#66) Usage of ELSEIF not allowed; use ELSE IF instead
(#66) No space found after comma in argument list
(#66) Commas (,) must be followed by white space.
(#66) Expected 1 space between the comma and "'templatekey_'". Found: no spaces
(#66) Expected 1 space after closing parenthesis; found 0
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Line indented incorrectly; expected 12 spaces, found 13
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Whitespace found at end of line
(#72) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Whitespace found at end of line
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) No space found before comment text; expected "// add extensions checkbox and dropdown list" but found "//add extensions checkbox and dropdown list"
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#75) Expected 1 space after FOREACH keyword; 0 found
(#75) Expected 1 space after closing parenthesis; found 0
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) No space found before comment text; expected "// extension checkbox" but found "//extension checkbox"
(#77) Whitespace found at end of line
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Whitespace found at end of line
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Opening parenthesis of a multi-line function call must be the last content on the line
(#79) Only one argument is allowed per line in a multi-line function call
(#79) Whitespace found at end of line
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#81) Whitespace found at end of line
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#82) Short array syntax must be used to define arrays
(#82) Expected at least 1 space before "=>"; 0 found
(#82) Expected at least 1 space after "=>"; 0 found
(#82) Expected 1 space before "=>"; 0 found
(#82) Expected 1 space after "=>"; 0 found
(#82) Only one argument is allowed per line in a multi-line function call
(#82) Short array syntax must be used to define arrays
(#82) Closing parenthesis of a multi-line function call must be on a line by itself
(#83) Spaces must be used to indent lines; tabs are not allowed
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) No space found after comma in argument list
(#84) Commas (,) must be followed by white space.
(#84) Expected 1 space between the comma and "'handle'". Found: no spaces
(#84) Line exceeds 132 characters; contains 134 characters
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Whitespace found at end of line
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) No space found before comment text; expected "// player dropdown list" but found "//player dropdown list"
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Whitespace found at end of line
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) No space found after comma in argument list
(#88) Commas (,) must be followed by white space.
(#88) Expected 1 space between the comma and "$playeroptions". Found: no spaces
(#89) Spaces must be used to indent lines; tabs are not allowed
(#90) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Blank line found at end of control structure
(#91) Whitespace found at end of line
(#92) Spaces must be used to indent lines; tabs are not allowed
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Whitespace found at end of line
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) This comment is 63% valid code; is this commented out code?
(#95) Spaces must be used to indent lines; tabs are not allowed
(#96) Spaces must be used to indent lines; tabs are not allowed
(#97) Spaces must be used to indent lines; tabs are not allowed
(#98) Line exceeds maximum limit of 180 characters; contains 210 characters
(#98) Spaces must be used to indent lines; tabs are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Whitespace found at end of line
(#100) Spaces must be used to indent lines; tabs are not allowed
(#101) Spaces must be used to indent lines; tabs are not allowed
(#102) Line exceeds 132 characters; contains 157 characters
(#102) Spaces must be used to indent lines; tabs are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#104) Line indented incorrectly; expected at least 8 spaces, found 4
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) This comment is 62% valid code; is this commented out code?
(#105) Line indented incorrectly; expected at least 8 spaces, found 4
(#106) Spaces must be used to indent lines; tabs are not allowed
(#107) Spaces must be used to indent lines; tabs are not allowed
(#108) Spaces must be used to indent lines; tabs are not allowed
(#109) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#111) Spaces must be used to indent lines; tabs are not allowed
(#112) Spaces must be used to indent lines; tabs are not allowed
(#114) Spaces must be used to indent lines; tabs are not allowed
(#115) Spaces must be used to indent lines; tabs are not allowed
(#116) Spaces must be used to indent lines; tabs are not allowed
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Whitespace found at end of line
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Whitespace found at end of line
(#119) Spaces must be used to indent lines; tabs are not allowed
(#120) Spaces must be used to indent lines; tabs are not allowed
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Whitespace found at end of line
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#126) Spaces must be used to indent lines; tabs are not allowed
(#127) Spaces must be used to indent lines; tabs are not allowed
(#128) Spaces must be used to indent lines; tabs are not allowed
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Whitespace found at end of line
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Whitespace found at end of line
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Whitespace found at end of line
(#132) Spaces must be used to indent lines; tabs are not allowed
(#133) Spaces must be used to indent lines; tabs are not allowed
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Whitespace found at end of line
(#135) Spaces must be used to indent lines; tabs are not allowed
(#136) Spaces must be used to indent lines; tabs are not allowed
(#137) Spaces must be used to indent lines; tabs are not allowed
(#138) Spaces must be used to indent lines; tabs are not allowed
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Whitespace found at end of line
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Whitespace found at end of line
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Whitespace found at end of line
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Whitespace found at end of line
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Whitespace found at end of line
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Whitespace found at end of line
(#146) Spaces must be used to indent lines; tabs are not allowed
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Whitespace found at end of line
(#148) Spaces must be used to indent lines; tabs are not allowed
(#149) Spaces must be used to indent lines; tabs are not allowed
(#150) Spaces must be used to indent lines; tabs are not allowed
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Whitespace found at end of line
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Whitespace found at end of line
(#153) Spaces must be used to indent lines; tabs are not allowed
(#154) Spaces must be used to indent lines; tabs are not allowed
(#155) Spaces must be used to indent lines; tabs are not allowed
(#156) Spaces must be used to indent lines; tabs are not allowed
(#157) Spaces must be used to indent lines; tabs are not allowed
(#158) Spaces must be used to indent lines; tabs are not allowed
(#159) Spaces must be used to indent lines; tabs are not allowed
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Whitespace found at end of line
(#161) Spaces must be used to indent lines; tabs are not allowed
(#163) Spaces must be used to indent lines; tabs are not allowed
(#164) Spaces must be used to indent lines; tabs are not allowed
(#165) Spaces must be used to indent lines; tabs are not allowed
(#166) Spaces must be used to indent lines; tabs are not allowed
(#167) Spaces must be used to indent lines; tabs are not allowed
(#168) Spaces must be used to indent lines; tabs are not allowed
(#169) Spaces must be used to indent lines; tabs are not allowed
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Whitespace found at end of line
(#171) Spaces must be used to indent lines; tabs are not allowed
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Whitespace found at end of line
(#175) Spaces must be used to indent lines; tabs are not allowed
(#176) Spaces must be used to indent lines; tabs are not allowed
(#177) Spaces must be used to indent lines; tabs are not allowed
(#178) Spaces must be used to indent lines; tabs are not allowed
(#179) Spaces must be used to indent lines; tabs are not allowed
(#180) Spaces must be used to indent lines; tabs are not allowed
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Whitespace found at end of line
(#182) Spaces must be used to indent lines; tabs are not allowed
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Whitespace found at end of line
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Whitespace found at end of line
(#185) Spaces must be used to indent lines; tabs are not allowed
(#186) Spaces must be used to indent lines; tabs are not allowed
(#187) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Function closing brace must go on the next line following the body; found 2 blank lines before brace
(#190) Expected 1 newline at end of file; 0 found
public/filter/videoeasy/lang/en/filter_videoeasy.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file filter_videoeasy.php. Expected filter_videoeasy, found filter.
(#32) The string key "privacy:metadata" is not in the correct order, it should be before "videoeasytemplatesadmin"
(#33) The string key "filterdescription" is not in the correct order, it should be before "privacy:metadata"
(#34) The string key "extensionheading" is not in the correct order, it should be before "filterdescription"
(#36) The string key "template" is not in the correct order, it should be before "templateheading"
(#40) The string key "templaterequirejs" is not in the correct order, it should be before "templatescript_desc"
(#42) The string key "templaterequirecss" is not in the correct order, it should be before "templaterequirejs_desc"
(#44) The string key "templatename" is not in the correct order, it should be before "templaterequirecss_desc"
(#46) The string key "templatekey" is not in the correct order, it should be before "templatename_desc"
(#50) The string key "templatedefaults" is not in the correct order, it should be before "templateversion_desc"
(#54) The string key "handle" is not in the correct order, it should be before "useplayerdesc"
(#56) The string key "player" is not in the correct order, it should be before "sitedefault"
(#58) The string key "player_sublimevideo" is not in the correct order, it should be before "player_videojs"
(#59) The string key "player_jplayervideo" is not in the correct order, it should be before "player_sublimevideo"
(#61) The string key "player_flowplayer" is not in the correct order, it should be before "player_jwplayer"
(#64) The string key "player_playerseven" is not in the correct order, it should be before "player_playersix"
(#65) The string key "player_playereight" is not in the correct order, it should be before "player_playerseven"
(#68) The string key "player_playereleven" is not in the correct order, it should be before "player_playerten"
(#70) The string key "player_playerthirteen" is not in the correct order, it should be before "player_playertwelve"
(#71) The string key "player_playerfourteen" is not in the correct order, it should be before "player_playerthirteen"
(#72) The string key "player_playerfifteen" is not in the correct order, it should be before "player_playerfourteen"
(#80) The string key "cleartemplate" is not in the correct order, it should be before "uploadjs"
(#83) The string key "templaterequire_amd" is not in the correct order, it should be before "uploadjs_desc"
(#87) The string key "defaultposterimage" is not in the correct order, it should be before "uploadcss_desc"
(#87) Expected at least 1 space before "="; 0 found
(#87) Expected at least 1 space after "="; 0 found
(#87) Expected 1 space before "="; 0 found
(#87) Expected 1 space after "="; 0 found
(#88) Expected at least 1 space before "="; 0 found
(#88) Expected at least 1 space after "="; 0 found
(#88) Expected 1 space before "="; 0 found
(#88) Expected 1 space after "="; 0 found
(#91) The string key "extensions" is not in the correct order, it should be before "templatestyle_desc"
(#97) The string key "bundle" is not in the correct order, it should be before "presets_desc"
(#101) The string key "templaterequirejsshim" is not in the correct order, it should be before "templateuploadjsshim_desc"
(#104) Unexpected string end, it should be a line feed after a semicolon
(#104) Whitespace found at end of line
(#105) The string key "templatealternate_desc" is not in the correct order, it should be before "templaterequirejsshim_desc"
(#107) The string key "templateinstructions" is not in the correct order, it should be before "templates"
(#107) Expected 1 space after "="; 2 found
(#110) The string key "templatecount" is not in the correct order, it should be before "templateinstructions_desc"
(#111) Unexpected string end, it should be a line feed after a semicolon
(#111) Expected 1 newline at end of file; 0 found
public/filter/videoeasy/lib.php
(#1) No one-line description found in phpdocs for docblock of file lib.php
(#2) Moodle boilerplate not found at first line
(#24) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#28) Expected 1 space before asterisk; 0 found
(#29) Expected 1 space before asterisk; 0 found
(#30) Expected 1 space before asterisk; 0 found
(#31) Expected 1 space before asterisk; 0 found
(#32) Short array syntax must be used to define arrays
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#35) Expected 1 space after FOREACH keyword; 0 found
(#35) Expected 1 space after closing parenthesis; found 0
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Expected "if (...) {\n"; found "if(...){\n"
(#36) Expected 1 space after IF keyword; 0 found
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Expected "if (...) {\n"; found "if(...) {\n"
(#37) Expected 1 space after IF keyword; 0 found
(#37) Expected 0 spaces before closing bracket; 1 found
(#38) Spaces must be used to indent lines; tabs are not allowed
(#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 "$args". Found: no spaces
(#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 "$forcedownload". Found: no spaces
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
public/filter/videoeasy/settings.php
(#1) No one-line description found in phpdocs for docblock of file settings.php
(#2) Moodle boilerplate not found at first line
(#19) Incorrect @package tag for file settings.php. Expected filter_videoeasy, found filter.
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) No space found before comment text; expected "// add folder in property tree for settings pages" but found "//add folder in property tree for settings pages"
(#31) Variable "videoeasy_category_name" must not contain underscores.
(#31) Expected at least 1 space before "="; 0 found
(#31) Expected at least 1 space after "="; 0 found
(#31) Expected 1 space before "="; 0 found
(#31) Expected 1 space after "="; 0 found
(#32) Variable "videoeasy_category" must not contain underscores.
(#32) Variable "videoeasy_category_name" must not contain underscores.
(#33) Variable "videoeasy_category" must not contain underscores.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Whitespace found at end of line
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) No space found before comment text; expected "// template settings Page Settings" but found "//template settings Page Settings"
(#36) Whitespace found at end of line
(#37) Spaces must be used to indent lines; tabs are not allowed
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) No space found before comment text; expected "// page, we will arrive here. Else the link will show there, but it will error out if clicked." but found "//page, we will arrive here. Else the link will show there, but it will error out if clicked."
(#39) Line exceeds 132 characters; contains 152 characters
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Line indented incorrectly; expected at least 4 spaces, found 3
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Variable "settings_page" must not contain underscores.
(#40) No space found after comma in argument list
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space between the comma and "get_string". Found: no spaces
(#42) Variable "settings_page" must not contain underscores.
(#42) Opening parenthesis of a multi-line function call must be the last content on the line
(#45) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#45) Only one argument is allowed per line in a multi-line function call
(#45) No space found after comma in argument list
(#45) Commas (,) must be followed by white space.
(#45) Expected 1 space between the comma and "20". Found: no spaces
(#45) Only one argument is allowed per line in a multi-line function call
(#45) Closing parenthesis of a multi-line function call must be on a line by itself
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Whitespace found at end of line
(#47) Spaces must be used to indent lines; tabs are not allowed
(#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 "// heading of template" but found "//heading of template"
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Variable "settings_page" must not contain underscores.
(#48) Opening parenthesis of a multi-line function call must be the last content on the line
(#48) Whitespace found at end of line
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#49) Only one argument is allowed per line in a multi-line function call
(#49) Closing parenthesis of a multi-line function call must be on a line by itself
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Whitespace found at end of line
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) No space found before comment text; expected "// get the players we use and the extensions we handle" but found "//get the players we use and the extensions we handle"
(#52) Spaces must be used to indent lines; tabs are not allowed
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) No space found before comment text; expected "// create player select list" but found "//create player select list"
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) No space found before comment text; expected "// this looks complicated, because we made a big shift in the way we key templates" but found "//this looks complicated, because we made a big shift in the way we key templates"
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) No space found before comment text; expected "// we are trying to map old numeric keys to new user assigned ones here" but found "//we are trying to map old numeric keys to new user assigned ones here"
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) No space found before comment text; expected "// also it will look v. confusing on initial install, so we do a bit of work here" but found "//also it will look v. confusing on initial install, so we do a bit of work here"
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) No space found before comment text; expected "// to get the playername and key right" but found "//to get the playername and key right"
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Expected at least 1 space before "="; 0 found
(#60) Expected at least 1 space after "="; 0 found
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#60) Short array syntax must be used to define arrays
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Expected at least 1 space before "="; 0 found
(#61) Expected at least 1 space after "="; 0 found
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#61) Short array syntax must be used to define arrays
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#62) Expected 1 space after FOREACH keyword; 0 found
(#62) Expected 1 space after closing parenthesis; found 0
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) No space found before comment text; expected "// player name" but found "//player name"
(#64) Spaces must be used to indent lines; tabs are not allowed
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Expected at least 1 space before "="; 0 found
(#65) Expected at least 1 space after "="; 0 found
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#66) Spaces must be used to indent lines; tabs are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Line indented incorrectly; expected 8 spaces, found 9
(#67) Expected "if (...) {\n"; found "if(...){\n"
(#67) Expected 1 space after IF keyword; 0 found
(#67) No space found after comma in argument list
(#67) Commas (,) must be followed by white space.
(#67) Expected 1 space between the comma and "'templatename_'". Found: no spaces
(#67) Expected 1 space after closing parenthesis; found 0
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Expected "if (...) {\n"; found "if(...){"
(#71) Expected 1 space after IF keyword; 0 found
(#71) Expected 1 space after closing parenthesis; found 0
(#71) Newline required after opening brace
(#71) Closing brace must be on a line by itself
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Line indented incorrectly; expected 8 spaces, found 9
(#72) Expected 1 space after closing brace; 0 found
(#72) Expected 1 space after ELSEIF keyword; 0 found
(#72) Usage of ELSEIF not allowed; use ELSE IF instead
(#72) No space found after comma in argument list
(#72) Commas (,) must be followed by white space.
(#72) Expected 1 space between the comma and "'templatekey_'". Found: no spaces
(#72) Expected 1 space after closing parenthesis; found 0
(#73) Spaces must be used to indent lines; tabs are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Line indented incorrectly; expected 8 spaces, found 9
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Line indented incorrectly; expected 8 spaces, found 9
(#76) Expected "if (...) {\n"; found "if(...){"
(#76) Expected 1 space after IF keyword; 0 found
(#76) Expected 1 space after closing parenthesis; found 0
(#76) Newline required after opening brace
(#76) Closing brace must be on a line by itself
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Line indented incorrectly; expected 8 spaces, found 9
(#77) Expected "if (...) {\n"; found "if(...){\n"
(#77) Expected 1 space after IF keyword; 0 found
(#77) Expected 1 space after closing parenthesis; found 0
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Line indented incorrectly; expected 8 spaces, found 9
(#80) Spaces must be used to indent lines; tabs are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Whitespace found at end of line
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) No space found before comment text; expected "// add extensions checkbox" but found "//add extensions checkbox"
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Expected "if (...) {\n"; found "if(...){\n"
(#84) Expected 1 space after IF keyword; 0 found
(#84) Expected 1 space after closing parenthesis; found 0
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Expected at least 1 space before "="; 0 found
(#85) Expected at least 1 space after "="; 0 found
(#85) Expected 1 space before "="; 0 found
(#85) Expected 1 space after "="; 0 found
(#86) Spaces must be used to indent lines; tabs are not allowed
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#87) Expected 1 space after FOREACH keyword; 0 found
(#87) Expected 1 space after closing parenthesis; found 0
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Expected 1 space after SWITCH keyword; 0 found
(#89) Expected 1 space after closing parenthesis; found 0
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) The CASE body must start on the line following the statement
(#90) Variable "def_player" must not contain underscores.
(#90) Expected at least 1 space before "="; 0 found
(#90) Expected at least 1 space after "="; 0 found
(#90) Expected 1 space before "="; 0 found
(#90) Expected 1 space after "="; 0 found
(#90) Terminating statement must be on a line by itself
(#90) Closing brace must be on a line by itself
(#90) Each PHP statement must be on a line by itself
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) The CASE body must start on the line following the statement
(#91) Variable "def_player" must not contain underscores.
(#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) Terminating statement must be on a line by itself
(#91) Closing brace must be on a line by itself
(#91) Each PHP statement must be on a line by itself
(#92) Spaces must be used to indent lines; tabs are not allowed
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Variable "def_player" must not contain underscores.
(#94) Spaces must be used to indent lines; tabs are not allowed
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Variable "settings_page" must not contain underscores.
(#95) Line exceeds 132 characters; contains 163 characters
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Variable "settings_page" must not contain underscores.
(#96) Expected 1 space after comma in argument list; 2 found
(#96) Expected 1 space between the comma and "get_string". Found: 2 spaces
(#96) Variable "def_player" must not contain underscores.
(#96) Line exceeds maximum limit of 180 characters; contains 239 characters
(#97) Spaces must be used to indent lines; tabs are not allowed
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Whitespace found at end of line
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) No space found before comment text; expected "// add extensions csv" but found "//add extensions csv"
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) No space found after comma in argument list
(#100) Commas (,) must be followed by white space.
(#100) Expected 1 space between the comma and "\". Found: no spaces
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Variable "settings_page" must not contain underscores.
(#101) Opening parenthesis of a multi-line function call must be the last content on the line
(#101) Whitespace found at end of line
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Multi-line function call not indented correctly; expected 4 spaces but found 17
(#104) Only one argument is allowed per line in a multi-line function call
(#104) No space found after comma in argument list
(#104) Commas (,) must be followed by white space.
(#104) Expected 1 space between the comma and "70". Found: no spaces
(#104) Only one argument is allowed per line in a multi-line function call
(#104) Closing parenthesis of a multi-line function call must be on a line by itself
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Whitespace found at end of line
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) No space found before comment text; expected "// add upload area for default poster image" but found "//add upload area for default poster image"
(#107) Spaces must be used to indent lines; tabs are not allowed
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Space found before semicolon; expected ");" but found ") ;"
(#109) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Variable "settings_page" must not contain underscores.
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Whitespace found at end of line
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) No space found before comment text; expected "// add page to category" but found "//add page to category"
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Variable "videoeasy_category_name" must not contain underscores.
(#113) Variable "settings_page" must not contain underscores.
(#116) Variable "videoeasytemplatesadmin_settings" must not contain underscores.
(#116) Opening parenthesis of a multi-line function call must be the last content on the line
(#116) Only one argument is allowed per line in a multi-line function call
(#116) Line exceeds 132 characters; contains 134 characters
(#117) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#117) Closing parenthesis of a multi-line function call must be on a line by itself
(#119) Variable "videoeasy_category_name" must not contain underscores.
(#119) Variable "videoeasytemplatesadmin_settings" must not contain underscores.
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) No space found before comment text; expected "// Templates" but found "//Templates"
(#122) Variable "template_pages" must not contain underscores.
(#123) Variable "template_pages" must not contain underscores.
(#123) Variable "template_page" must not contain underscores.
(#124) Variable "videoeasy_category_name" must not contain underscores.
(#124) Variable "template_page" must not contain underscores.
(#126) Blank line found at end of control structure
public/filter/videoeasy/version.php
(#20) Incorrect @package tag for file version.php. Expected filter_videoeasy, found filter.
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Expected 1 space after "="; 2 found
(#32) Expected 1 newline at end of file; 0 found
public/filter/videoeasy/videoeasycss.php
(#26) Inline comments must start with a capital letter, digit or 3-dots sequence
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) This comment is 75% valid code; is this commented out code?
(#26) No space found before comment text; expected "// define('AJAX_SCRIPT', true);" but found "//define('AJAX_SCRIPT', true);"
(#27) Expected login check (require_login, require_course_login, require_admin, admin_externalpage_setup) following config inclusion. None found.
(#27) Expected at least 1 space before "."; 0 found
(#27) Expected at least 1 space after "."; 0 found
(#28) Expected at least 1 space before "."; 0 found
(#28) Expected at least 1 space after "."; 0 found
(#30) No space found after comma in argument list
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and "PARAM_TEXT". Found: no spaces
(#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 "// get presets" but found "//get presets"
(#35) Expected at least 1 space before "="; 0 found
(#35) Expected at least 1 space after "="; 0 found
(#35) Expected 1 space before "="; 0 found
(#35) Expected 1 space after "="; 0 found
public/filter/videoeasy/videoeasyjs.php
(#2) Moodle boilerplate not found at first line
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) This comment is 75% valid code; is this commented out code?
(#27) No space found before comment text; expected "// define('AJAX_SCRIPT', true);" but found "//define('AJAX_SCRIPT', true);"
(#28) Expected login check (require_login, require_course_login, require_admin, admin_externalpage_setup) following config inclusion. None found.
(#28) Expected at least 1 space before "."; 0 found
(#28) Expected at least 1 space after "."; 0 found
(#29) Expected at least 1 space before "."; 0 found
(#29) Expected at least 1 space after "."; 0 found
(#31) No space found after comma in argument list
(#31) Commas (,) must be followed by white space.
(#31) Expected 1 space between the comma and "PARAM_TEXT". Found: no spaces
(#32) No space found after comma in argument list
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space between the comma and "''". Found: no spaces
(#32) No space found after comma in argument list
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space between the comma and "PARAM_TEXT". Found: no spaces
(#35) Expected "if (...) {\n"; found "if(...){\n"
(#35) Expected 1 space after IF keyword; 0 found
(#35) Expected 1 space after closing parenthesis; found 0
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Expected at least 1 space before "="; 0 found
(#36) Expected at least 1 space after "="; 0 found
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#39) No space found after comma in argument list
(#39) Commas (,) must be followed by white space.
(#39) Expected 1 space between the comma and "$ext". Found: no spaces
(#40) Variable "template_script" must not contain underscores.
(#42) Variable "template_script" must not contain underscores.
public/filter/videoeasy/videoeasytemplatesadmin.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file videoeasytemplatesadmin.php
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#19) Expected at least 1 space before "."; 0 found
(#19) Expected at least 1 space after "."; 0 found
(#23) Inline comments must start with a capital letter, digit or 3-dots sequence
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) No space found before comment text; expected "// get template to update" but found "//get template to update"
(#24) No space found after comma in argument list
(#24) Commas (,) must be followed by white space.
(#24) Expected 1 space between the comma and "0". Found: no spaces
(#24) No space found after comma in argument list
(#24) Commas (,) must be followed by white space.
(#24) Expected 1 space between the comma and "PARAM_INT". Found: no spaces
(#26) Expected at least 1 space before "="; 0 found
(#26) Expected at least 1 space after "="; 0 found
(#26) Expected 1 space before "="; 0 found
(#26) Expected 1 space after "="; 0 found
(#27) No space found after comma in argument list
(#27) Commas (,) must be followed by white space.
(#27) Expected 1 space between the comma and "array". Found: no spaces
(#27) Short array syntax must be used to define arrays
(#28) Expected "if (...) {\n"; found "if(...) {\n"
(#28) Expected 1 space after IF keyword; 0 found
(#28) Expected at least 1 space before "=="; 0 found
(#28) Expected at least 1 space after "=="; 0 found
(#28) Expected 1 space before "=="; 0 found
(#28) Expected 1 space after "=="; 0 found
(#29) Expected at least 1 space before "="; 0 found
(#29) Expected 1 space before "="; 0 found
(#30) No space found after comma in argument list
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and "get_string". Found: no spaces
(#30) No space found after comma in argument list
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and "'filter_videoeasy'". Found: no spaces
(#30) No space found after comma in argument list
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and "$updated". Found: no spaces
(#31) Expected 1 space after closing brace; 0 found
(#31) Expected 1 space after ELSEIF keyword; 0 found
(#31) Usage of ELSEIF not allowed; use ELSE IF instead
(#31) Expected 1 space after closing parenthesis; found 0
(#32) Expected at least 1 space before "="; 0 found
(#32) Expected 1 space before "="; 0 found
(#33) No space found after comma in argument list
(#33) Commas (,) must be followed by white space.
(#33) Expected 1 space between the comma and "get_string". Found: no spaces
(#33) No space found after comma in argument list
(#33) Commas (,) must be followed by white space.
(#33) Expected 1 space between the comma and "'filter_videoeasy'". Found: no spaces
(#33) No space found after comma in argument list
(#33) Commas (,) must be followed by white space.
(#33) Expected 1 space between the comma and "$updated". Found: no spaces
(#34) Expected 1 space after closing brace; 0 found
(#34) Expected "} else {\n"; found "}else{\n"
(#34) Expected 1 space after ELSE keyword; 0 found
(#34) Empty ELSE statement detected
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) No space found before comment text; expected "// do nothing we just want to show the table" but found "//do nothing we just want to show the table"
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) No space found before comment text; expected "// if we are exporting html, do that" but found "//if we are exporting html, do that"
(#40) No space found after comma in argument list
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space between the comma and "'filter_videoeasy'". Found: no spaces
(#40) No space found after comma in argument list
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space between the comma and "3". Found: no spaces
(#42) Expected 1 blank line at end of file; 3 found

Javascript coding style problems

(462 errors, 220 warnings)

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

public/filter/videoeasy/amd/src/videoeasy_amd.js
(#2) A space is required after ','. (comma-spacing)
(#9) Unexpected tab character. (no-tabs)
(#9) Trailing spaces not allowed. (no-trailing-spaces)
(#9) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#10) Unexpected tab character. (no-tabs)
(#10) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#10) Unexpected tab character. (no-tabs)
(#11) Unexpected tab character. (no-tabs)
(#11) Trailing spaces not allowed. (no-trailing-spaces)
(#12) Unexpected tab character. (no-tabs)
(#13) Unexpected tab character. (no-tabs)
(#13) Trailing spaces not allowed. (no-trailing-spaces)
(#14) Unexpected tab character. (no-tabs)
(#15) Unexpected tab character. (no-tabs)
(#15) Trailing spaces not allowed. (no-trailing-spaces)
(#16) Unexpected tab character. (no-tabs)
(#17) Unexpected tab character. (no-tabs)
(#17) Trailing spaces not allowed. (no-trailing-spaces)
(#18) Unexpected tab character. (no-tabs)
(#18) 'theprefix' is defined but never used. (no-unused-vars)
(#18) Missing space before opening brace. (space-before-blocks)
(#19) Unexpected tab character. (no-tabs)
(#19) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#20) Unexpected tab character. (no-tabs)
(#21) Unexpected tab character. (no-tabs)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#24) Trailing spaces not allowed. (no-trailing-spaces)
(#25) Unexpected tab character. (no-tabs)
(#25) Missing space before opening brace. (space-before-blocks)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Operator '==' must be spaced. (space-infix-ops)
(#28) Operator '-' must be spaced. (space-infix-ops)
(#28) Missing space before opening brace. (space-before-blocks)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#30) Expected space(s) before "else". (keyword-spacing)
(#30) Expected space(s) after "else". (keyword-spacing)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#34) Trailing spaces not allowed. (no-trailing-spaces)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#36) Trailing spaces not allowed. (no-trailing-spaces)
(#37) Unexpected tab character. (no-tabs)
(#37) Comments should not begin with a lowercase character. (capitalized-comments)
(#38) Unexpected tab character. (no-tabs)
(#41) Unexpected tab character. (no-tabs)
(#41) Comments should not begin with a lowercase character. (capitalized-comments)
(#41) Expected space or tab after '//' in comment. (spaced-comment)
(#42) Unexpected tab character. (no-tabs)
(#42) ["AUTOID"] is better written in dot notation. (dot-notation)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Missing space before opening brace. (space-before-blocks)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#46) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Expected space or tab after '//' in comment. (spaced-comment)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#49) Trailing spaces not allowed. (no-trailing-spaces)
(#50) Unexpected tab character. (no-tabs)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#50) Expected space or tab after '//' in comment. (spaced-comment)
(#51) Unexpected tab character. (no-tabs)
(#51) Expected space or tab after '//' in comment. (spaced-comment)
(#52) Unexpected tab character. (no-tabs)
(#52) Expected space(s) after "if". (keyword-spacing)
(#52) ["CSSLINK"] is better written in dot notation. (dot-notation)
(#52) Missing space before opening brace. (space-before-blocks)
(#53) Unexpected tab character. (no-tabs)
(#53) ["CSSLINK"] is better written in dot notation. (dot-notation)
(#53) Operator '<' must be spaced. (space-infix-ops)
(#53) Missing space before opening brace. (space-before-blocks)
(#54) Unexpected tab character. (no-tabs)
(#54) ["CSSLINK"] is better written in dot notation. (dot-notation)
(#55) Unexpected tab character. (no-tabs)
(#55) ["CSSLINK"] is better written in dot notation. (dot-notation)
(#56) Unexpected tab character. (no-tabs)
(#57) Unexpected tab character. (no-tabs)
(#58) Unexpected tab character. (no-tabs)
(#58) Comments should not begin with a lowercase character. (capitalized-comments)
(#58) Expected space or tab after '//' in comment. (spaced-comment)
(#59) Unexpected tab character. (no-tabs)
(#59) Expected space or tab after '//' in comment. (spaced-comment)
(#60) Unexpected tab character. (no-tabs)
(#60) Expected space(s) after "if". (keyword-spacing)
(#60) ["CSSUPLOAD"] is better written in dot notation. (dot-notation)
(#60) Missing space before opening brace. (space-before-blocks)
(#61) Unexpected tab character. (no-tabs)
(#61) ["CSSUPLOAD"] is better written in dot notation. (dot-notation)
(#61) Operator '<' must be spaced. (space-infix-ops)
(#61) Missing space before opening brace. (space-before-blocks)
(#62) Unexpected tab character. (no-tabs)
(#62) ["CSSUPLOAD"] is better written in dot notation. (dot-notation)
(#63) Unexpected tab character. (no-tabs)
(#63) ["CSSUPLOAD"] is better written in dot notation. (dot-notation)
(#64) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#66) Trailing spaces not allowed. (no-trailing-spaces)
(#67) Unexpected tab character. (no-tabs)
(#67) Comments should not begin with a lowercase character. (capitalized-comments)
(#67) Expected space or tab after '//' in comment. (spaced-comment)
(#68) Unexpected tab character. (no-tabs)
(#68) Expected space or tab after '//' in comment. (spaced-comment)
(#69) Unexpected tab character. (no-tabs)
(#69) Expected space(s) after "if". (keyword-spacing)
(#69) ["CSSCUSTOM"] is better written in dot notation. (dot-notation)
(#69) Missing space before opening brace. (space-before-blocks)
(#70) Unexpected tab character. (no-tabs)
(#70) ["CSSCUSTOM"] is better written in dot notation. (dot-notation)
(#70) Operator '<' must be spaced. (space-infix-ops)
(#70) Missing space before opening brace. (space-before-blocks)
(#71) Unexpected tab character. (no-tabs)
(#71) ["CSSCUSTOM"] is better written in dot notation. (dot-notation)
(#72) Unexpected tab character. (no-tabs)
(#72) ["CSSCUSTOM"] is better written in dot notation. (dot-notation)
(#73) Unexpected tab character. (no-tabs)
(#74) Unexpected tab character. (no-tabs)
(#76) Unexpected tab character. (no-tabs)
(#76) Comments should not begin with a lowercase character. (capitalized-comments)
(#76) Expected space or tab after '//' in comment. (spaced-comment)
(#77) Unexpected tab character. (no-tabs)
(#77) Expected space or tab after '//' in comment. (spaced-comment)
(#77) Trailing spaces not allowed. (no-trailing-spaces)
(#78) Unexpected tab character. (no-tabs)
(#78) Expected space or tab after '//' in comment. (spaced-comment)
(#78) Trailing spaces not allowed. (no-trailing-spaces)
(#79) Unexpected tab character. (no-tabs)
(#79) Expected space or tab after '//' in comment. (spaced-comment)
(#80) Unexpected tab character. (no-tabs)
(#80) Expected space(s) after "if". (keyword-spacing)
(#80) ["TEMPLATEID"] is better written in dot notation. (dot-notation)
(#80) Missing space before opening brace. (space-before-blocks)
(#81) Unexpected tab character. (no-tabs)
(#81) ["TEMPLATEID"] is better written in dot notation. (dot-notation)
(#81) A space is required after ','. (comma-spacing)
(#81) Missing space before opening brace. (space-before-blocks)
(#82) Unexpected tab character. (no-tabs)
(#83) Unexpected tab character. (no-tabs)
(#84) Unexpected tab character. (no-tabs)
(#86) Unexpected tab character. (no-tabs)
(#86) Trailing spaces not allowed. (no-trailing-spaces)
(#87) Unexpected tab character. (no-tabs)
(#87) Comments should not begin with a lowercase character. (capitalized-comments)
(#87) Expected space or tab after '//' in comment. (spaced-comment)
(#89) Unexpected tab character. (no-tabs)
(#89) Missing semicolon. (@babel/semi)
public/filter/videoeasy/amd/src/videoeasy_presets_amd.js
(#2) A space is required after ','. (comma-spacing)
(#10) Unexpected tab character. (no-tabs)
(#10) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#11) Unexpected tab character. (no-tabs)
(#11) Trailing spaces not allowed. (no-trailing-spaces)
(#11) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#12) Unexpected tab character. (no-tabs)
(#12) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Trailing spaces not allowed. (no-trailing-spaces)
(#13) Unexpected tab character. (no-tabs)
(#13) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#15) Unexpected tab character. (no-tabs)
(#15) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#16) Unexpected tab character. (no-tabs)
(#16) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#16) Unexpected tab character. (no-tabs)
(#17) Unexpected tab character. (no-tabs)
(#17) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#18) Unexpected tab character. (no-tabs)
(#18) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#19) Unexpected tab character. (no-tabs)
(#19) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#21) Unexpected tab character. (no-tabs)
(#21) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#22) Unexpected tab character. (no-tabs)
(#22) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#23) Unexpected tab character. (no-tabs)
(#23) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#24) Unexpected tab character. (no-tabs)
(#24) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#25) Unexpected tab character. (no-tabs)
(#25) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#26) Unexpected tab character. (no-tabs)
(#26) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#27) Unexpected tab character. (no-tabs)
(#27) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#28) Unexpected tab character. (no-tabs)
(#28) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#31) Unexpected tab character. (no-tabs)
(#31) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#33) Unexpected tab character. (no-tabs)
(#33) Trailing spaces not allowed. (no-trailing-spaces)
(#33) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#34) Unexpected tab character. (no-tabs)
(#34) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#34) Missing space before opening brace. (space-before-blocks)
(#35) Unexpected tab character. (no-tabs)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#36) Unexpected tab character. (no-tabs)
(#36) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#37) Unexpected tab character. (no-tabs)
(#37) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#37) Unexpected space before function parentheses. (space-before-function-paren)
(#38) Unexpected tab character. (no-tabs)
(#38) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#39) Unexpected tab character. (no-tabs)
(#39) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#40) Unexpected tab character. (no-tabs)
(#40) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#41) Unexpected tab character. (no-tabs)
(#41) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#42) Unexpected tab character. (no-tabs)
(#42) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#43) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#43) Unexpected tab character. (no-tabs)
(#43) Unreachable code. (no-unreachable)
(#43) 'bundlejson' is not defined. (no-undef)
(#44) Unexpected tab character. (no-tabs)
(#44) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#45) Unexpected tab character. (no-tabs)
(#45) Trailing spaces not allowed. (no-trailing-spaces)
(#45) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#46) Unexpected tab character. (no-tabs)
(#46) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#46) Missing space before opening brace. (space-before-blocks)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) Operator '==' must be spaced. (space-infix-ops)
(#48) Requires a space after '{'. (block-spacing)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Requires a space before '}'. (block-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Unexpected tab character. (no-tabs)
(#49) A space is required after ','. (comma-spacing)
(#50) Unexpected tab character. (no-tabs)
(#50) Trailing spaces not allowed. (no-trailing-spaces)
(#51) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#53) ["key"] is better written in dot notation. (dot-notation)
(#55) Unexpected tab character. (no-tabs)
(#56) Unexpected tab character. (no-tabs)
(#57) Unexpected tab character. (no-tabs)
(#58) Unexpected tab character. (no-tabs)
(#59) Unexpected tab character. (no-tabs)
(#59) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#60) Unexpected tab character. (no-tabs)
(#61) Unexpected tab character. (no-tabs)
(#62) Unexpected tab character. (no-tabs)
(#63) Unexpected tab character. (no-tabs)
(#63) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#65) Unexpected tab character. (no-tabs)
(#65) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#65) Unexpected space before function parentheses. (space-before-function-paren)
(#66) Unexpected tab character. (no-tabs)
(#66) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#66) Comments should not begin with a lowercase character. (capitalized-comments)
(#66) Expected space or tab after '//' in comment. (spaced-comment)
(#67) Unexpected tab character. (no-tabs)
(#67) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#69) Unexpected tab character. (no-tabs)
(#69) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#69) Comments should not begin with a lowercase character. (capitalized-comments)
(#69) Expected space or tab after '//' in comment. (spaced-comment)
(#70) Unexpected tab character. (no-tabs)
(#70) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#70) Expected space(s) after "if". (keyword-spacing)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Unexpected tab character. (no-tabs)
(#71) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Operator '==' must be spaced. (space-infix-ops)
(#71) Missing space before opening brace. (space-before-blocks)
(#72) Unexpected tab character. (no-tabs)
(#72) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#72) Unexpected tab character. (no-tabs)
(#72) Comments should not begin with a lowercase character. (capitalized-comments)
(#72) Expected space or tab after '//' in comment. (spaced-comment)
(#73) Unexpected tab character. (no-tabs)
(#73) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#73) Expected space(s) before "else". (keyword-spacing)
(#73) Expected space(s) after "else". (keyword-spacing)
(#74) Unexpected tab character. (no-tabs)
(#74) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#74) Comments should not begin with a lowercase character. (capitalized-comments)
(#74) Expected space or tab after '//' in comment. (spaced-comment)
(#75) Unexpected tab character. (no-tabs)
(#75) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#75) Unexpected tab character. (no-tabs)
(#75) Multiple spaces found before '='. (no-multi-spaces)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#76) Unexpected tab character. (no-tabs)
(#76) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#77) Unexpected tab character. (no-tabs)
(#77) Trailing spaces not allowed. (no-trailing-spaces)
(#77) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#78) Unexpected tab character. (no-tabs)
(#78) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#79) Unexpected tab character. (no-tabs)
(#79) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#79) Unexpected space before function parentheses. (space-before-function-paren)
(#80) Unexpected tab character. (no-tabs)
(#80) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#80) Comments should not begin with a lowercase character. (capitalized-comments)
(#81) Unexpected tab character. (no-tabs)
(#81) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#81) Expected space or tab after '//' in comment. (spaced-comment)
(#82) Unexpected tab character. (no-tabs)
(#82) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#82) Expected space or tab after '//' in comment. (spaced-comment)
(#83) Unexpected tab character. (no-tabs)
(#83) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#84) Unexpected tab character. (no-tabs)
(#84) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#85) Unexpected tab character. (no-tabs)
(#85) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#85) Expected space(s) before "else". (keyword-spacing)
(#85) Expected space(s) after "else". (keyword-spacing)
(#86) Unexpected tab character. (no-tabs)
(#86) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#86) Expected space(s) after "switch". (keyword-spacing)
(#86) Missing space before opening brace. (space-before-blocks)
(#87) Unexpected tab character. (no-tabs)
(#87) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#87) Unexpected tab character. (no-tabs)
(#88) Unexpected tab character. (no-tabs)
(#88) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#88) Unexpected tab character. (no-tabs)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#89) Unexpected tab character. (no-tabs)
(#89) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#89) Unexpected tab character. (no-tabs)
(#90) Unexpected tab character. (no-tabs)
(#90) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#90) Unexpected tab character. (no-tabs)
(#91) Unexpected tab character. (no-tabs)
(#91) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#91) Unexpected tab character. (no-tabs)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#92) Unexpected tab character. (no-tabs)
(#92) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#92) Unexpected tab character. (no-tabs)
(#93) Unexpected tab character. (no-tabs)
(#93) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#94) Unexpected tab character. (no-tabs)
(#94) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#95) Unexpected tab character. (no-tabs)
(#95) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#97) Unexpected tab character. (no-tabs)
(#97) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#99) Unexpected tab character. (no-tabs)
(#99) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#99) Missing space before opening brace. (space-before-blocks)
(#100) Unexpected tab character. (no-tabs)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#101) Unexpected tab character. (no-tabs)
(#101) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#102) Unexpected tab character. (no-tabs)
(#102) Trailing spaces not allowed. (no-trailing-spaces)
(#103) Unexpected tab character. (no-tabs)
(#103) Comments should not begin with a lowercase character. (capitalized-comments)
(#104) Unexpected tab character. (no-tabs)
(#105) Unexpected tab character. (no-tabs)
(#106) Unexpected tab character. (no-tabs)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) ["templateindex"] is better written in dot notation. (dot-notation)
(#107) Unexpected tab character. (no-tabs)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#108) Unexpected tab character. (no-tabs)
(#109) Unexpected tab character. (no-tabs)
(#110) Unexpected tab character. (no-tabs)
(#112) Unexpected tab character. (no-tabs)
(#113) Unexpected tab character. (no-tabs)
(#113) Comments should not begin with a lowercase character. (capitalized-comments)
(#113) Expected space or tab after '//' in comment. (spaced-comment)
(#114) Unexpected tab character. (no-tabs)
(#114) Missing space before opening brace. (space-before-blocks)
(#115) Unexpected tab character. (no-tabs)
(#115) ["templateindex"] is better written in dot notation. (dot-notation)
(#115) A space is required after ','. (comma-spacing)
(#116) Unexpected tab character. (no-tabs)
(#117) Unexpected tab character. (no-tabs)
(#117) Trailing spaces not allowed. (no-trailing-spaces)
(#118) Unexpected tab character. (no-tabs)
(#118) Comments should not begin with a lowercase character. (capitalized-comments)
(#118) Expected space or tab after '//' in comment. (spaced-comment)
(#119) Unexpected tab character. (no-tabs)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) ["templateindex"] is better written in dot notation. (dot-notation)
(#119) Missing semicolon. (@babel/semi)
(#120) Unexpected tab character. (no-tabs)
(#120) Trailing spaces not allowed. (no-trailing-spaces)
(#121) Unexpected tab character. (no-tabs)
(#121) Comments should not begin with a lowercase character. (capitalized-comments)
(#121) Expected space or tab after '//' in comment. (spaced-comment)
(#122) Unexpected tab character. (no-tabs)
(#122) 'event' is defined but never used. (no-unused-vars)
(#123) Unexpected tab character. (no-tabs)
(#123) ["templateindex"] is better written in dot notation. (dot-notation)
(#124) Unexpected tab character. (no-tabs)
(#125) Unexpected tab character. (no-tabs)
(#125) Trailing spaces not allowed. (no-trailing-spaces)
(#126) Unexpected tab character. (no-tabs)
(#126) Trailing spaces not allowed. (no-trailing-spaces)
(#127) Unexpected tab character. (no-tabs)
(#127) Comments should not begin with a lowercase character. (capitalized-comments)
(#127) Expected space or tab after '//' in comment. (spaced-comment)
(#128) Unexpected tab character. (no-tabs)
(#129) Unexpected tab character. (no-tabs)
(#129) Trailing spaces not allowed. (no-trailing-spaces)
(#130) Unexpected tab character. (no-tabs)
(#131) Unexpected tab character. (no-tabs)
(#132) Unexpected tab character. (no-tabs)
(#133) Unexpected tab character. (no-tabs)
(#133) Trailing spaces not allowed. (no-trailing-spaces)
(#134) Unexpected tab character. (no-tabs)
(#135) Unexpected tab character. (no-tabs)
(#135) Trailing spaces not allowed. (no-trailing-spaces)
(#136) Unexpected tab character. (no-tabs)
(#137) Unexpected tab character. (no-tabs)
(#138) Unexpected tab character. (no-tabs)
(#139) Unexpected tab character. (no-tabs)
(#139) Trailing spaces not allowed. (no-trailing-spaces)
(#140) Unexpected tab character. (no-tabs)
(#142) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#142) Unexpected tab character. (no-tabs)
(#142) Comments should not begin with a lowercase character. (capitalized-comments)
(#142) Expected space or tab after '//' in comment. (spaced-comment)
(#143) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#143) Unexpected tab character. (no-tabs)
(#144) Unexpected tab character. (no-tabs)
(#144) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#144) Expected space or tab after '//' in comment. (spaced-comment)
(#145) Unexpected tab character. (no-tabs)
(#145) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#145) Expected space or tab after '//' in comment. (spaced-comment)
(#146) Unexpected tab character. (no-tabs)
(#146) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#146) Expected space or tab after '//' in comment. (spaced-comment)
(#146) Trailing spaces not allowed. (no-trailing-spaces)
(#147) Unexpected tab character. (no-tabs)
(#147) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#147) Expected space or tab after '//' in comment. (spaced-comment)
(#148) Unexpected tab character. (no-tabs)
(#148) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#149) Unexpected tab character. (no-tabs)
(#149) Trailing spaces not allowed. (no-trailing-spaces)
(#149) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#150) Unexpected tab character. (no-tabs)
(#150) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#150) Comments should not begin with a lowercase character. (capitalized-comments)
(#150) Expected space or tab after '//' in comment. (spaced-comment)
(#151) Unexpected tab character. (no-tabs)
(#151) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#151) Expected space(s) after "if". (keyword-spacing)
(#151) Missing space before opening brace. (space-before-blocks)
(#152) Unexpected tab character. (no-tabs)
(#152) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#152) Unexpected tab character. (no-tabs)
(#153) Unexpected tab character. (no-tabs)
(#153) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#153) Unexpected tab character. (no-tabs)
(#154) Unexpected tab character. (no-tabs)
(#154) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#155) Unexpected tab character. (no-tabs)
(#155) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#155) Trailing spaces not allowed. (no-trailing-spaces)
(#156) Unexpected tab character. (no-tabs)
(#156) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#157) Unexpected tab character. (no-tabs)
(#157) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#158) Unexpected tab character. (no-tabs)
(#158) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#158) Expected space(s) after "if". (keyword-spacing)
(#158) Missing space before opening brace. (space-before-blocks)
(#159) Unexpected tab character. (no-tabs)
(#159) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#159) Unexpected tab character. (no-tabs)
(#159) ["templateindex"] is better written in dot notation. (dot-notation)
(#159) A space is required after ','. (comma-spacing)
(#160) Unexpected tab character. (no-tabs)
(#160) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#161) Unexpected tab character. (no-tabs)
(#161) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#161) Missing semicolon. (@babel/semi)
(#162) Unexpected tab character. (no-tabs)
(#162) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#163) Unexpected tab character. (no-tabs)
(#163) Trailing spaces not allowed. (no-trailing-spaces)
(#164) Unexpected tab character. (no-tabs)
(#164) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#164) Unexpected alert. (no-alert)
(#165) Unexpected tab character. (no-tabs)
(#165) Comments should not begin with a lowercase character. (capitalized-comments)
(#165) Expected space or tab after '//' in comment. (spaced-comment)
(#166) Unexpected tab character. (no-tabs)
(#166) Comments should not begin with a lowercase character. (capitalized-comments)
(#166) Expected space or tab after '//' in comment. (spaced-comment)
(#167) Unexpected tab character. (no-tabs)
(#168) Unexpected tab character. (no-tabs)
(#169) Unexpected tab character. (no-tabs)
(#169) Comments should not begin with a lowercase character. (capitalized-comments)
(#169) Expected space or tab after '//' in comment. (spaced-comment)
(#171) Unexpected tab character. (no-tabs)
(#171) Missing semicolon. (@babel/semi)
public/filter/videoeasy/module.js
(#10) Identifier 'filter_videoeasy' is not in camel case. (camelcase)
(#12) Unexpected tab character. (no-tabs)
(#13) Unexpected tab character. (no-tabs)
(#13) Trailing spaces not allowed. (no-trailing-spaces)
(#14) Unexpected tab character. (no-tabs)
(#15) Unexpected tab character. (no-tabs)
(#15) Trailing spaces not allowed. (no-trailing-spaces)
(#16) Unexpected tab character. (no-tabs)
(#17) Unexpected tab character. (no-tabs)
(#17) Trailing spaces not allowed. (no-trailing-spaces)
(#18) Unexpected tab character. (no-tabs)
(#19) Unexpected tab character. (no-tabs)
(#19) Trailing spaces not allowed. (no-trailing-spaces)
(#20) Unexpected tab character. (no-tabs)
(#20) Missing space before opening brace. (space-before-blocks)
(#21) Unexpected tab character. (no-tabs)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Operator '==' must be spaced. (space-infix-ops)
(#23) Operator '-' must be spaced. (space-infix-ops)
(#23) Missing space before opening brace. (space-before-blocks)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#25) Expected space(s) before "else". (keyword-spacing)
(#25) Expected space(s) after "else". (keyword-spacing)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#33) A space is required after ','. (comma-spacing)
(#34) Unexpected tab character. (no-tabs)
(#34) Comments should not begin with a lowercase character. (capitalized-comments)
(#34) Expected space or tab after '//' in comment. (spaced-comment)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#36) Trailing spaces not allowed. (no-trailing-spaces)
(#37) Unexpected tab character. (no-tabs)
(#37) Comments should not begin with a lowercase character. (capitalized-comments)
(#37) Expected space or tab after '//' in comment. (spaced-comment)
(#38) Unexpected tab character. (no-tabs)
(#38) Expected space or tab after '//' in comment. (spaced-comment)
(#39) Unexpected tab character. (no-tabs)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) ["CSSLINK"] is better written in dot notation. (dot-notation)
(#39) Missing space before opening brace. (space-before-blocks)
(#40) Unexpected tab character. (no-tabs)
(#40) ["CSSLINK"] is better written in dot notation. (dot-notation)
(#40) Operator '<' must be spaced. (space-infix-ops)
(#40) Missing space before opening brace. (space-before-blocks)
(#41) Unexpected tab character. (no-tabs)
(#41) ["CSSLINK"] is better written in dot notation. (dot-notation)
(#42) Unexpected tab character. (no-tabs)
(#42) ["CSSLINK"] is better written in dot notation. (dot-notation)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#45) Comments should not begin with a lowercase character. (capitalized-comments)
(#45) Expected space or tab after '//' in comment. (spaced-comment)
(#46) Unexpected tab character. (no-tabs)
(#46) Expected space or tab after '//' in comment. (spaced-comment)
(#47) Unexpected tab character. (no-tabs)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) ["CSSUPLOAD"] is better written in dot notation. (dot-notation)
(#47) Missing space before opening brace. (space-before-blocks)
(#48) Unexpected tab character. (no-tabs)
(#48) ["CSSUPLOAD"] is better written in dot notation. (dot-notation)
(#48) Operator '<' must be spaced. (space-infix-ops)
(#48) Missing space before opening brace. (space-before-blocks)
(#49) Unexpected tab character. (no-tabs)
(#49) ["CSSUPLOAD"] is better written in dot notation. (dot-notation)
(#50) Unexpected tab character. (no-tabs)
(#50) ["CSSUPLOAD"] is better written in dot notation. (dot-notation)
(#51) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#53) Trailing spaces not allowed. (no-trailing-spaces)
(#54) Unexpected tab character. (no-tabs)
(#54) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Expected space or tab after '//' in comment. (spaced-comment)
(#55) Unexpected tab character. (no-tabs)
(#55) Expected space or tab after '//' in comment. (spaced-comment)
(#56) Unexpected tab character. (no-tabs)
(#56) Expected space(s) after "if". (keyword-spacing)
(#56) ["CSSCUSTOM"] is better written in dot notation. (dot-notation)
(#56) Missing space before opening brace. (space-before-blocks)
(#57) Unexpected tab character. (no-tabs)
(#57) ["CSSCUSTOM"] is better written in dot notation. (dot-notation)
(#57) Operator '<' must be spaced. (space-infix-ops)
(#57) Missing space before opening brace. (space-before-blocks)
(#58) Unexpected tab character. (no-tabs)
(#58) ["CSSCUSTOM"] is better written in dot notation. (dot-notation)
(#59) Unexpected tab character. (no-tabs)
(#59) ["CSSCUSTOM"] is better written in dot notation. (dot-notation)
(#60) Unexpected tab character. (no-tabs)
(#61) Unexpected tab character. (no-tabs)
(#62) Unexpected tab character. (no-tabs)
(#62) Trailing spaces not allowed. (no-trailing-spaces)
(#63) Unexpected tab character. (no-tabs)
(#63) Trailing spaces not allowed. (no-trailing-spaces)
(#64) Unexpected tab character. (no-tabs)
(#64) Trailing spaces not allowed. (no-trailing-spaces)
(#64) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#65) Unexpected tab character. (no-tabs)
(#65) Comments should not begin with a lowercase character. (capitalized-comments)
(#66) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#66) Trailing spaces not allowed. (no-trailing-spaces)
(#67) Unexpected tab character. (no-tabs)
(#68) Unexpected tab character. (no-tabs)
(#69) Unexpected tab character. (no-tabs)
(#70) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#71) Trailing spaces not allowed. (no-trailing-spaces)
(#72) Unexpected tab character. (no-tabs)
(#72) Expected space(s) after "if". (keyword-spacing)
(#72) Identifier 'filter_videoeasy_extfunctions' is not in camel case. (camelcase)
(#72) Missing space before opening brace. (space-before-blocks)
(#72) Trailing spaces not allowed. (no-trailing-spaces)
(#73) Unexpected tab character. (no-tabs)
(#73) Expected space(s) after "if". (keyword-spacing)
(#73) Identifier 'filter_videoeasy_extfunctions' is not in camel case. (camelcase)
(#73) 'filter_videoeasy_extfunctions' is not defined. (no-undef)
(#73) ["FILEEXT"] is better written in dot notation. (dot-notation)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Trailing spaces not allowed. (no-trailing-spaces)
(#74) Unexpected tab character. (no-tabs)
(#74) Identifier 'filter_videoeasy_extfunctions' is not in camel case. (camelcase)
(#74) 'filter_videoeasy_extfunctions' is not defined. (no-undef)
(#74) ["FILEEXT"] is better written in dot notation. (dot-notation)
(#75) Unexpected tab character. (no-tabs)
(#76) Unexpected tab character. (no-tabs)
(#77) Unexpected tab character. (no-tabs)
(#77) Comments should not begin with a lowercase character. (capitalized-comments)
(#77) Expected space or tab after '//' in comment. (spaced-comment)
(#78) Comments should not begin with a lowercase character. (capitalized-comments)
(#78) Expected space or tab after '//' in comment. (spaced-comment)
(#78) Missing semicolon. (semi)

CSS problems

(21 errors, 5 warnings)

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

public/filter/videoeasy/styles.css
(#13) Expected "#73AD21" to be "#73ad21" (color-hex-case)
(#14) Expected "#73AD21" to be "#73ad21" (color-hex-case)
(#16) Expected "#CBF2DC" to be "#cbf2dc" (color-hex-case)
(#22) Expected "#0000FF" to be "#0000ff" (color-hex-case)
(#22) Expected "#0000FF" to be "#00F" (color-hex-length)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#15) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#16) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#17) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#18) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected indentation of 4 spaces (indentation)
(#5) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(12 errors, 0 warnings)

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

public/filter/videoeasy/classes/presets_control.php
(#25) Phpdocs for function presets_control::__construct has incomplete parameters list
(#54) Phpdocs for function presets_control::write_setting has incomplete parameters list
(#64) Phpdocs for function presets_control::output_html has incomplete parameters list
public/filter/videoeasy/classes/template_script_generator.php
(#18) Phpdocs for function template_script_generator::__construct has incomplete parameters list
public/filter/videoeasy/classes/text_filter.php
(#120) Phpdocs for function text_filter::filter_videoeasy_youtube_callback has incomplete parameters list
(#131) Phpdocs for function text_filter::filter_videoeasy_allexts_callback has incomplete parameters list
(#142) Phpdocs for function text_filter::filter_videoeasy_process has incomplete parameters list
public/filter/videoeasy/classes/videoeasy_utils.php
(#16) Phpdocs for function videoeasy_utils::fetch_players has incomplete parameters list
(#52) Phpdocs for function videoeasy_utils::fetch_default has incomplete parameters list
(#66) Phpdocs for function videoeasy_utils::fetch_extensions has incomplete parameters list
(#126) Phpdocs for function videoeasy_utils::parsepropstring has incomplete parameters list
public/filter/videoeasy/lib.php
(#27) Phpdocs for function filter_videoeasy_pluginfile has incomplete parameters list

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

Problems running grunt
Task "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, 0 warnings)

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


Gherkin .feature problems

(0 errors, 0 warnings)

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