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

(758 errors, 72 warnings)

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

public/mod/assign/submission/cincopa/classes/observers.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#32) Missing docblock for class assignsubmission_cincopa_observers
(#32) Line indented incorrectly; expected 0 spaces, found 1
(#33) Missing docblock for function submission_updated
(#38) Expected at least 1 space before "."; 0 found
(#38) Expected at least 1 space after "."; 0 found
(#38) Expected at least 1 space before "."; 0 found
(#38) Expected at least 1 space after "."; 0 found
(#38) Expected at least 1 space before "."; 0 found
(#38) Expected at least 1 space after "."; 0 found
(#40) Line exceeds 132 characters; contains 146 characters
(#43) Expected "if (...) {\n"; found "if(...) {\n"
(#43) Expected 1 space after IF keyword; 0 found
(#44) Expected at least 1 space before "."; 0 found
(#44) Expected at least 1 space after "."; 0 found
(#44) Expected at least 1 space before "."; 0 found
(#44) Expected at least 1 space after "."; 0 found
(#44) Expected at least 1 space before "."; 0 found
(#44) Expected at least 1 space after "."; 0 found
(#44) Line exceeds 132 characters; contains 144 characters
(#46) Expected "if (...) {\n"; found "if(...) {\n"
(#46) Expected 1 space after IF keyword; 0 found
(#48) Expected at least 1 space before "."; 0 found
(#48) Expected at least 1 space after "."; 0 found
(#48) Expected at least 1 space before "."; 0 found
(#48) Expected at least 1 space after "."; 0 found
(#48) Expected at least 1 space before "."; 0 found
(#48) Expected at least 1 space after "."; 0 found
(#48) Expected at least 1 space before "."; 0 found
(#48) Expected at least 1 space after "."; 0 found
(#48) Line exceeds 132 characters; contains 142 characters
(#52) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#53) Expected 1 newline at end of file; 0 found
(#53) Line indented incorrectly; expected 0 spaces, found 1
public/mod/assign/submission/cincopa/classes/output/mobile.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) "require_once" must be immediately followed by an open parenthesis
(#9) Missing @copyright tag
(#9) Missing @license tag
(#9) Missing docblock for class mobile
(#9) Expected 1 space after class name; 2 found
(#10) Missing docblock for function mobile_submission_edit
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#16) Variable "parsed_args" must not contain underscores.
(#20) Variable "parsed_args" must not contain underscores.
(#24) Variable "parsed_args" must not contain underscores.
(#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 54% valid code; is this commented out code?
(#26) No space found before comment text; expected "// s$userid = $parsed_args['userid'] ?? 0;" but found "//s$userid = $parsed_args['userid'] ?? 0;"
(#28) Whitespace found at end of line
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) Variable "parsed_args" must not contain underscores.
(#30) Whitespace found at end of line
(#31) Variable "parsed_args" must not contain underscores.
(#31) Whitespace found at end of line
(#32) Variable "parsed_args" must not contain underscores.
(#32) Whitespace found at end of line
(#33) Variable "parsed_args" must not contain underscores.
(#34) Whitespace found at end of line
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Whitespace found at end of line within string
(#39) Whitespace found at end of line within string
(#45) Whitespace found at end of line within string
(#46) Whitespace found at end of line within string
(#47) Whitespace found at end of line within string
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Variable "configs_map" must not contain underscores.
(#55) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#56) Whitespace found at end of line
(#57) Variable "api_token" must not contain underscores.
(#58) Variable "asset_types" must not contain underscores.
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Variable "cincopa_uid" must not contain underscores.
(#62) Variable "configs_map" must not contain underscores.
(#62) Variable "config_row" must not contain underscores.
(#63) Variable "config_row" must not contain underscores.
(#65) Variable "api_token" must not contain underscores.
(#65) Variable "config_row" must not contain underscores.
(#68) Variable "asset_types" must not contain underscores.
(#68) Variable "config_row" must not contain underscores.
(#71) Variable "cincopa_uid" must not contain underscores.
(#71) Variable "config_row" must not contain underscores.
(#75) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#78) Variable "api_token" must not contain underscores.
(#79) Variable "api_token" must not contain underscores.
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Whitespace found at end of line
(#86) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#87) Whitespace found at end of line
(#89) Variable "defaultView" must be all lower-case
(#93) Variable "cincopa_uid" must not contain underscores.
(#94) Variable "cincopa_uid" must not contain underscores.
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Expected at least 1 space before "."; 0 found
(#97) Expected at least 1 space after "."; 0 found
(#99) Expected "if (...) {\n"; found "if(...) {\n"
(#99) Expected 1 space after IF keyword; 0 found
(#100) Variable "result_decoded" must not contain underscores.
(#101) Variable "result_decoded" must not contain underscores.
(#102) Variable "result_decoded" must not contain underscores.
(#111) Short array syntax must be used to define arrays
(#111) Variable "defaultView" must be all lower-case
(#111) Line exceeds maximum limit of 180 characters; contains 239 characters
(#112) There should be a comma after the last array item in a multi-line array.
(#114) Whitespace found at end of line within string
(#115) Expected at least 1 space before "."; 0 found
(#115) Expected at least 1 space after "."; 0 found
(#115) Expected at least 1 space before "."; 0 found
(#115) Expected at least 1 space after "."; 0 found
(#115) Expected at least 1 space before "."; 0 found
(#115) Expected at least 1 space after "."; 0 found
(#115) Expected at least 1 space before "."; 0 found
(#115) Expected at least 1 space after "."; 0 found
(#115) Expected at least 1 space before "."; 0 found
(#115) Expected at least 1 space after "."; 0 found
(#115) Expected at least 1 space before "."; 0 found
(#115) Expected at least 1 space after "."; 0 found
(#115) Expected at least 1 space before "."; 0 found
(#115) Expected at least 1 space after "."; 0 found
(#115) Expected at least 1 space before "."; 0 found
(#115) Expected at least 1 space after "."; 0 found
(#115) Expected at least 1 space before "."; 0 found
(#115) Expected at least 1 space after "."; 0 found
(#115) Variable "asset_types" must not contain underscores.
(#115) Expected at least 1 space before "."; 0 found
(#115) Expected at least 1 space after "."; 0 found
(#115) Line exceeds maximum limit of 180 characters; contains 182 characters
(#115) Whitespace found at end of line within string
(#116) Expected at least 1 space before "."; 0 found
(#116) Expected at least 1 space after "."; 0 found
(#116) Variable "asset_types" must not contain underscores.
(#116) Expected at least 1 space before "."; 0 found
(#116) Expected at least 1 space after "."; 0 found
(#116) Whitespace found at end of line within string
(#117) Whitespace found at end of line within string
(#118) Whitespace found at end of line within string
(#119) Whitespace found at end of line within string
(#120) Whitespace found at end of line within string
(#121) Whitespace found at end of line within string
(#122) Whitespace found at end of line within string
(#123) Whitespace found at end of line within string
(#124) Whitespace found at end of line within string
(#125) Whitespace found at end of line within string
(#126) Whitespace found at end of line within string
(#127) Whitespace found at end of line within string
(#128) Whitespace found at end of line within string
(#129) Whitespace found at end of line within string
(#130) Whitespace found at end of line within string
(#131) Whitespace found at end of line within string
(#132) Expected at least 1 space before "."; 0 found
(#132) Expected at least 1 space after "."; 0 found
(#132) Expected at least 1 space before "."; 0 found
(#132) Expected at least 1 space after "."; 0 found
(#132) Whitespace found at end of line within string
(#133) Whitespace found at end of line within string
(#134) Whitespace found at end of line within string
(#135) Whitespace found at end of line within string
(#136) Whitespace found at end of line within string
(#137) Whitespace found at end of line within string
(#138) Expected at least 1 space before "."; 0 found
(#138) Expected at least 1 space after "."; 0 found
(#138) Expected at least 1 space before "."; 0 found
(#138) Expected at least 1 space after "."; 0 found
(#138) Whitespace found at end of line within string
(#139) Whitespace found at end of line within string
(#140) Whitespace found at end of line within string
(#141) Whitespace found at end of line within string
(#142) Whitespace found at end of line within string
(#143) Whitespace found at end of line within string
(#144) Whitespace found at end of line within string
(#145) Whitespace found at end of line within string
(#146) Whitespace found at end of line within string
(#147) Line exceeds maximum limit of 180 characters; contains 181 characters
(#147) Whitespace found at end of line within string
(#148) Whitespace found at end of line within string
(#149) Whitespace found at end of line within string
(#150) Whitespace found at end of line within string
(#151) Whitespace found at end of line within string
(#152) Line exceeds 132 characters; contains 169 characters
(#152) Whitespace found at end of line within string
(#153) Whitespace found at end of line within string
(#154) Whitespace found at end of line within string
(#155) Whitespace found at end of line within string
(#156) Whitespace found at end of line within string
(#157) Whitespace found at end of line within string
(#158) Whitespace found at end of line within string
(#159) Whitespace found at end of line within string
(#160) Whitespace found at end of line within string
(#161) Whitespace found at end of line within string
(#162) Whitespace found at end of line within string
(#163) Whitespace found at end of line within string
(#164) Whitespace found at end of line within string
(#165) Whitespace found at end of line within string
(#166) Whitespace found at end of line within string
(#167) Whitespace found at end of line within string
(#168) Whitespace found at end of line within string
(#169) Whitespace found at end of line within string
(#170) Whitespace found at end of line within string
(#171) Whitespace found at end of line within string
(#172) Whitespace found at end of line within string
(#173) Whitespace found at end of line within string
(#174) Whitespace found at end of line within string
(#175) Whitespace found at end of line within string
(#176) Whitespace found at end of line within string
(#177) Whitespace found at end of line within string
(#178) Whitespace found at end of line within string
(#179) Whitespace found at end of line within string
(#180) Whitespace found at end of line within string
(#181) Whitespace found at end of line within string
(#182) Whitespace found at end of line within string
(#185) Whitespace found at end of line
(#186) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#187) Expected 1 newline at end of file; 0 found
public/mod/assign/submission/cincopa/db/access.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#25) Short array syntax must be used to define arrays
(#26) Whitespace found at end of line
public/mod/assign/submission/cincopa/db/events.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#25) Short array syntax must be used to define arrays
(#26) Short array syntax must be used to define arrays
(#30) Expected 1 newline at end of file; 0 found
public/mod/assign/submission/cincopa/db/mobile.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file mobile.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#4) Inline comments must end in full-stops, exclamation marks, or question marks
(#7) Inline comments must end in full-stops, exclamation marks, or question marks
(#8) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Expected 1 newline at end of file; 0 found
public/mod/assign/submission/cincopa/encrypter.php
(#1) Missing docblock for file encrypter.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Missing docblock for class Encrypter
(#5) Missing docblock for constant Encrypter::SALT_SIZE
(#6) Missing docblock for constant Encrypter::IV_SIZE
(#7) Missing docblock for constant Encrypter::KEY_SIZE
(#8) Missing docblock for constant Encrypter::ITER
(#10) Missing docblock for function encrypt
(#11) Opening brace should be on the same line as the declaration
(#15) Whitespace found at end of line
(#28) Missing docblock for function decrypt
(#29) Opening brace should be on the same line as the declaration
(#31) Whitespace found at end of line
(#58) Missing docblock for function base64UrlEncode
(#58) Public method name "Encrypter::base64UrlEncode" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#63) Missing docblock for function base64UrlDecode
(#63) Public method name "Encrypter::base64UrlDecode" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#67) Whitespace found at end of line
(#70) Usage of ELSEIF not allowed; use ELSE IF instead
(#73) Whitespace found at end of line
(#77) Missing docblock for function deriveKey
(#77) Private method name "Encrypter::deriveKey" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#80) Variable "keySize" must be all lower-case
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Variable "keySize" must be all lower-case
(#97) Variable "keySize" must be all lower-case
(#100) Missing docblock for function randomBytes
(#100) Private method name "Encrypter::randomBytes" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
(#106) Missing docblock for function createSelfGeneratedTempTokenV3getTempAPIKeyV2
(#106) function name "createSelfGeneratedTempTokenV3getTempAPIKeyV2" must be lower-case letters only
(#107) Variable "parent_token" must not contain underscores.
(#107) Whitespace found at end of line
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Whitespace found at end of line
(#110) Whitespace found at end of line
(#111) Whitespace found at end of line
(#113) Whitespace found at end of line
(#116) Variable "parent_token" must not contain underscores.
(#120) Variable "parent_token" must not contain underscores.
(#122) Variable "last4_parent_token" must not contain underscores.
(#122) Variable "parent_token" must not contain underscores.
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) Whitespace found at end of line
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Whitespace found at end of line
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Whitespace found at end of line
(#167) Variable "parent_token" must not contain underscores.
(#169) Variable "last4_parent_token" must not contain underscores.
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) Missing docblock for function parseTempToken
(#173) function name "parseTempToken" must be lower-case letters only
(#173) Variable "parent_token" must not contain underscores.
(#178) Whitespace found at end of line
(#180) Variable "parent_token" must not contain underscores.
(#184) There should be a comma after the last array item in a multi-line array.
(#191) Expected 1 newline at end of file; 0 found
public/mod/assign/submission/cincopa/lang/en/assignsubmission_cincopa.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Moodle boilerplate not found at first line
(#4) Line 2 of the opening comment must start "//".
(#9) Line 7 of the opening comment must start "//".
(#14) Line 12 of the opening comment must start "//".
(#26) Unexpected string end, it should be a line feed after a semicolon
(#27) Unexpected string end, it should be a line feed after a semicolon
(#28) Unexpected string end, it should be a line feed after a semicolon
(#29) Unexpected string end, it should be a line feed after a semicolon
(#30) Unexpected string end, it should be a line feed after a semicolon
(#31) Unexpected string end, it should be a line feed after a semicolon
(#32) Unexpected string end, it should be a line feed after a semicolon
(#33) Unexpected string end, it should be a line feed after a semicolon
(#34) Unexpected string end, it should be a line feed after a semicolon
(#35) Unexpected string end, it should be a line feed after a semicolon
(#36) Unexpected string end, it should be a line feed after a semicolon
(#38) Unexpected comment found. Auto-fixing will not work after this comment
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Unexpected string end, it should be a line feed after a semicolon
(#40) Unexpected string end, it should be a line feed after a semicolon
(#41) Unexpected string end, it should be a line feed after a semicolon
(#42) Unexpected string end, it should be a line feed after a semicolon
(#43) Unexpected string end, it should be a line feed after a semicolon
(#44) Unexpected string end, it should be a line feed after a semicolon
(#45) Unexpected string end, it should be a line feed after a semicolon
(#46) Unexpected string end, it should be a line feed after a semicolon
(#47) Unexpected string end, it should be a line feed after a semicolon
(#47) Expected 1 newline at end of file; 0 found
public/mod/assign/submission/cincopa/lib.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#39) Missing docblock for function assignsubmission_cincopa_pluginfile
(#47) Short array syntax must be used to define arrays
(#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
(#50) Short array syntax must be used to define arrays
(#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
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Logical operator "and" is prohibited; use "&&" instead
(#68) Logical operator "or" is prohibited; use "||" instead
(#71) Whitespace found at end of line
public/mod/assign/submission/cincopa/locallib.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Moodle boilerplate not found at first line
(#4) Line 2 of the opening comment must start "//".
(#9) Line 7 of the opening comment must start "//".
(#14) Line 12 of the opening comment must start "//".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) "require_once" must be immediately followed by an open parenthesis
(#42) Missing docblock for class assign_submission_cincopa
(#44) Missing member variable doc comment
(#44) Scope modifier not specified for member variable "$uid"
(#44) Visibility must be declared on property "$uid"
(#66) Expected 1 space before opening brace; found 0
(#67) Expected "if (...) {\n"; found "if(...) {\n"
(#67) Expected 1 space after IF keyword; 0 found
(#68) Variable "current_token" must not contain underscores.
(#69) Variable "current_token" must not contain underscores.
(#72) Whitespace found at end of line
(#73) Variable "current_token" must not contain underscores.
(#76) Variable "result_decoded" must not contain underscores.
(#77) Variable "result_decoded" must not contain underscores.
(#78) Variable "result_decoded" must not contain underscores.
(#85) Whitespace found at end of line
(#86) Missing docblock for function get_name
(#87) Opening brace should be on the same line as the declaration
(#94) Docblock tag "@global" is not recommended.
(#95) Docblock tag "@global" is not recommended.
(#100) Opening brace should be on the same line as the declaration
(#104) Missing docblock for function get_cp_course_metadata
(#105) Opening brace should be on the same line as the declaration
(#121) Variable "use_sub_accounts" must not contain underscores.
(#122) Variable "course_metadata" must not contain underscores.
(#123) Variable "has_custom_field_token" must not contain underscores.
(#123) Variable "course_metadata" must not contain underscores.
(#123) Variable "course_metadata" must not contain underscores.
(#126) Variable "has_custom_field_token" must not contain underscores.
(#126) Variable "use_sub_accounts" must not contain underscores.
(#127) Line exceeds 132 characters; contains 142 characters
(#128) Whitespace found at end of line
(#129) Variable "courseToken" must be all lower-case
(#130) Variable "courseToken" must be all lower-case
(#132) Variable "courseToken" must be all lower-case
(#133) Variable "has_custom_field_token" must not contain underscores.
(#135) Variable "course_metadata" must not contain underscores.
(#137) Blank line found at end of control structure
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Line exceeds maximum limit of 180 characters; contains 210 characters
(#141) Line exceeds 132 characters; contains 154 characters
(#142) Whitespace found at end of line
(#143) Variable "auto_token_details" must not contain underscores.
(#145) Variable "auto_token_details" must not contain underscores.
(#147) Variable "auto_token_details" must not contain underscores.
(#148) Variable "auto_token_details" must not contain underscores.
(#149) Line exceeds 132 characters; contains 165 characters
(#150) Variable "auto_token_details" must not contain underscores.
(#151) Variable "auto_token_details" must not contain underscores.
(#152) Blank line found at end of control structure
(#154) Variable "error_string" must not contain underscores.
(#154) Variable "auto_token_details" must not contain underscores.
(#154) Variable "auto_token_details" must not contain underscores.
(#154) Line exceeds 132 characters; contains 144 characters
(#155) Variable "error_string" must not contain underscores.
(#160) Line exceeds 132 characters; contains 138 characters
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Variable "courseAssetTypes" must be all lower-case
(#176) Variable "courseAssetTypes" must be all lower-case
(#178) Variable "courseAssetTypes" must be all lower-case
(#179) Variable "course_metadata" must not contain underscores.
(#181) Variable "course_metadata" must not contain underscores.
(#183) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#197) Line exceeds 132 characters; contains 136 characters
(#202) Whitespace found at end of line
(#203) Variable "target_account_name" must not contain underscores.
(#204) Whitespace found at end of line
(#205) Variable "main_api_token" must not contain underscores.
(#206) Variable "main_api_token" must not contain underscores.
(#207) Variable "target_account_name" must not contain underscores.
(#207) Variable "target_account_name" must not contain underscores.
(#207) Line exceeds 132 characters; contains 162 characters
(#210) Variable "url_list_sub" must not contain underscores.
(#210) Variable "main_api_token" must not contain underscores.
(#211) Variable "response_list_sub" must not contain underscores.
(#211) Variable "url_list_sub" must not contain underscores.
(#212) Variable "sub_account_uid" must not contain underscores.
(#214) Variable "response_list_sub" must not contain underscores.
(#215) Variable "data_list_sub" must not contain underscores.
(#215) Variable "response_list_sub" must not contain underscores.
(#216) Variable "data_list_sub" must not contain underscores.
(#217) Variable "data_list_sub" must not contain underscores.
(#217) Variable "sub_account" must not contain underscores.
(#218) Variable "sub_account" must not contain underscores.
(#218) Variable "sub_account" must not contain underscores.
(#218) Variable "target_account_name" must not contain underscores.
(#219) Variable "sub_account_uid" must not contain underscores.
(#219) Variable "sub_account" must not contain underscores.
(#225) Whitespace found at end of line
(#226) Variable "sub_account_uid" must not contain underscores.
(#227) Variable "url_create_sub" must not contain underscores.
(#227) Variable "main_api_token" must not contain underscores.
(#227) Variable "target_account_name" must not contain underscores.
(#227) Line exceeds 132 characters; contains 154 characters
(#228) Variable "response_create_sub" must not contain underscores.
(#228) Variable "url_create_sub" must not contain underscores.
(#230) Variable "response_create_sub" must not contain underscores.
(#231) Variable "data_create_sub" must not contain underscores.
(#231) Variable "response_create_sub" must not contain underscores.
(#232) Variable "data_create_sub" must not contain underscores.
(#232) Variable "data_create_sub" must not contain underscores.
(#232) Variable "data_create_sub" must not contain underscores.
(#232) Line exceeds 132 characters; contains 139 characters
(#233) Variable "sub_account_uid" must not contain underscores.
(#233) Variable "data_create_sub" must not contain underscores.
(#234) Variable "data_create_sub" must not contain underscores.
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Variable "target_account_name" must not contain underscores.
(#236) Variable "data_create_sub" must not contain underscores.
(#236) Line exceeds maximum limit of 180 characters; contains 187 characters
(#240) Variable "sub_account_uid" must not contain underscores.
(#241) Variable "target_account_name" must not contain underscores.
(#241) Variable "target_account_name" must not contain underscores.
(#241) Line exceeds 132 characters; contains 167 characters
(#245) Variable "url_list_tokens" must not contain underscores.
(#245) Variable "main_api_token" must not contain underscores.
(#245) Variable "sub_account_uid" must not contain underscores.
(#245) Line exceeds 132 characters; contains 138 characters
(#246) Variable "response_list_tokens" must not contain underscores.
(#246) Variable "url_list_tokens" must not contain underscores.
(#247) Variable "final_token" must not contain underscores.
(#249) Variable "response_list_tokens" must not contain underscores.
(#250) Variable "data_list_tokens" must not contain underscores.
(#250) Variable "response_list_tokens" must not contain underscores.
(#251) Variable "data_list_tokens" must not contain underscores.
(#252) Variable "data_list_tokens" must not contain underscores.
(#254) Expected "if (...) {\n"; found "if (...){\n"
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#258) Inline comments must start with a capital letter, digit or 3-dots sequence
(#258) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) Inline comments must start with a capital letter, digit or 3-dots sequence
(#263) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) Inline comments must start with a capital letter, digit or 3-dots sequence
(#273) Expected 1 space after closing parenthesis; found 0
(#274) Variable "final_token" must not contain underscores.
(#281) Variable "final_token" must not contain underscores.
(#282) Variable "url_create_token" must not contain underscores.
(#282) Variable "main_api_token" must not contain underscores.
(#283) Variable "sub_account_uid" must not contain underscores.
(#283) Line exceeds 132 characters; contains 140 characters
(#284) Variable "response_create_token" must not contain underscores.
(#284) Variable "url_create_token" must not contain underscores.
(#285) Variable "response_create_token" must not contain underscores.
(#286) Variable "data_create_token" must not contain underscores.
(#286) Variable "response_create_token" must not contain underscores.
(#287) Variable "data_create_token" must not contain underscores.
(#287) Variable "data_create_token" must not contain underscores.
(#287) Variable "data_create_token" must not contain underscores.
(#287) Line exceeds 132 characters; contains 135 characters
(#288) Variable "final_token" must not contain underscores.
(#288) Variable "data_create_token" must not contain underscores.
(#292) Whitespace found at end of line
(#293) Variable "final_token" must not contain underscores.
(#294) Variable "final_token" must not contain underscores.
(#294) Variable "target_account_name" must not contain underscores.
(#294) Line exceeds 132 characters; contains 136 characters
(#296) Variable "target_account_name" must not contain underscores.
(#296) Variable "target_account_name" must not contain underscores.
(#296) Line exceeds 132 characters; contains 162 characters
(#304) Whitespace found at end of line
(#307) Opening brace should be on the same line as the declaration
(#312) Expected 1 space after closing brace; newline found
(#314) Expected "} else if (...) {\n"; found "}\n // The sub-account fields are present.\n else if (...) {\n"
(#315) Variable "token_mode" must not contain underscores.
(#316) Variable "token_mode" must not contain underscores.
(#318) Variable "token_mode" must not contain underscores.
(#322) Inline comments must start with a capital letter, digit or 3-dots sequence
(#322) Inline comments must end in full-stops, exclamation marks, or question marks
(#328) Whitespace found at end of line
(#345) Opening brace should be on the same line as the declaration
(#355) Whitespace found at end of line
(#357) Line exceeds 132 characters; contains 139 characters
(#359) Variable "defaultView" must be all lower-case
(#361) Expected "if (...) {\n"; found "if(...) {\n"
(#361) Expected 1 space after IF keyword; 0 found
(#362) Variable "allowedAssets" must be all lower-case
(#364) Variable "allowedAssets" must be all lower-case
(#366) Expected "if (...) {\n"; found "if(...) {\n"
(#366) Expected 1 space after IF keyword; 0 found
(#367) Variable "allowedExtensions" must be all lower-case
(#369) Variable "allowedExtensions" must be all lower-case
(#371) Variable "defaultView" must be all lower-case
(#371) Variable "allowedAssets" must be all lower-case
(#371) Expected at least 1 space before "."; 0 found
(#371) Expected at least 1 space after "."; 0 found
(#371) Variable "allowedExtensions" must be all lower-case
(#371) Expected at least 1 space before "."; 0 found
(#371) Expected at least 1 space after "."; 0 found
(#371) Line exceeds maximum limit of 180 characters; contains 383 characters
(#385) Opening brace should be on the same line as the declaration
(#394) Whitespace found at end of line
(#401) Opening brace should be on the same line as the declaration
(#401) Whitespace found at end of line
(#405) Whitespace found at end of line
(#410) Line indented incorrectly; expected 8 spaces, found 28
(#410) Closing brace indented incorrectly; expected 8 spaces, found 28
(#412) Closing brace indented incorrectly; expected 28 spaces, found 8
(#422) Opening brace should be on the same line as the declaration
(#426) Variable "enabled_recording" must not contain underscores.
(#427) Whitespace found at end of line
(#428) Inline comments must start with a capital letter, digit or 3-dots sequence
(#436) Whitespace found at end of line within string
(#437) Whitespace found at end of line within string
(#438) Whitespace found at end of line within string
(#439) Whitespace found at end of line within string
(#440) Expected at least 1 space before "."; 0 found
(#440) Expected at least 1 space after "."; 0 found
(#440) Variable "enabled_recording" must not contain underscores.
(#440) Expected at least 1 space before "."; 0 found
(#440) Expected at least 1 space after "."; 0 found
(#440) Whitespace found at end of line within string
(#441) Expected at least 1 space before "."; 0 found
(#441) Expected at least 1 space after "."; 0 found
(#441) Expected at least 1 space before "."; 0 found
(#441) Expected at least 1 space after "."; 0 found
(#441) Expected at least 1 space before "."; 0 found
(#441) Expected at least 1 space after "."; 0 found
(#441) Line exceeds 132 characters; contains 134 characters
(#441) Whitespace found at end of line within string
(#442) Whitespace found at end of line within string
(#443) Expected at least 1 space before "."; 0 found
(#443) Expected at least 1 space after "."; 0 found
(#443) Expected at least 1 space before "."; 0 found
(#443) Expected at least 1 space after "."; 0 found
(#443) Expected at least 1 space before "."; 0 found
(#443) Expected at least 1 space after "."; 0 found
(#443) Expected at least 1 space before "."; 0 found
(#443) Expected at least 1 space after "."; 0 found
(#443) Whitespace found at end of line within string
(#444) Whitespace found at end of line within string
(#445) Whitespace found at end of line within string
(#446) Whitespace found at end of line within string
(#447) Whitespace found at end of line within string
(#448) Whitespace found at end of line within string
(#449) Whitespace found at end of line within string
(#450) Whitespace found at end of line within string
(#451) Whitespace found at end of line within string
(#452) Whitespace found at end of line within string
(#453) Whitespace found at end of line within string
(#454) Whitespace found at end of line within string
(#455) Whitespace found at end of line within string
(#456) Whitespace found at end of line within string
(#457) Whitespace found at end of line within string
(#458) Whitespace found at end of line within string
(#459) Line exceeds 132 characters; contains 179 characters
(#459) Whitespace found at end of line within string
(#460) Whitespace found at end of line within string
(#461) Whitespace found at end of line within string
(#462) Whitespace found at end of line within string
(#463) Whitespace found at end of line within string
(#464) Whitespace found at end of line within string
(#465) Whitespace found at end of line within string
(#466) Whitespace found at end of line within string
(#467) Whitespace found at end of line within string
(#468) Whitespace found at end of line within string
(#469) Whitespace found at end of line within string
(#470) Whitespace found at end of line within string
(#471) Whitespace found at end of line within string
(#472) Whitespace found at end of line within string
(#473) Whitespace found at end of line within string
(#474) Whitespace found at end of line within string
(#475) Whitespace found at end of line within string
(#476) Whitespace found at end of line within string
(#477) Whitespace found at end of line within string
(#478) Whitespace found at end of line within string
(#479) Whitespace found at end of line within string
(#480) Whitespace found at end of line within string
(#481) Whitespace found at end of line within string
(#482) Whitespace found at end of line within string
(#483) Whitespace found at end of line within string
(#484) Whitespace found at end of line within string
(#485) Line exceeds 132 characters; contains 150 characters
(#485) Whitespace found at end of line within string
(#486) Whitespace found at end of line within string
(#487) Whitespace found at end of line within string
(#488) Whitespace found at end of line within string
(#489) Whitespace found at end of line within string
(#490) Whitespace found at end of line within string
(#491) Whitespace found at end of line within string
(#492) Whitespace found at end of line within string
(#493) Whitespace found at end of line within string
(#494) Line exceeds 132 characters; contains 137 characters
(#494) Whitespace found at end of line within string
(#495) Whitespace found at end of line within string
(#496) Whitespace found at end of line within string
(#497) Whitespace found at end of line within string
(#498) Whitespace found at end of line within string
(#499) Whitespace found at end of line within string
(#500) Whitespace found at end of line within string
(#501) Whitespace found at end of line within string
(#502) Whitespace found at end of line within string
(#503) Whitespace found at end of line within string
(#504) Whitespace found at end of line within string
(#505) Whitespace found at end of line within string
(#506) Whitespace found at end of line within string
(#507) Whitespace found at end of line within string
(#508) Whitespace found at end of line within string
(#509) Whitespace found at end of line within string
(#510) Whitespace found at end of line within string
(#511) Whitespace found at end of line within string
(#512) Whitespace found at end of line within string
(#513) Whitespace found at end of line within string
(#514) Whitespace found at end of line within string
(#515) Whitespace found at end of line within string
(#516) Whitespace found at end of line within string
(#517) Whitespace found at end of line within string
(#518) Whitespace found at end of line within string
(#519) Whitespace found at end of line within string
(#520) Whitespace found at end of line within string
(#521) Line exceeds maximum limit of 180 characters; contains 190 characters
(#521) Whitespace found at end of line within string
(#522) Whitespace found at end of line within string
(#523) Whitespace found at end of line within string
(#524) Line exceeds 132 characters; contains 144 characters
(#524) Whitespace found at end of line within string
(#525) Whitespace found at end of line within string
(#526) Whitespace found at end of line within string
(#527) Whitespace found at end of line within string
(#528) Whitespace found at end of line within string
(#529) Whitespace found at end of line within string
(#530) Whitespace found at end of line within string
(#531) Whitespace found at end of line within string
(#532) Whitespace found at end of line within string
(#533) Line exceeds 132 characters; contains 157 characters
(#533) Whitespace found at end of line within string
(#534) Whitespace found at end of line within string
(#535) Line exceeds maximum limit of 180 characters; contains 304 characters
(#535) Whitespace found at end of line within string
(#536) Whitespace found at end of line within string
(#537) Whitespace found at end of line within string
(#538) Whitespace found at end of line within string
(#539) Whitespace found at end of line within string
(#540) Whitespace found at end of line within string
(#541) Whitespace found at end of line within string
(#542) Whitespace found at end of line within string
(#543) Whitespace found at end of line within string
(#544) Whitespace found at end of line within string
(#545) Whitespace found at end of line within string
(#546) Whitespace found at end of line within string
(#547) Whitespace found at end of line within string
(#548) Line exceeds 132 characters; contains 174 characters
(#548) Whitespace found at end of line within string
(#549) Whitespace found at end of line within string
(#550) Whitespace found at end of line within string
(#551) Whitespace found at end of line within string
(#552) Whitespace found at end of line within string
(#553) Whitespace found at end of line within string
(#554) Whitespace found at end of line within string
(#555) Whitespace found at end of line within string
(#556) Whitespace found at end of line within string
(#557) Whitespace found at end of line within string
(#558) Whitespace found at end of line within string
(#559) Whitespace found at end of line within string
(#560) Whitespace found at end of line within string
(#561) Line exceeds 132 characters; contains 136 characters
(#561) Whitespace found at end of line within string
(#562) Whitespace found at end of line within string
(#563) Whitespace found at end of line within string
(#564) Line exceeds maximum limit of 180 characters; contains 232 characters
(#564) Whitespace found at end of line within string
(#565) Whitespace found at end of line within string
(#566) Whitespace found at end of line within string
(#567) Whitespace found at end of line within string
(#568) Whitespace found at end of line within string
(#569) Whitespace found at end of line within string
(#570) Whitespace found at end of line within string
(#571) Whitespace found at end of line within string
(#572) Expected at least 1 space before "."; 0 found
(#572) Expected at least 1 space after "."; 0 found
(#572) Expected at least 1 space before "."; 0 found
(#572) Expected at least 1 space after "."; 0 found
(#572) Expected at least 1 space before "."; 0 found
(#572) Expected at least 1 space after "."; 0 found
(#572) Expected at least 1 space before "."; 0 found
(#572) Expected at least 1 space after "."; 0 found
(#572) Line exceeds maximum limit of 180 characters; contains 228 characters
(#572) Whitespace found at end of line within string
(#573) Whitespace found at end of line within string
(#574) Whitespace found at end of line within string
(#575) Whitespace found at end of line within string
(#576) Whitespace found at end of line within string
(#577) Whitespace found at end of line within string
(#578) Line exceeds 132 characters; contains 179 characters
(#578) Whitespace found at end of line within string
(#579) Whitespace found at end of line within string
(#580) Whitespace found at end of line within string
(#581) Whitespace found at end of line within string
(#582) Whitespace found at end of line within string
(#583) Whitespace found at end of line within string
(#584) Expected at least 1 space before "."; 0 found
(#584) Expected at least 1 space after "."; 0 found
(#584) Expected at least 1 space before "."; 0 found
(#584) Expected at least 1 space after "."; 0 found
(#584) Expected at least 1 space before "."; 0 found
(#584) Expected at least 1 space after "."; 0 found
(#584) Expected at least 1 space before "."; 0 found
(#584) Expected at least 1 space after "."; 0 found
(#584) Line exceeds maximum limit of 180 characters; contains 224 characters
(#584) Whitespace found at end of line within string
(#585) Whitespace found at end of line within string
(#586) Whitespace found at end of line within string
(#587) Whitespace found at end of line within string
(#588) Whitespace found at end of line within string
(#589) Line exceeds 132 characters; contains 157 characters
(#589) Whitespace found at end of line within string
(#590) Whitespace found at end of line within string
(#591) Whitespace found at end of line within string
(#592) Whitespace found at end of line within string
(#593) Whitespace found at end of line within string
(#594) Whitespace found at end of line within string
(#595) Whitespace found at end of line within string
(#596) Whitespace found at end of line within string
(#597) Whitespace found at end of line within string
(#598) Whitespace found at end of line within string
(#599) Whitespace found at end of line within string
(#600) Whitespace found at end of line within string
(#601) Whitespace found at end of line within string
(#602) Whitespace found at end of line within string
(#603) Whitespace found at end of line within string
(#604) Whitespace found at end of line within string
(#605) Whitespace found at end of line within string
(#619) Opening brace should be on the same line as the declaration
(#622) Expected 1 newline at end of file; 0 found
public/mod/assign/submission/cincopa/settings.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Opening parenthesis of a multi-line function call must be the last content on the line
(#29) Multi-line function call not indented correctly; expected 8 spaces but found 23
(#30) Multi-line function call not indented correctly; expected 4 spaces but found 23
(#30) Only one argument is allowed per line in a multi-line function call
(#30) Closing parenthesis of a multi-line function call must be on a line by itself
(#31) Opening parenthesis of a multi-line function call must be the last content on the line
(#32) Multi-line function call not indented correctly; expected 8 spaces but found 23
(#33) Multi-line function call not indented correctly; expected 4 spaces but found 23
(#33) Only one argument is allowed per line in a multi-line function call
(#33) Only one argument is allowed per line in a multi-line function call
(#33) Closing parenthesis of a multi-line function call must be on a line by itself
(#34) Opening parenthesis of a multi-line function call must be the last content on the line
(#35) Multi-line function call not indented correctly; expected 8 spaces but found 23
(#36) Multi-line function call not indented correctly; expected 4 spaces but found 23
(#36) Only one argument is allowed per line in a multi-line function call
(#36) Only one argument is allowed per line in a multi-line function call
(#36) Closing parenthesis of a multi-line function call must be on a line by itself
(#39) Opening parenthesis of a multi-line function call must be the last content on the line
(#40) Multi-line function call not indented correctly; expected 8 spaces but found 23
(#41) Multi-line function call not indented correctly; expected 4 spaces but found 23
(#41) Only one argument is allowed per line in a multi-line function call
(#41) Closing parenthesis of a multi-line function call must be on a line by itself
(#43) Short array syntax must be used to define arrays
(#43) Expected 0 spaces before closing parenthesis; 1 found
(#43) Line exceeds maximum limit of 180 characters; contains 264 characters
(#46) Opening parenthesis of a multi-line function call must be the last content on the line
(#47) Multi-line function call not indented correctly; expected 8 spaces but found 23
(#48) Multi-line function call not indented correctly; expected 4 spaces but found 23
(#48) Only one argument is allowed per line in a multi-line function call
(#48) Closing parenthesis of a multi-line function call must be on a line by itself
(#49) Expected 1 newline at end of file; 0 found
public/mod/assign/submission/cincopa/version.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#27) Spaces must be used for alignment; tabs are not allowed
(#28) Spaces must be used for alignment; tabs are not allowed
(#29) Spaces must be used for alignment; tabs are not allowed

Javascript coding style problems

(0 errors, 0 warnings)

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


CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(6 errors, 0 warnings)

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

public/mod/assign/submission/cincopa/locallib.php
(#396) Phpdocs for function assign_submission_cincopa::view_summary has incomplete parameters list
(#418) Phpdocs for function assign_submission_cincopa::view has incomplete parameters list
(#615) Phpdocs for function assign_submission_cincopa::is_empty has incomplete parameters list
(#396) Invalid inline phpdocs tag @param found
(#418) Invalid inline phpdocs tag @param found
(#615) Invalid inline phpdocs tag @param found

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

(0 errors, 0 warnings)

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


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 9 warnings)

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

public/mod/assign/submission/cincopa/templates/mobile_view_page.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 3: Attribute “*ngif” is not serializable as XML 1.0. (d><body><div style="height: auto !important" id="mainDiv" *ngIf="!edit"> <)
(#1) HTML Validation error, line 3: Attribute “*ngif” not allowed on element “div” at this point. (d><body><div style="height: auto !important" id="mainDiv" *ngIf="!edit"> <)
(#1) HTML Validation info, line 4: Attribute “*ngif” is not serializable as XML 1.0. (dit"> <div style="height: auto !important;" *ngIf="currentToken"> )
(#1) HTML Validation error, line 4: Attribute “*ngif” not allowed on element “div” at this point. (dit"> <div style="height: auto !important;" *ngIf="currentToken"> )
(#1) HTML Validation info, line 5: Attribute “*ngif” is not serializable as XML 1.0. (> <div style="height: auto !important; width: 100%" *ngIf="hasAssignmentSubmitted"> )
(#1) HTML Validation error, line 5: Attribute “*ngif” not allowed on element “div” at this point. (> <div style="height: auto !important; width: 100%" *ngIf="hasAssignmentSubmitted"> )
(#1) HTML Validation info, line 9: Attribute “*ngif” is not serializable as XML 1.0. (/div> <div style="height: auto !important;" *ngIf="!currentToken"> )
(#1) HTML Validation error, line 9: Attribute “*ngif” not allowed on element “div” at this point. (/div> <div style="height: auto !important;" *ngIf="!currentToken"> )
(#1) HTML Validation info, line 10: Attribute “*ngif” is not serializable as XML 1.0. (> <div style="height: auto !important; width: 100%" *ngIf="hasAssignmentSubmitted"> )
(#1) HTML Validation error, line 10: Attribute “*ngif” not allowed on element “div” at this point. (> <div style="height: auto !important; width: 100%" *ngIf="hasAssignmentSubmitted"> )
(#1) HTML Validation info, line 15: Attribute “*ngif” is not serializable as XML 1.0. (v></div><div style="height: 400px" *ngIf="edit"> <)
(#1) HTML Validation error, line 15: Attribute “*ngif” not allowed on element “div” at this point. (v></div><div style="height: 400px" *ngIf="edit"> <)
(#1) HTML Validation info, line 16: Attribute “*ngif” is not serializable as XML 1.0. (dit"> <div *ngIf="currentToken" style="height: 400px; width: 92%"> )
(#1) HTML Validation error, line 16: Attribute “*ngif” not allowed on element “div” at this point. (dit"> <div *ngIf="currentToken" style="height: 400px; width: 92%"> )
(#1) HTML Validation info, line 19: Attribute “*ngif” is not serializable as XML 1.0. (/div> <div *ngIf="!currentToken" style="height: 400px; width: 92%"> )
(#1) HTML Validation error, line 19: Attribute “*ngif” not allowed on element “div” at this point. (/div> <div *ngIf="!currentToken" style="height: 400px; width: 92%"> )

Gherkin .feature problems

(0 errors, 0 warnings)

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