Prechecker results: error


PHP lint problems

(1 errors, 0 warnings)

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

grade/grading/form/erubric/lang/el/gradingform_erubric.php
BOM character found

PHP coding style problems

(734 errors, 294 warnings)

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

grade/grading/form/erubric/backup/moodle2/backup_gradingform_erubric_plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#56) Line exceeds 132 characters; contains 146 characters
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Line exceeds 132 characters; contains 143 characters
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
grade/grading/form/erubric/backup/moodle2/restore_gradingform_erubric_plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#31) Whitespace found at end of line
grade/grading/form/erubric/edit.php
(#49) Inline control structures are not allowed
(#51) Line exceeds maximum limit of 180 characters; contains 230 characters
grade/grading/form/erubric/edit_form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#31) Line exceeds 132 characters; contains 150 characters
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Expected 1 space before "=>"; 0 found
(#55) Expected 1 space after "=>"; 0 found
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Line exceeds 132 characters; contains 173 characters
(#67) Line exceeds 132 characters; contains 173 characters
(#78) Line exceeds 132 characters; contains 134 characters
(#187) This comment is 67% valid code; is this commented out code?
(#211) Protected method name "gradingform_erubric_editrubric::findButton" must be in lower-case letters only
grade/grading/form/erubric/erubriceditor.php
(#55) Line exceeds 132 characters; contains 138 characters
(#65) method name "MoodleQuickForm_erubriceditor::MoodleQuickForm_erubriceditor" must be in lower-case letters only
(#65) PHP4 style constructors are not allowed; use "__construct()" instead
(#65) Visibility must be declared on method "MoodleQuickForm_erubriceditor"
(#65) Variable "elementName" must be all lower-case
(#65) Variable "elementLabel" must be all lower-case
(#66) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#66) Variable "elementName" must be all lower-case
(#66) Variable "elementLabel" must be all lower-case
(#76) Public method name "MoodleQuickForm_erubriceditor::setHelpButton" must be in lower-case letters only
(#76) Expected 1 space after closing parenthesis; found 0
(#86) Public method name "MoodleQuickForm_erubriceditor::getHelpButton" must be in lower-case letters only
(#95) Public method name "MoodleQuickForm_erubriceditor::getElementTemplateType" must be in lower-case letters only
(#115) Public method name "MoodleQuickForm_erubriceditor::toHtml" must be in lower-case letters only
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#126) Line exceeds 132 characters; contains 154 characters
(#127) Line exceeds 132 characters; contains 138 characters
(#128) Line exceeds 132 characters; contains 149 characters
(#129) Line exceeds 132 characters; contains 151 characters
(#130) Line exceeds 132 characters; contains 145 characters
(#131) Line exceeds 132 characters; contains 153 characters
(#132) Line exceeds 132 characters; contains 158 characters
(#133) Line exceeds 132 characters; contains 142 characters
(#134) Line exceeds 132 characters; contains 156 characters
(#135) Line exceeds 132 characters; contains 164 characters
(#136) Line exceeds 132 characters; contains 165 characters
(#137) Line exceeds 132 characters; contains 165 characters
(#143) Line exceeds 132 characters; contains 133 characters
(#248) Expected 1 space before "="; 0 found
(#248) Expected 1 space after "="; 0 found
(#248) Expected 1 space before "<"; 0 found
(#248) Expected 1 space after "<"; 0 found
(#249) Expected 1 space before "-"; 0 found
(#249) Expected 1 space after "-"; 0 found
(#259) Line exceeds 132 characters; contains 138 characters
(#264) Inline doc block comments are not allowed; use "// Comment." instead
(#275) Inline comments must start with a capital letter, digit or 3-dots sequence
(#275) No space found before comment text; expected "// ****CHECK FOR RULE NO.1****//" but found "//****CHECK FOR RULE NO.1****//"
(#280) Expected "if (...) {\n"; found "if (...){\n"
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) Expected 1 space before "=>"; 0 found
(#287) Expected 1 space after "=>"; 0 found
(#288) Expected 1 space before "=>"; 0 found
(#288) Expected 1 space after "=>"; 0 found
(#289) Expected 1 space before "=>"; 0 found
(#289) Expected 1 space after "=>"; 0 found
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#296) Inline comments must end in full-stops, exclamation marks, or question marks
(#296) No space found before comment text; expected "// ****CHECK FOR RULE NO.2****//" but found "//****CHECK FOR RULE NO.2****//"
(#297) Expected "if (...) {\n"; found "if (...){\n"
(#302) Expected "if (...) {\n"; found "if (...){\n"
(#302) Line exceeds 132 characters; contains 147 characters
(#303) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#303) Expected 1 space before "=>"; 0 found
(#303) Expected 1 space after "=>"; 0 found
(#303) Expected 1 space before "=>"; 0 found
(#303) Expected 1 space after "=>"; 0 found
(#310) Expected "if (...) {\n"; found "if (...){\n"
(#310) Expected 1 space before "!="; 0 found
(#310) Expected 1 space after "!="; 0 found
(#316) Expected "if (...) {\n"; found "if (...){\n"
(#316) Expected 1 space before "=="; 0 found
(#316) Expected 1 space after "=="; 0 found
(#317) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#317) Expected 1 space before "=>"; 0 found
(#317) Expected 1 space after "=>"; 0 found
(#317) Expected 1 space before "=>"; 0 found
(#317) Expected 1 space after "=>"; 0 found
(#318) Expected 1 space before "=="; 0 found
(#318) Expected 1 space after "=="; 0 found
(#327) Expected "if (...) {\n"; found "if(...){\n"
(#330) Expected "if (...) {\n"; found "if (...){\n"
(#330) Line exceeds 132 characters; contains 137 characters
(#331) Expected 1 space before "=>"; 0 found
(#331) Expected 1 space after "=>"; 0 found
(#335) Line indented incorrectly; expected at least 32 spaces, found 28
(#336) Expected "} else {\n"; found "}else{\n"
(#338) Expected "if (...) {\n"; found "if (...){\n"
(#338) Line exceeds 132 characters; contains 155 characters
(#340) Line indented incorrectly; expected at least 36 spaces, found 32
(#341) Expected "} else {\n"; found "}else{\n"
(#342) Expected 1 space before "=>"; 0 found
(#342) Expected 1 space after "=>"; 0 found
(#342) Line exceeds 132 characters; contains 135 characters
(#348) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#348) Expected 1 space before "=>"; 0 found
(#348) Expected 1 space after "=>"; 0 found
(#348) Expected 1 space before "=>"; 0 found
(#348) Expected 1 space after "=>"; 0 found
(#355) Inline comments must end in full-stops, exclamation marks, or question marks
(#355) No space found before comment text; expected "// ****CHECK FOR RULE NO.3.a****//" but found "//****CHECK FOR RULE NO.3.a****//"
(#356) Expected "if (...) {\n"; found "if (...){\n"
(#356) Expected 1 space before "=="; 0 found
(#363) Line indented incorrectly; expected at least 32 spaces, found 28
(#364) Inline comments must end in full-stops, exclamation marks, or question marks
(#364) Line indented incorrectly; expected at least 32 spaces, found 28
(#364) No space found before comment text; expected "// ****CHECK FOR RULE NO.3.b****//" but found "//****CHECK FOR RULE NO.3.b****//"
(#365) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#365) Expected "if (...) {\n"; found "if (...){\n"
(#365) Line exceeds 132 characters; contains 142 characters
(#366) Line exceeds 132 characters; contains 137 characters
(#367) Line exceeds 132 characters; contains 135 characters
(#372) Expected "} else {\n"; found "}else{ // Currently submited data.\n"
(#378) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#382) Expected "if (...) {\n"; found "if (...){\n"
(#382) Expected 1 space before "=="; 0 found
(#382) Expected 1 space after "=="; 0 found
(#388) Expected "} else {\n"; found "}else{\n"
(#396) Expected "} else {\n"; found "}else{ // Even if the criterion type is not selected, handle the course modules.\n"
(#398) Inline comments must end in full-stops, exclamation marks, or question marks
(#399) Expected "if (...) {\n"; found "if (...){\n"
(#400) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#400) Expected 1 space before "=>"; 0 found
(#400) Expected 1 space after "=>"; 0 found
(#400) Expected 1 space before "=>"; 0 found
(#400) Expected 1 space after "=>"; 0 found
(#402) Inline comments must start with a capital letter, digit or 3-dots sequence
(#402) Inline comments must end in full-stops, exclamation marks, or question marks
(#402) No space found before comment text; expected "// don't need them any more" but found "//don't need them any more"
(#405) Line indented incorrectly; expected at least 28 spaces, found 24
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) Line indented incorrectly; expected at least 28 spaces, found 24
(#407) Expected "} else {\n"; found "}else{\n"
(#408) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#408) Expected 1 space before "=>"; 0 found
(#408) Expected 1 space after "=>"; 0 found
(#408) Expected 1 space before "=>"; 0 found
(#408) Expected 1 space after "=>"; 0 found
(#411) Expected "if (...) {\n"; found "if (...){\n"
(#421) Expected "if (...) {\n"; found "if (...){\n"
(#431) Inline comments must end in full-stops, exclamation marks, or question marks
(#431) This comment is 66% valid code; is this commented out code?
(#437) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#437) Expected 1 space before "=>"; 0 found
(#437) Expected 1 space after "=>"; 0 found
(#437) Expected 1 space before "=>"; 0 found
(#437) Expected 1 space after "=>"; 0 found
(#438) Expected "if (...) {\n"; found "if (...){\n"
(#438) Expected 1 space before "=="; 0 found
(#438) Expected 1 space after "=="; 0 found
(#444) Expected "if (...) {\n"; found "if (...){\n"
(#444) Expected 1 space before "=="; 0 found
(#444) Expected 1 space after "=="; 0 found
(#483) Expected "if (...) {\n"; found "if (...){\n"
(#489) Line indented incorrectly; expected at least 36 spaces, found 32
(#490) Expected "} else if (...) {\n"; found "}else if (...) { // Remove check for decimals. We only want integers -- && !preg_match('#^[\+]?\d*[\.,]\d+$#', trim($level['enrichedvalue'])) --\n"
(#490) Inline comments must end in full-stops, exclamation marks, or question marks
(#490) Line exceeds maximum limit of 180 characters; contains 231 characters
(#510) Expected 1 space before "<"; 0 found
(#510) Expected 1 space after "<"; 0 found
(#564) Inline control structures are not allowed
(#564) Expected 1 space before ">"; 0 found
(#564) Expected 1 space after ">"; 0 found
(#590) Expected 1 space before "+"; 0 found
(#590) Expected 1 space after "+"; 0 found
(#632) Public method name "MoodleQuickForm_erubriceditor::exportValue" must be in lower-case letters only
(#632) Variable "submitValues" must be all lower-case
(#633) Expected 1 space after "="; 2 found
(#633) Variable "submitValues" must be all lower-case
grade/grading/form/erubric/lang/el/gradingform_erubric.php
(#1) The first thing in a PHP file must be the <?php tag.
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
grade/grading/form/erubric/lang/en/gradingform_erubric.php
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
grade/grading/form/erubric/lib.php
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Expected 1 space before "="; 0 found
(#102) Line exceeds 132 characters; contains 139 characters
(#127) Line exceeds 132 characters; contains 135 characters
(#171) Line exceeds 132 characters; contains 135 characters
(#185) Expected 1 space before "?"; 0 found
(#185) Expected 1 space before ":"; 0 found
(#190) Expected "if (...) {\n"; found "if (...){\n"
(#190) Line exceeds 132 characters; contains 139 characters
(#196) Expected "if (...) {\n"; found "if (...){\n"
(#198) Commas (,) must be followed by white space.
(#199) Commas (,) must be followed by white space.
(#201) Expected "} else {\n"; found "}else{\n"
(#204) Expected "} else {\n"; found "}else{\n"
(#217) Inline control structures are not allowed
(#221) Expected 1 space before "?"; 0 found
(#221) Expected 1 space before ":"; 0 found
(#226) Expected "if (...) {\n"; found "if (...){\n"
(#229) Expected "if (...) {\n"; found "if (...){\n"
(#229) Line exceeds 132 characters; contains 134 characters
(#230) Line exceeds 132 characters; contains 133 characters
(#231) Commas (,) must be followed by white space.
(#232) Commas (,) must be followed by white space.
(#233) Line exceeds 132 characters; contains 141 characters
(#235) Expected "} else {\n"; found "}else{\n"
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#241) Expected 1 space before "!="; 0 found
(#241) Expected 1 space after "!="; 0 found
(#244) Expected "} else {\n"; found "}else{\n"
(#246) Inline control structures are not allowed
(#257) Expected "if (...) {\n"; found "if (...){\n"
(#257) Expected 1 space before ">"; 0 found
(#257) Expected 1 space after ">"; 0 found
(#257) Expected 1 space before "=="; 0 found
(#257) Expected 1 space after "=="; 0 found
(#259) Line indented incorrectly; expected at least 24 spaces, found 20
(#260) Expected "} else {\n"; found "}else{\n"
(#280) Expected 1 space before "<"; 0 found
(#280) Expected 1 space after "<"; 0 found
(#285) Expected 1 space before ">"; 0 found
(#285) Expected 1 space after ">"; 0 found
(#285) Line exceeds 132 characters; contains 144 characters
(#287) Expected "} else {\n"; found "}else{\n"
(#296) Expected 1 space before ">"; 0 found
(#296) Expected 1 space after ">"; 0 found
(#304) Line exceeds 132 characters; contains 134 characters
(#311) Expected "if (...) {\n"; found "if (...){\n"
(#311) Expected 1 space before ">"; 0 found
(#311) Expected 1 space after ">"; 0 found
(#319) Line exceeds 132 characters; contains 144 characters
(#334) Expected "if (...) {\n"; found "if (...){\n"
(#334) Expected 1 space before ">"; 0 found
(#334) Expected 1 space after ">"; 0 found
(#334) Expected 1 space before "=="; 0 found
(#334) Expected 1 space after "=="; 0 found
(#336) Line indented incorrectly; expected at least 28 spaces, found 24
(#337) Expected "} else {\n"; found "}else{\n"
(#396) Line exceeds 132 characters; contains 152 characters
(#397) Line exceeds 132 characters; contains 147 characters
(#399) Line exceeds 132 characters; contains 138 characters
(#421) Line exceeds 132 characters; contains 169 characters
(#426) Expected "if (...) {\n"; found "if (...){\n"
(#451) Line exceeds 132 characters; contains 147 characters
(#504) Line exceeds 132 characters; contains 138 characters
(#649) Expected "if (...) {\n"; found "if (...) {\n"
(#650) Inline comments must start with a capital letter, digit or 3-dots sequence
(#650) Inline comments must end in full-stops, exclamation marks, or question marks
(#682) Line exceeds 132 characters; contains 139 characters
(#703) Line exceeds 132 characters; contains 161 characters
(#707) Line exceeds 132 characters; contains 145 characters
(#734) Inline comments must start with a capital letter, digit or 3-dots sequence
(#734) Inline comments must end in full-stops, exclamation marks, or question marks
(#734) 4 slashes comments are not allowed; use "// Comment." instead
(#791) The use of function sizeof() is forbidden; use count() instead
(#791) Expected 1 space before "-"; 0 found
(#791) Expected 1 space after "-"; 0 found
(#798) Line exceeds 132 characters; contains 139 characters
(#805) Variable "erubric_criteria" must not contain underscores.
(#831) Variable "erubric_criteria" must not contain underscores.
(#899) Line exceeds 132 characters; contains 135 characters
(#914) The use of function sizeof() is forbidden; use count() instead
(#914) The use of function sizeof() is forbidden; use count() instead
(#914) Line exceeds 132 characters; contains 145 characters
(#963) Expected 1 space before "?"; 0 found
(#963) Expected 1 space before ":"; 0 found
(#963) Line exceeds 132 characters; contains 135 characters
(#966) Expected 1 space before "?"; 0 found
(#966) Expected 1 space before ":"; 0 found
(#966) Line exceeds 132 characters; contains 156 characters
(#969) Expected 1 space before "?"; 0 found
(#969) Expected 1 space before ":"; 0 found
(#969) Line exceeds 132 characters; contains 159 characters
(#974) Line exceeds 132 characters; contains 140 characters
(#976) Expected 1 space before "=="; 0 found
(#976) Expected 1 space after "=="; 0 found
(#976) Expected 1 space before "?"; 0 found
(#976) Expected 1 space before ":"; 0 found
(#977) Expected "} else {\n"; found "}else{\n"
(#1014) The use of function sizeof() is forbidden; use count() instead
(#1021) Expected 1 space before "-"; 0 found
(#1021) Expected 1 space after "-"; 0 found
(#1021) Expected 1 space before "/"; 0 found
(#1021) Expected 1 space after "/"; 0 found
(#1021) Expected 1 space before "-"; 0 found
(#1021) Expected 1 space after "-"; 0 found
(#1021) Expected 1 space before "*"; 0 found
(#1021) Expected 1 space after "*"; 0 found
(#1021) Expected 1 space before "-"; 0 found
(#1021) Expected 1 space after "-"; 0 found
(#1038) Expected 1 space before "=>"; 0 found
(#1038) Expected 1 space after "=>"; 0 found
(#1038) Expected 1 space before "=>"; 0 found
(#1038) Expected 1 space after "=>"; 0 found
(#1039) Line exceeds 132 characters; contains 143 characters
(#1055) Line exceeds 132 characters; contains 149 characters
(#1059) Line exceeds 132 characters; contains 151 characters
(#1071) Inline control structures are not allowed
(#1072) Inline control structures are not allowed
(#1073) Inline control structures are not allowed
(#1073) Line exceeds 132 characters; contains 171 characters
(#1074) Inline control structures are not allowed
(#1074) Line exceeds maximum limit of 180 characters; contains 192 characters
(#1075) Inline control structures are not allowed
(#1075) Line exceeds maximum limit of 180 characters; contains 195 characters
(#1078) Expected 1 space before "!="; 0 found
(#1078) Expected 1 space after "!="; 0 found
(#1079) Expected 1 space before "!="; 0 found
(#1079) Expected 1 space after "!="; 0 found
(#1080) Expected 1 space before "!="; 0 found
(#1080) Expected 1 space after "!="; 0 found
(#1086) Line exceeds 132 characters; contains 151 characters
(#1089) Line exceeds 132 characters; contains 152 characters
(#1091) Line exceeds 132 characters; contains 147 characters
grade/grading/form/erubric/renderer.php
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Line exceeds 132 characters; contains 153 characters
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) No space found before comment text; expected "// ** Array to encapsulate the course resources (Book, File, URL etc.) that can be used for enrichment as 'moduleid->instanceid' => 'instancename'. */" but found "//** Array to encapsulate the course resources (Book, File, URL etc.) that can be used for enrichment as 'moduleid->instanceid' => 'instancename'. */"
(#45) Line exceeds 132 characters; contains 162 characters
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) No space found before comment text; expected "// ** Array to encapsulate the course assignments (moodle 2.2 & 2.3 compatible) that can be used for enrichment as 'moduleid->instanceid' => 'instancename'. */" but found "//** Array to encapsulate the course assignments (moodle 2.2 & 2.3 compatible) that can be used for enrichment as 'moduleid->instanceid' => 'instancename'. */"
(#47) Line exceeds 132 characters; contains 155 characters
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) No space found before comment text; expected "// ** Array to encapsulate the course activities (of type forum or chat) that can be used for enrichment as 'moduleid->instanceid' => 'instancename'. */" but found "//** Array to encapsulate the course activities (of type forum or chat) that can be used for enrichment as 'moduleid->instanceid' => 'instancename'. */"
(#49) Line exceeds 132 characters; contains 155 characters
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) No space found before comment text; expected "// ** Array to encapsulate the icons for all this course's resources, assignments and activities (defined in here), as 'moduleid'=>'htmlimagestring' .*/" but found "//** Array to encapsulate the icons for all this course's resources, assignments and activities (defined in here), as 'moduleid'=>'htmlimagestring' .*/"
(#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 "// ** Boolean to show missing course modules error message. *//" but found "//** Boolean to show missing course modules error message. *//"
(#84) Line exceeds 132 characters; contains 172 characters
(#100) Line exceeds 132 characters; contains 137 characters
(#103) Expected "if (...) {\n"; found "if (...){\n"
(#105) Expected 1 space after "="; 2 found
(#126) Variable "moodle_2_3_0_version" must not contain underscores.
(#128) Inline control structures are not allowed
(#128) Variable "moodle_2_3_0_version" must not contain underscores.
(#132) Variable "returnArray" must be all lower-case
(#142) Inline control structures are not allowed
(#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) No space found before comment text; expected "// **** For moodle 2.3 onwards ****//" but found "//**** For moodle 2.3 onwards ****//"
(#149) Expected "if (...) {\n"; found "if (...){\n"
(#155) Expected "if (...) {\n"; found "if (...){\n"
(#155) Expected 1 space before "=="; 0 found
(#155) Expected 1 space after "=="; 0 found
(#156) Line exceeds 132 characters; contains 157 characters
(#157) Expected "} else {\n"; found "}else{\n"
(#158) Line exceeds 132 characters; contains 157 characters
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Line indented incorrectly; expected at least 20 spaces, found 16
(#161) No space found before comment text; expected "// **** For moodle 2.2 versions ****//" but found "//**** For moodle 2.2 versions ****//"
(#162) Expected "} else {\n"; found "}else{\n"
(#166) Line exceeds 132 characters; contains 138 characters
(#174) Expected "if (...) {\n"; found "if (...){\n"
(#175) Line exceeds 132 characters; contains 145 characters
(#176) Expected "} else {\n"; found "}else{\n"
(#180) Expected "if (...) {\n"; found "if (...){\n"
(#180) Expected 1 space before ">"; 0 found
(#180) Expected 1 space after ">"; 0 found
(#184) Inline control structures are not allowed
(#184) Expected 1 space before "<"; 0 found
(#184) Expected 1 space after "<"; 0 found
(#184) Expected 1 space before "-"; 0 found
(#184) Expected 1 space after "-"; 0 found
(#194) Expected "if (...) {\n"; found "if (...){\n"
(#195) Line exceeds maximum limit of 180 characters; contains 183 characters
(#196) Expected "} else {\n"; found "}else{\n"
(#197) Line exceeds 132 characters; contains 141 characters
(#200) Expected "if (...) {\n"; found "if (...){\n"
(#200) Expected 1 space before ">"; 0 found
(#200) Expected 1 space after ">"; 0 found
(#210) Expected 1 space before "=="; 0 found
(#210) Expected 1 space after "=="; 0 found
(#214) Line exceeds 132 characters; contains 144 characters
(#215) Expected "if (...) {\n"; found "if (...){\n"
(#216) Variable "modInstName" must be all lower-case
(#216) Expected 1 space before "=>"; 0 found
(#216) Expected 1 space after "=>"; 0 found
(#217) Variable "returnArray" must be all lower-case
(#217) Variable "modInstName" must be all lower-case
(#220) Line indented incorrectly; expected at least 20 spaces, found 16
(#221) Expected "} else {\n"; found "}else{\n"
(#224) Line exceeds 132 characters; contains 133 characters
(#225) Variable "modInstName" must be all lower-case
(#225) Expected 1 space before "=>"; 0 found
(#225) Expected 1 space after "=>"; 0 found
(#226) Variable "returnArray" must be all lower-case
(#226) Variable "modInstName" must be all lower-case
(#231) Variable "returnArray" must be all lower-case
(#233) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#233) Expected "if (...) {\n"; found "if (...){\n"
(#235) Variable "modInstName" must be all lower-case
(#235) Expected 1 space before "=>"; 0 found
(#235) Expected 1 space after "=>"; 0 found
(#236) Variable "returnArray" must be all lower-case
(#236) Variable "modInstName" must be all lower-case
(#239) Variable "returnArray" must be all lower-case
(#241) Variable "returnArray" must be all lower-case
(#260) Line exceeds 132 characters; contains 137 characters
(#267) Line exceeds 132 characters; contains 141 characters
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) Line exceeds maximum limit of 180 characters; contains 221 characters
(#279) Line exceeds 132 characters; contains 152 characters
(#284) Line exceeds 132 characters; contains 139 characters
(#288) Inline comments must start with a capital letter, digit or 3-dots sequence
(#288) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Line exceeds maximum limit of 180 characters; contains 186 characters
(#290) Line exceeds maximum limit of 180 characters; contains 183 characters
(#294) Line exceeds maximum limit of 180 characters; contains 190 characters
(#295) Line exceeds maximum limit of 180 characters; contains 194 characters
(#304) Line exceeds 132 characters; contains 158 characters
(#305) Line exceeds 132 characters; contains 144 characters
(#313) Line exceeds 132 characters; contains 143 characters
(#317) Line exceeds 132 characters; contains 146 characters
(#324) Line exceeds 132 characters; contains 149 characters
(#327) Line exceeds 132 characters; contains 178 characters
(#328) Expected "} else if (...) {\n"; found "}else if (...) {\n"
(#328) Line exceeds 132 characters; contains 137 characters
(#361) Line exceeds 132 characters; contains 150 characters
(#364) Line exceeds maximum limit of 180 characters; contains 228 characters
(#367) Line exceeds maximum limit of 180 characters; contains 181 characters
(#372) Line exceeds 132 characters; contains 136 characters
(#373) Line exceeds 132 characters; contains 135 characters
(#384) Line exceeds 132 characters; contains 177 characters
(#390) Line exceeds 132 characters; contains 139 characters
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Line exceeds 132 characters; contains 158 characters
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Line exceeds 132 characters; contains 144 characters
(#415) Expected 1 space before "=>"; 0 found
(#415) Expected 1 space after "=>"; 0 found
(#415) Line exceeds 132 characters; contains 145 characters
(#418) Expected 1 space before "=>"; 0 found
(#418) Expected 1 space after "=>"; 0 found
(#418) Line exceeds 132 characters; contains 163 characters
(#419) Expected 1 space before "=>"; 0 found
(#419) Expected 1 space after "=>"; 0 found
(#419) Line exceeds 132 characters; contains 164 characters
(#420) Expected 1 space before "=>"; 0 found
(#420) Expected 1 space after "=>"; 0 found
(#420) Line exceeds 132 characters; contains 161 characters
(#421) Expected 1 space before "=>"; 0 found
(#421) Expected 1 space after "=>"; 0 found
(#421) Line exceeds 132 characters; contains 172 characters
(#424) Line exceeds 132 characters; contains 144 characters
(#425) Line exceeds 132 characters; contains 151 characters
(#428) Line exceeds 132 characters; contains 148 characters
(#429) Line exceeds 132 characters; contains 149 characters
(#438) Expected 1 space before "=>"; 0 found
(#438) Expected 1 space after "=>"; 0 found
(#438) Expected 1 space before "=>"; 0 found
(#438) Expected 1 space after "=>"; 0 found
(#438) Expected 1 space before "=>"; 0 found
(#438) Expected 1 space after "=>"; 0 found
(#438) Expected 1 space before "=>"; 0 found
(#438) Expected 1 space after "=>"; 0 found
(#438) Expected 1 space before "=>"; 0 found
(#438) Expected 1 space after "=>"; 0 found
(#438) Line exceeds 132 characters; contains 134 characters
(#443) Expected 1 space before "=>"; 0 found
(#443) Expected 1 space after "=>"; 0 found
(#443) Expected 1 space before "=>"; 0 found
(#443) Expected 1 space after "=>"; 0 found
(#444) Expected "if (...) {\n"; found "if (...){\n"
(#449) Inline comments must start with a capital letter, digit or 3-dots sequence
(#449) Inline comments must end in full-stops, exclamation marks, or question marks
(#449) No space found before comment text; expected "// *** Course Modules for the criterion ***//" but found "//*** Course Modules for the criterion ***//"
(#454) Inline control structures are not allowed
(#454) Line exceeds 132 characters; contains 175 characters
(#456) Line exceeds 132 characters; contains 161 characters
(#456) Inline comments must end in full-stops, exclamation marks, or question marks
(#461) Expected "if (...) {\n"; found "if (...){\n"
(#463) Expected 1 space before "=>"; 0 found
(#463) Expected 1 space after "=>"; 0 found
(#469) Inline control structures are not allowed
(#471) Expected "} else {\n"; found "}else{ // Proceed as normal.\n"
(#480) Expected "if (...) {\n"; found "if (...){\n"
(#480) Expected 1 space before "=="; 0 found
(#480) Expected 1 space after "=="; 0 found
(#484) Expected 1 space before "=>"; 0 found
(#484) Expected 1 space after "=>"; 0 found
(#484) Line exceeds maximum limit of 180 characters; contains 189 characters
(#485) Line exceeds maximum limit of 180 characters; contains 210 characters
(#487) Expected 1 space before "=>"; 0 found
(#487) Expected 1 space after "=>"; 0 found
(#487) Expected 1 space before "=>"; 0 found
(#487) Expected 1 space after "=>"; 0 found
(#487) Line exceeds 132 characters; contains 180 characters
(#489) Line exceeds 132 characters; contains 159 characters
(#490) Line exceeds 132 characters; contains 148 characters
(#491) Expected 1 space before "=>"; 0 found
(#491) Line exceeds maximum limit of 180 characters; contains 187 characters
(#499) Expected 1 space before "=>"; 0 found
(#499) Expected 1 space after "=>"; 0 found
(#499) Expected 1 space before "=>"; 0 found
(#499) Expected 1 space after "=>"; 0 found
(#499) Line exceeds maximum limit of 180 characters; contains 260 characters
(#500) Expected 1 space before "=>"; 0 found
(#500) Expected 1 space after "=>"; 0 found
(#500) Expected 1 space before "=>"; 0 found
(#500) Expected 1 space after "=>"; 0 found
(#500) Line exceeds maximum limit of 180 characters; contains 257 characters
(#501) Expected 1 space before "=>"; 0 found
(#501) Expected 1 space after "=>"; 0 found
(#501) Expected 1 space before "=>"; 0 found
(#501) Expected 1 space after "=>"; 0 found
(#501) Line exceeds maximum limit of 180 characters; contains 264 characters
(#502) Expected 1 space before "=>"; 0 found
(#502) Expected 1 space after "=>"; 0 found
(#502) Expected 1 space before "=>"; 0 found
(#502) Expected 1 space after "=>"; 0 found
(#502) Line exceeds maximum limit of 180 characters; contains 256 characters
(#503) Expected 1 space before "=>"; 0 found
(#503) Expected 1 space after "=>"; 0 found
(#503) Expected 1 space before "=>"; 0 found
(#503) Expected 1 space after "=>"; 0 found
(#503) Line exceeds maximum limit of 180 characters; contains 280 characters
(#504) Expected 1 space before "=>"; 0 found
(#504) Expected 1 space after "=>"; 0 found
(#504) Expected 1 space before "=>"; 0 found
(#504) Expected 1 space after "=>"; 0 found
(#504) Line exceeds maximum limit of 180 characters; contains 235 characters
(#505) Expected 1 space before "=>"; 0 found
(#505) Expected 1 space after "=>"; 0 found
(#505) Expected 1 space before "=>"; 0 found
(#505) Expected 1 space after "=>"; 0 found
(#505) Line exceeds maximum limit of 180 characters; contains 260 characters
(#509) Line exceeds maximum limit of 180 characters; contains 206 characters
(#510) Line exceeds maximum limit of 180 characters; contains 214 characters
(#511) Line exceeds maximum limit of 180 characters; contains 196 characters
(#512) Line exceeds maximum limit of 180 characters; contains 206 characters
(#520) Inline control structures are not allowed
(#520) Line exceeds 132 characters; contains 175 characters
(#522) Line exceeds 132 characters; contains 162 characters
(#527) Expected "if (...) {\n"; found "if (...){\n"
(#528) Expected "if (...) {\n"; found "if (...){\n"
(#528) Line exceeds 132 characters; contains 150 characters
(#530) Expected 1 space before "=>"; 0 found
(#530) Expected 1 space after "=>"; 0 found
(#536) Inline control structures are not allowed
(#538) Expected "} else {\n"; found "}else{ // Proceed as normal.\n"
(#543) Line exceeds 132 characters; contains 167 characters
(#544) Inline comments must end in full-stops, exclamation marks, or question marks
(#547) Line exceeds maximum limit of 180 characters; contains 226 characters
(#550) Expected 1 space before "=>"; 0 found
(#550) Expected 1 space after "=>"; 0 found
(#550) Expected 1 space before "=>"; 0 found
(#550) Expected 1 space after "=>"; 0 found
(#550) Line exceeds 132 characters; contains 176 characters
(#556) Inline control structures are not allowed
(#556) Expected 1 space before "=>"; 0 found
(#556) Expected 1 space after "=>"; 0 found
(#556) Line exceeds 132 characters; contains 171 characters
(#557) Inline control structures are not allowed
(#557) Expected 1 space before "=>"; 0 found
(#557) Expected 1 space after "=>"; 0 found
(#557) Line exceeds maximum limit of 180 characters; contains 187 characters
(#558) Inline control structures are not allowed
(#558) Expected 1 space before "=>"; 0 found
(#558) Expected 1 space after "=>"; 0 found
(#558) Line exceeds 132 characters; contains 151 characters
(#559) Inline control structures are not allowed
(#559) Expected 1 space before "=>"; 0 found
(#559) Expected 1 space after "=>"; 0 found
(#559) Line exceeds 132 characters; contains 171 characters
(#564) Line exceeds maximum limit of 180 characters; contains 190 characters
(#565) Expected "} else {\n"; found "}else{\n"
(#566) Line exceeds 132 characters; contains 172 characters
(#576) Line exceeds 132 characters; contains 133 characters
(#582) Line exceeds 132 characters; contains 138 characters
(#596) Inline comments must end in full-stops, exclamation marks, or question marks
(#610) Line exceeds 132 characters; contains 153 characters
(#616) Line exceeds 132 characters; contains 138 characters
(#629) Line exceeds 132 characters; contains 144 characters
(#632) Line exceeds 132 characters; contains 139 characters
(#637) Inline control structures are not allowed
(#639) Inline control structures are not allowed
(#641) Inline control structures are not allowed
(#647) Expected "if (...) {\n"; found "if (...){\n"
(#649) Inline comments must start with a capital letter, digit or 3-dots sequence
(#649) Inline comments must end in full-stops, exclamation marks, or question marks
(#649) No space found before comment text; expected "// ** In case of evalluation, put value in hidden field to update enriched rubric fillings. **//" but found "//** In case of evalluation, put value in hidden field to update enriched rubric fillings. **//"
(#650) Expected "if (...) {\n"; found "if (...){\n"
(#650) Line exceeds 132 characters; contains 141 characters
(#652) Expected "if (...) {\n"; found "if (...){\n"
(#652) Expected 1 space before ">"; 0 found
(#652) Expected 1 space after ">"; 0 found
(#653) Line exceeds maximum limit of 180 characters; contains 209 characters
(#654) Expected "} else {\n"; found "}else{\n"
(#655) Line exceeds 132 characters; contains 180 characters
(#658) Expected "if (...) {\n"; found "if (...){\n"
(#658) Expected 1 space before ">"; 0 found
(#658) Expected 1 space after ">"; 0 found
(#659) Line exceeds maximum limit of 180 characters; contains 223 characters
(#660) Expected "} else {\n"; found "}else{\n"
(#661) Line exceeds maximum limit of 180 characters; contains 187 characters
(#664) Expected 1 space before ">"; 0 found
(#664) Expected 1 space after ">"; 0 found
(#665) Line exceeds maximum limit of 180 characters; contains 225 characters
(#666) Expected "} else {\n"; found "}else{\n"
(#667) Line exceeds maximum limit of 180 characters; contains 188 characters
(#672) Line exceeds maximum limit of 180 characters; contains 218 characters
(#674) Line exceeds 132 characters; contains 167 characters
(#676) Line exceeds maximum limit of 180 characters; contains 207 characters
(#679) Line exceeds 132 characters; contains 169 characters
(#681) Line exceeds maximum limit of 180 characters; contains 209 characters
(#684) Line exceeds 132 characters; contains 161 characters
(#686) Line exceeds maximum limit of 180 characters; contains 198 characters
(#687) Line exceeds 132 characters; contains 158 characters
(#689) Line indented incorrectly; expected at least 20 spaces, found 16
(#691) Line exceeds 132 characters; contains 167 characters
(#693) Line exceeds maximum limit of 180 characters; contains 200 characters
(#695) Line indented incorrectly; expected at least 20 spaces, found 16
(#696) Expected "} else {\n"; found "}else{\n"
(#697) Line exceeds 132 characters; contains 163 characters
(#700) Line indented incorrectly; expected at least 16 spaces, found 12
(#701) Expected "} else if (...) {\n"; found "}else if (...) {\n"
(#702) Line exceeds 132 characters; contains 159 characters
(#704) Line exceeds 132 characters; contains 172 characters
(#735) Line exceeds 132 characters; contains 137 characters
(#741) Line exceeds maximum limit of 180 characters; contains 207 characters
(#759) Line exceeds maximum limit of 180 characters; contains 196 characters
(#760) Line exceeds maximum limit of 180 characters; contains 194 characters
(#763) Line exceeds maximum limit of 180 characters; contains 204 characters
(#764) Line exceeds maximum limit of 180 characters; contains 194 characters
(#771) Line exceeds 132 characters; contains 159 characters
(#771) Expected 1 space after "+"; newline found
(#776) Line exceeds 132 characters; contains 169 characters
(#778) Line exceeds 132 characters; contains 148 characters
(#784) Line exceeds 132 characters; contains 170 characters
(#786) Line exceeds maximum limit of 180 characters; contains 217 characters
(#789) Line exceeds 132 characters; contains 172 characters
(#798) Line exceeds 132 characters; contains 144 characters
(#803) Line exceeds maximum limit of 180 characters; contains 278 characters
(#806) Inline comments must start with a capital letter, digit or 3-dots sequence
(#807) Inline comments must end in full-stops, exclamation marks, or question marks
(#833) Line exceeds 132 characters; contains 137 characters
(#836) Line exceeds 132 characters; contains 135 characters
(#839) Expected 1 space before "=>"; 0 found
(#839) Expected 1 space after "=>"; 0 found
(#839) Line exceeds 132 characters; contains 168 characters
(#850) Line exceeds 132 characters; contains 144 characters
(#859) Line exceeds maximum limit of 180 characters; contains 225 characters
(#862) Line exceeds 132 characters; contains 178 characters
(#869) Inline control structures are not allowed
(#873) Line exceeds maximum limit of 180 characters; contains 218 characters
(#876) Line exceeds maximum limit of 180 characters; contains 218 characters
(#883) Line exceeds maximum limit of 180 characters; contains 214 characters
(#886) Line exceeds 132 characters; contains 175 characters
(#887) Line exceeds 132 characters; contains 166 characters
(#893) Inline comments must start with a capital letter, digit or 3-dots sequence
(#894) Inline comments must end in full-stops, exclamation marks, or question marks
(#916) Line exceeds 132 characters; contains 137 characters
(#926) Inline control structures are not allowed
(#930) Closing brace must be on a line by itself
(#932) Closing brace must be on a line by itself
(#935) Closing brace must be on a line by itself
(#935) Closing brace must be on a line by itself
(#937) Closing brace must be on a line by itself
(#939) Closing brace must be on a line by itself
(#941) Closing brace must be on a line by itself
(#943) Closing brace must be on a line by itself
(#949) Expected "if (...) {\n"; found "if (...){\n"
(#949) Line exceeds 132 characters; contains 159 characters
(#950) Expected "if (...) {\n"; found "if (...){\n"
(#950) Line exceeds 132 characters; contains 140 characters
(#952) Line exceeds 132 characters; contains 145 characters
(#954) Expected "} else {\n"; found "}else{\n"
(#956) Line exceeds 132 characters; contains 141 characters
(#961) Line exceeds 132 characters; contains 154 characters
(#965) Line exceeds maximum limit of 180 characters; contains 202 characters
(#979) Line exceeds 132 characters; contains 137 characters
(#1002) Line exceeds 132 characters; contains 153 characters
(#1005) Inline comments must end in full-stops, exclamation marks, or question marks
(#1007) Line exceeds 132 characters; contains 136 characters
(#1015) Line exceeds 132 characters; contains 134 characters
(#1027) Line exceeds 132 characters; contains 147 characters
(#1035) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1035) Inline comments must end in full-stops, exclamation marks, or question marks
(#1037) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1037) Inline comments must end in full-stops, exclamation marks, or question marks
(#1054) Line exceeds 132 characters; contains 137 characters
(#1064) Inline comments must end in full-stops, exclamation marks, or question marks
(#1070) Variable "moodle_2_6_0_version" must not contain underscores.
(#1072) Inline comments must end in full-stops, exclamation marks, or question marks
(#1073) Variable "moodle_2_6_0_version" must not contain underscores.
(#1075) Line exceeds 132 characters; contains 133 characters
(#1078) Inline comments must end in full-stops, exclamation marks, or question marks
(#1079) Expected "if (...) {\n"; found "if (...){\n"
(#1081) Line exceeds 132 characters; contains 139 characters
(#1083) Expected "} else {\n"; found "}else{\n"
(#1085) Line exceeds 132 characters; contains 137 characters
(#1093) The use of function sizeof() is forbidden; use count() instead
(#1093) Expected 1 space after "-"; 0 found
(#1106) Inline control structures are not allowed
(#1109) Expected "if (...) {\n"; found "if (...){\n"
(#1110) Expected "if (...) {\n"; found "if (...){\n"
(#1110) Expected 1 space before "=="; 0 found
(#1110) Expected 1 space after "=="; 0 found
(#1111) Expected "if (...) {\n"; found "if (...){\n"
(#1111) Expected 1 space before "=="; 0 found
(#1111) Expected 1 space after "=="; 0 found
(#1113) Expected "} else if (...) {\n"; found "}else if (...) {\n"
(#1113) Expected 1 space before "=="; 0 found
(#1113) Expected 1 space after "=="; 0 found
(#1113) Line exceeds maximum limit of 180 characters; contains 182 characters
(#1115) Expected "} else if (...) {\n"; found "}else if (...) {\n"
(#1115) Expected 1 space before "=="; 0 found
(#1115) Expected 1 space after "=="; 0 found
(#1115) Line exceeds 132 characters; contains 179 characters
(#1117) Expected "} else {\n"; found "}else{\n"
(#1120) Expected "} else {\n"; found "}else{\n"
(#1125) Line exceeds 132 characters; contains 135 characters
(#1126) Line exceeds 132 characters; contains 169 characters
(#1132) The use of function sizeof() is forbidden; use count() instead
(#1132) Expected 1 space after "-"; 0 found
(#1133) Expected 1 space before "/"; 0 found
(#1133) Expected 1 space after "/"; 0 found
(#1136) Expected "if (...) {\n"; found "if (...){\n"
(#1137) Expected "if (...) {\n"; found "if (...){\n"
(#1142) Expected "if (...) {\n"; found "if (...){\n"
(#1155) Line indented incorrectly; expected at least 24 spaces, found 20
(#1156) Expected "} else {\n"; found "}else{\n"
(#1158) Line exceeds 132 characters; contains 150 characters
(#1161) Line indented incorrectly; expected at least 20 spaces, found 16
(#1162) Expected "} else {\n"; found "}else{\n"
(#1166) Line exceeds maximum limit of 180 characters; contains 226 characters
(#1168) Line exceeds 132 characters; contains 166 characters
(#1184) Line exceeds 132 characters; contains 138 characters
(#1186) Inline control structures are not allowed
(#1187) Line exceeds 132 characters; contains 142 characters
(#1233) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1233) No space found before comment text; expected "// **** For Moodle 2.6 onwards new logging system ***//" but found "//**** For Moodle 2.6 onwards new logging system ***//"
(#1234) Line exceeds 132 characters; contains 161 characters
(#1235) Line exceeds 132 characters; contains 149 characters
(#1239) Inline comments must end in full-stops, exclamation marks, or question marks
(#1244) Variable "moodle_2_6_0_version" must not contain underscores.
(#1246) Inline comments must end in full-stops, exclamation marks, or question marks
(#1247) Variable "moodle_2_6_0_version" must not contain underscores.
(#1249) Line exceeds 132 characters; contains 133 characters
(#1252) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1252) Inline comments must end in full-stops, exclamation marks, or question marks
(#1252) No space found before comment text; expected "// **** For moodle 2.2 versions assignment modules ****//" but found "//**** For moodle 2.2 versions assignment modules ****//"
(#1255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1255) Inline comments must end in full-stops, exclamation marks, or question marks
(#1255) No space found before comment text; expected "// **** For moodle 2.3 onwards assignment module ****//" but found "//**** For moodle 2.3 onwards assignment module ****//"
(#1286) Expected 1 space before "=="; 0 found
(#1286) Expected 1 space after "=="; 0 found
(#1288) Expected "if (...) {\n"; found "if (...){\n"
(#1293) Expected "if (...) {\n"; found "if (...){\n"
(#1298) Line indented incorrectly; expected at least 12 spaces, found 8
(#1299) Expected "} else if (...) {\n"; found "}else if (...) {\n"
(#1299) Expected 1 space before "=="; 0 found
(#1299) Expected 1 space after "=="; 0 found
(#1301) Expected "if (...) {\n"; found "if (...){\n"
(#1306) Expected "if (...) {\n"; found "if (...){\n"
(#1324) Inline comments must end in full-stops, exclamation marks, or question marks
(#1333) Usage of ELSEIF not allowed; use ELSE IF instead
(#1333) Inline comments must end in full-stops, exclamation marks, or question marks
(#1348) Expected "if (...) {\n"; found "if (...){\n"
(#1348) Expected 1 space before "=="; 0 found
(#1348) Expected 1 space after "=="; 0 found
(#1359) Expected 1 space before ">"; 0 found
(#1359) Expected 1 space after ">"; 0 found
(#1363) Inline comments must end in full-stops, exclamation marks, or question marks
(#1372) Usage of ELSEIF not allowed; use ELSE IF instead
(#1372) Inline comments must end in full-stops, exclamation marks, or question marks
(#1384) Line exceeds 132 characters; contains 144 characters
(#1414) Line exceeds 132 characters; contains 143 characters
(#1416) Expected 1 space before "=="; 0 found
(#1416) Expected 1 space after "=="; 0 found
(#1417) Inline comments must end in full-stops, exclamation marks, or question marks
(#1418) Expected "} else {\n"; found "}else{\n"
(#1419) Inline comments must end in full-stops, exclamation marks, or question marks
(#1423) Expected 1 space before "/"; 0 found
(#1423) Expected 1 space after "/"; 0 found
(#1423) Expected 1 space before "*"; 0 found
(#1423) Expected 1 space after "*"; 0 found
(#1426) Expected "if (...) {\n"; found "if (...){\n"
(#1426) Expected 1 space before "=="; 0 found
(#1426) Expected 1 space after "=="; 0 found
(#1437) Expected "if (...) {\n"; found "if (...){ // If the value is valid.\n"
(#1438) Expected 1 space before "/"; 0 found
(#1438) Expected 1 space after "/"; 0 found
(#1438) Expected 1 space before "*"; 0 found
(#1438) Expected 1 space after "*"; 0 found
(#1449) Line exceeds 132 characters; contains 134 characters
(#1454) Expected "if (...) {\n"; found "if (...){\n"
(#1454) Expected 1 space before "=="; 0 found
(#1454) Expected 1 space after "=="; 0 found
(#1455) Variable "distinctUsersFound" must be all lower-case
(#1459) Expected "if (...) {\n"; found "if (...){\n"
(#1459) Expected 1 space before "=="; 0 found
(#1459) Expected 1 space after "=="; 0 found
(#1461) Inline control structures are not allowed
(#1461) Expected 1 space before "=="; 0 found
(#1461) Expected 1 space after "=="; 0 found
(#1478) Inline comments must end in full-stops, exclamation marks, or question marks
(#1487) Usage of ELSEIF not allowed; use ELSE IF instead
(#1490) Line exceeds 132 characters; contains 153 characters
(#1491) Inline comments must end in full-stops, exclamation marks, or question marks
(#1493) Inline comments must end in full-stops, exclamation marks, or question marks
(#1494) Expected "if (...) {\n"; found "if (...){\n"
(#1494) Expected 1 space before "=="; 0 found
(#1494) Expected 1 space after "=="; 0 found
(#1503) Inline comments must end in full-stops, exclamation marks, or question marks
(#1503) Line indented incorrectly; expected at least 36 spaces, found 32
(#1504) Usage of ELSEIF not allowed; use ELSE IF instead
(#1504) Expected 1 space before "=="; 0 found
(#1504) Expected 1 space after "=="; 0 found
(#1515) Line exceeds 132 characters; contains 147 characters
(#1518) Line exceeds 132 characters; contains 145 characters
(#1519) Expected "if (...) {\n"; found "if (...){\n"
(#1519) Expected 1 space before "=="; 0 found
(#1519) Expected 1 space after "=="; 0 found
(#1522) Inline comments must end in full-stops, exclamation marks, or question marks
(#1532) Inline comments must end in full-stops, exclamation marks, or question marks
(#1533) Line exceeds 132 characters; contains 164 characters
(#1535) Expected 1 space before ">"; 0 found
(#1535) Expected 1 space after ">"; 0 found
(#1546) Line exceeds 132 characters; contains 152 characters
(#1548) Usage of ELSEIF not allowed; use ELSE IF instead
(#1551) Line exceeds 132 characters; contains 157 characters
(#1552) Inline comments must end in full-stops, exclamation marks, or question marks
(#1554) Inline comments must end in full-stops, exclamation marks, or question marks
(#1555) Expected "if (...) {\n"; found "if (...){\n"
(#1555) Expected 1 space before "=="; 0 found
(#1555) Expected 1 space after "=="; 0 found
(#1565) Inline comments must end in full-stops, exclamation marks, or question marks
(#1566) Line exceeds maximum limit of 180 characters; contains 181 characters
(#1567) Expected 1 space before ">"; 0 found
(#1567) Expected 1 space after ">"; 0 found
(#1576) Line exceeds 132 characters; contains 169 characters
(#1579) Inline comments must end in full-stops, exclamation marks, or question marks
(#1579) Line indented incorrectly; expected at least 40 spaces, found 36
(#1580) Expected 1 space before "=="; 0 found
(#1580) Expected 1 space after "=="; 0 found
(#1589) Inline comments must end in full-stops, exclamation marks, or question marks
(#1590) Line exceeds maximum limit of 180 characters; contains 181 characters
(#1591) Expected 1 space before ">"; 0 found
(#1591) Expected 1 space after ">"; 0 found
(#1599) Line exceeds 132 characters; contains 169 characters
(#1618) Line exceeds 132 characters; contains 137 characters
(#1623) Expected "if (...) {\n"; found "if (...){\n"
(#1623) Expected 1 space before "=="; 0 found
(#1623) Expected 1 space after "=="; 0 found
(#1631) Line exceeds 132 characters; contains 163 characters
(#1632) Expected 1 space before ">"; 0 found
(#1632) Expected 1 space after ">"; 0 found
(#1643) Line exceeds 132 characters; contains 151 characters
(#1665) Line exceeds 132 characters; contains 137 characters
(#1668) Expected "if (...) {\n"; found "if (...){\n"
(#1668) Expected 1 space before "=="; 0 found
(#1668) Expected 1 space after "=="; 0 found
(#1678) Line exceeds 132 characters; contains 133 characters
(#1684) Line exceeds 132 characters; contains 163 characters
(#1685) Expected 1 space before ">"; 0 found
(#1685) Expected 1 space after ">"; 0 found
(#1694) Line exceeds 132 characters; contains 133 characters
(#1699) Line exceeds 132 characters; contains 151 characters
(#1704) Line exceeds 132 characters; contains 139 characters
(#1709) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#1711) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#1714) Expected 1 space before "=="; 0 found
(#1714) Expected 1 space after "=="; 0 found
(#1719) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#1726) Line exceeds 132 characters; contains 146 characters
(#1729) Line exceeds 132 characters; contains 146 characters
(#1731) Expected "if (...) {\n"; found "if (...){ // Check only current student evaluated.\n"
(#1731) Expected 1 space before "=="; 0 found
(#1731) Expected 1 space after "=="; 0 found
(#1736) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1737) Expected 1 space before "=="; 0 found
(#1737) Expected 1 space after "=="; 0 found
(#1743) Expected "if (...) {\n"; found "if (...){ // If student took part in that discussion.\n"
(#1744) Expected "foreach (...) {\n"; found "foreach(...){ // Check all participating students.\n"
(#1746) Inline control structures are not allowed
(#1746) Expected 1 space before "!="; 0 found
(#1746) Expected 1 space after "!="; 0 found
(#1747) Variable "distinctUsersFound" must be all lower-case
(#1748) Variable "distinctUsersFound" must be all lower-case
(#1749) Variable "distinctUsersFound" must be all lower-case
(#1754) Line indented incorrectly; expected at least 40 spaces, found 36
(#1755) Expected "} else if (...) {\n"; found "}else if(...){\n"
(#1755) Expected "if (...) {\n"; found "if(...){\n"
(#1758) Expected "foreach (...) {\n"; found "foreach(...){ // loop A\n"
(#1759) Line exceeds 132 characters; contains 144 characters
(#1760) Expected "foreach (...) {\n"; found "foreach(...){ // loop B\n"
(#1763) Inline control structures are not allowed
(#1765) Expected 1 space before "!="; 0 found
(#1765) Expected 1 space after "!="; 0 found
(#1766) Variable "distinctUsersFound" must be all lower-case
(#1767) Variable "distinctUsersFound" must be all lower-case
(#1768) Variable "distinctUsersFound" must be all lower-case
(#1773) Expected "} else {\n"; found "}else{ // Check chat modules.\n"
(#1774) Line exceeds 132 characters; contains 141 characters
(#1780) Expected "if (...) {\n"; found "if (...){ // Check only current student evaluated.\n"
(#1780) Expected 1 space before "=="; 0 found
(#1780) Expected 1 space after "=="; 0 found
(#1780) Line exceeds 132 characters; contains 157 characters
(#1783) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1784) Line indented incorrectly; expected 40 spaces, found 44
(#1784) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1786) Inline control structures are not allowed
(#1786) Expected 1 space before "!="; 0 found
(#1786) Expected 1 space after "!="; 0 found
(#1787) Variable "distinctUsersFound" must be all lower-case
(#1788) Variable "distinctUsersFound" must be all lower-case
(#1789) Variable "distinctUsersFound" must be all lower-case
(#1790) Line indented incorrectly; expected 40 spaces, found 44
(#1793) Expected "} else {\n"; found "}else {\n"
(#1796) Expected "foreach (...) {\n"; found "foreach(...){ // Iterate through all chat sessions.\n"
(#1797) Expected "foreach (...) {\n"; found "foreach(...){ // Get users list.\n"
(#1798) Expected "foreach (...) {\n"; found "foreach(...){ // Get users list again.\n"
(#1800) Inline control structures are not allowed
(#1800) Expected 1 space before "!="; 0 found
(#1800) Expected 1 space after "!="; 0 found
(#1801) Variable "distinctUsersFound" must be all lower-case
(#1802) Variable "distinctUsersFound" must be all lower-case
(#1803) Variable "distinctUsersFound" must be all lower-case
(#1815) Line exceeds 132 characters; contains 147 characters
(#1816) Expected "if (...) {\n"; found "if (...){\n"
(#1816) Expected 1 space before "=="; 0 found
(#1816) Expected 1 space after "=="; 0 found
(#1816) Variable "distinctUsersFound" must be all lower-case
(#1816) Line exceeds 132 characters; contains 141 characters
(#1817) Variable "distinctUsersFound" must be all lower-case
(#1818) Variable "distinctUsersFound" must be all lower-case
(#1819) Expected "} else {\n"; found "}else{\n"
(#1823) Expected "if (...) {\n"; found "if (...){ // Check all students participated.\n"
(#1823) Expected 1 space before "=="; 0 found
(#1823) Expected 1 space after "=="; 0 found
(#1823) Line exceeds 132 characters; contains 133 characters
(#1825) Variable "distinctUsersFound" must be all lower-case
(#1826) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1826) Expected 1 space before "=>"; 0 found
(#1826) Expected 1 space after "=>"; 0 found
(#1826) Variable "distinctUsersFound" must be all lower-case
(#1826) Expected 1 space before "=>"; 0 found
(#1826) Expected 1 space after "=>"; 0 found
(#1827) Variable "distinctUsersFound" must be all lower-case
(#1832) Line exceeds 132 characters; contains 140 characters
(#1833) Expected "if (...) {\n"; found "if (...){\n"
(#1835) Expected "if (...) {\n"; found "if (...){\n"
(#1835) Expected 1 space before "<>"; 0 found
(#1835) Expected 1 space after "<>"; 0 found
(#1836) Expected 1 space before "=="; 0 found
(#1836) Expected 1 space after "=="; 0 found
(#1837) Expected 1 space before "=="; 0 found
(#1837) Expected 1 space after "=="; 0 found
(#1838) Expected 1 space before "/"; 0 found
(#1838) Expected 1 space after "/"; 0 found
(#1841) Expected "if (...) {\n"; found "if (...){ // Check students benchmark.\n"
(#1841) Expected 1 space before "=="; 0 found
(#1841) Expected 1 space after "=="; 0 found
(#1842) Expected "if (...) {\n"; found "if (...){\n"
(#1844) Expected 1 space before "/"; 0 found
(#1844) Expected 1 space after "/"; 0 found
(#1845) Expected 1 space before "*"; 0 found
(#1845) Expected 1 space after "*"; 0 found
(#1845) Expected 1 space before "/"; 0 found
(#1845) Expected 1 space after "/"; 0 found
(#1846) Expected "} else {\n"; found "}else{\n"
(#1849) Expected "} else {\n"; found "}else{\n"
(#1856) Line exceeds 132 characters; contains 173 characters
(#1888) Expected 1 space before "=="; 0 found
(#1888) Expected 1 space after "=="; 0 found
(#1890) Expected "} else {\n"; found "}else{\n"
(#1894) Expected "if (...) {\n"; found "if (...){ // If the value is valid (even zero) or is array and not empty.\n"
(#1894) Expected 1 space before ">"; 0 found
(#1894) Expected 1 space after ">"; 0 found
(#1894) Line exceeds 132 characters; contains 180 characters
(#1895) Expected "if (...) {\n"; found "if (...){ // Convert to float only numbers.\n"
(#1896) Expected 1 space before "/"; 0 found
(#1896) Expected 1 space after "/"; 0 found
(#1899) Expected "} else {\n"; found "}else{\n"
(#1900) Expected "foreach (...) {\n"; found "foreach(...){ // This will be a one step loop.\n"
(#1900) Expected 1 space before "=>"; 0 found
(#1900) Expected 1 space after "=>"; 0 found
(#1900) Expected 1 space before "=>"; 0 found
(#1900) Expected 1 space after "=>"; 0 found
(#1901) Expected "if (...) {\n"; found "if (...){ // If this is an array requested for 'Interactions' collaboration type.\n"
(#1903) Expected "} else {\n"; found "}else{ // Else get the first element, whitch is the value of 'TOTALS' from query results.\n"
(#1905) Expected 1 space before "/"; 0 found
(#1905) Expected 1 space after "/"; 0 found
(#1921) Line exceeds 132 characters; contains 136 characters
(#1963) Expected 1 space before "=>"; 0 found
(#1963) Expected 1 space after "=>"; 0 found
(#1967) Expected "if (...) {\n"; found "if (...){\n"
(#1969) Expected 1 space before ".="; 0 found
(#1973) Expected "if (...) {\n"; found "if (...){\n"
(#1975) Expected 1 space before ".="; 0 found
(#1978) 3 slashes comments are not allowed; use "// Comment." instead
(#1980) 3 slashes comments are not allowed; use "// Comment." instead
(#1999) Line exceeds maximum limit of 180 characters; contains 184 characters
(#2000) Inline control structures are not allowed
(#2000) Line exceeds 132 characters; contains 158 characters
(#2005) Variable "is_complete" must not contain underscores.
(#2006) Variable "is_complete" must not contain underscores.
(#2037) Inline control structures are not allowed
(#2040) Expected "if (...) {\n"; found "if (...){\n"
(#2041) Expected 1 space before "=="; 0 found
(#2041) Expected 1 space after "=="; 0 found
(#2044) Expected "} else {\n"; found "}else{\n"
(#2045) Expected 1 space before ">="; 0 found
(#2045) Expected 1 space after ">="; 0 found
(#2055) Expected "if (...) {\n"; found "if (...){\n"
(#2076) Expected 1 space before "%"; 0 found
(#2076) Expected 1 space after "%"; 0 found
(#2094) The use of function sizeof() is forbidden; use count() instead
(#2141) Expected 1 space before "<="; 0 found
(#2141) Expected 1 space after "<="; 0 found
grade/grading/form/erubric/version.php
(#2) The opening <?php tag must be followed by exactly one newline.

Javascript coding style problems

(410 errors, 492 warnings)

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

grade/grading/form/erubric/js/erubric.js
(#1) Identifier 'gradingform_erubric' is not in camel case. (camelcase)
(#3) Missing JSDoc for parameter 'options'. (valid-jsdoc)
(#3) Missing JSDoc for parameter 'Y'. (valid-jsdoc)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing semicolon. (semi)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Unexpected space before function parentheses. (space-before-function-paren)
(#17) 'name' is defined but never used (no-unused-vars)
(#18) Missing semicolon. (semi)
(#19) Expected { after 'while' condition. (curly)
(#19) Missing semicolon. (semi)
(#20) Expected { after 'if' condition. (curly)
(#20) Missing semicolon. (semi)
(#22) Expected { after 'if' condition. (curly)
(#22) Missing semicolon. (semi)
(#23) Trailing spaces not allowed. (no-trailing-spaces)
(#26) 'chb' is not defined. (no-undef)
(#26) Missing semicolon. (semi)
(#27) 'chb' is not defined. (no-undef)
(#28) 'chb' is not defined. (no-undef)
(#28) Missing semicolon. (semi)
(#29) Missing semicolon. (semi)
(#32) Missing semicolon. (semi)
(#34) Missing semicolon. (semi)
grade/grading/form/erubric/js/erubriceditor.js
(#1) Line 1 exceeds the maximum line length of 132. (max-len)
(#1) Identifier 'gradingform_erubriceditor' is not in camel case. (camelcase)
(#1) Extra space after key 'enrichedconst'. (key-spacing)
(#1) Extra space after key 'templates'. (key-spacing)
(#1) Extra space after key 'eventhandler'. (key-spacing)
(#1) Extra space after key 'richevents'. (key-spacing)
(#1) Extra space after key 'name'. (key-spacing)
(#1) Extra space after key 'Y'. (key-spacing)
(#3) Missing JSDoc for parameter 'Y'. (valid-jsdoc)
(#3) Missing JSDoc for parameter 'options'. (valid-jsdoc)
(#7) Missing semicolon. (semi)
(#8) Missing semicolon. (semi)
(#10) Extra space after key 'criterion'. (key-spacing)
(#11) Extra space after key 'enrichedcriterion'. (key-spacing)
(#12) Extra space after key 'level'. (key-spacing)
(#13) Extra space after key 'enrichedlevel'. (key-spacing)
(#14) Missing semicolon. (semi)
(#17) Extra space after key 'selectactivity'. (key-spacing)
(#18) Extra space after key 'selectassignment'. (key-spacing)
(#19) Extra space after key 'selectresource'. (key-spacing)
(#20) Extra space after key 'referenceabsolutenumber'. (key-spacing)
(#21) Extra space after key 'referencepercentage'. (key-spacing)
(#22) Extra space after key 'collaborationpeople'. (key-spacing)
(#23) Extra space after key 'collaborationfiles'. (key-spacing)
(#24) Extra space after key 'modulesicons'. (key-spacing)
(#25) Missing semicolon. (semi)
(#26) Missing semicolon. (semi)
(#27) Missing semicolon. (semi)
(#28) 'YUI' is not defined. (no-undef)
(#28) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#28) Unexpected space before function parentheses. (space-before-function-paren)
(#31) Missing semicolon. (semi)
(#32) Missing semicolon. (semi)
(#33) Missing semicolon. (semi)
(#38) Missing semicolon. (semi)
(#39) Missing semicolon. (semi)
(#40) Expected { after 'if' condition. (curly)
(#40) Missing semicolon. (semi)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#43) Missing semicolon. (semi)
(#47) Missing semicolon. (semi)
(#48) Missing semicolon. (semi)
(#49) Missing space before opening brace. (space-before-blocks)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#51) Missing semicolon. (semi)
(#55) Line 55 exceeds the maximum line length of 132. (max-len)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#57) Line 57 exceeds the maximum line length of 132. (max-len)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#58) Line 58 exceeds the maximum line length of 132. (max-len)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Infix operators must be spaced. (space-infix-ops)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#60) Line 60 exceeds the maximum line length of 132. (max-len)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Infix operators must be spaced. (space-infix-ops)
(#61) Missing semicolon. (semi)
(#65) Missing semicolon. (semi)
(#66) Missing semicolon. (semi)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) There should be no spaces inside this paren. (space-in-parens)
(#68) Requires a space after '{'. (block-spacing)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Requires a space before '}'. (block-spacing)
(#68) Missing semicolon. (semi)
(#68) There should be no spaces inside this paren. (space-in-parens)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) There should be no spaces inside this paren. (space-in-parens)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) Missing semicolon. (semi)
(#69) Requires a space before '}'. (block-spacing)
(#69) There should be no spaces inside this paren. (space-in-parens)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#70) Requires a space after '{'. (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)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing semicolon. (semi)
(#70) Requires a space before '}'. (block-spacing)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#72) Line 72 exceeds the maximum line length of 132. (max-len)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#72) Requires a space after '{'. (block-spacing)
(#72) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#72) Requires a space before '}'. (block-spacing)
(#72) Missing semicolon. (semi)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#73) Missing semicolon. (semi)
(#78) Function 'anonymous' has a complexity of 23. (complexity)
(#79) Expected { after 'if' condition. (curly)
(#79) Missing semicolon. (semi)
(#80) Missing semicolon. (semi)
(#83) Missing semicolon. (semi)
(#87) Missing semicolon. (semi)
(#89) Expected { after 'if' condition. (curly)
(#89) Missing semicolon. (semi)
(#90) Missing semicolon. (semi)
(#95) Missing space before opening brace. (space-before-blocks)
(#97) Missing semicolon. (semi)
(#98) Missing semicolon. (semi)
(#101) Expected space(s) before "else". (keyword-spacing)
(#104) Missing space before opening brace. (space-before-blocks)
(#105) Missing semicolon. (semi)
(#107) Blocks are nested too deeply (5). (max-depth)
(#108) 'name' used outside of binding context. (block-scoped-var)
(#108) Missing semicolon. (semi)
(#109) Line 109 exceeds the maximum line length of 132. (max-len)
(#109) Blocks are nested too deeply (6). (max-depth)
(#110) 'name' used outside of binding context. (block-scoped-var)
(#110) ["selectactivity"] is better written in dot notation. (dot-notation)
(#113) 'name' used outside of binding context. (block-scoped-var)
(#113) ["selectassignment"] is better written in dot notation. (dot-notation)
(#116) 'name' used outside of binding context. (block-scoped-var)
(#116) ["selectresource"] is better written in dot notation. (dot-notation)
(#121) Expected { after 'else'. (curly)
(#121) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#121) Missing semicolon. (semi)
(#122) Missing semicolon. (semi)
(#123) Line 123 exceeds the maximum line length of 132. (max-len)
(#123) Expected space(s) before "else". (keyword-spacing)
(#123) Expected { after 'if' condition. (curly)
(#123) Missing semicolon. (semi)
(#129) Missing semicolon. (semi)
(#132) 'name' used outside of binding context. (block-scoped-var)
(#132) 'name' is already defined (no-redeclare)
(#132) Missing semicolon. (semi)
(#134) Line 134 exceeds the maximum line length of 132. (max-len)
(#134) Infix operators must be spaced. (space-infix-ops)
(#134) 'name' used outside of binding context. (block-scoped-var)
(#134) Infix operators must be spaced. (space-infix-ops)
(#134) Infix operators must be spaced. (space-infix-ops)
(#134) Infix operators must be spaced. (space-infix-ops)
(#134) Expected space or tab after '//' in comment. (spaced-comment)
(#135) Missing semicolon. (semi)
(#136) Missing semicolon. (semi)
(#140) Missing semicolon. (semi)
(#143) Missing semicolon. (semi)
(#144) Missing semicolon. (semi)
(#149) Missing semicolon. (semi)
(#151) Expected { after 'if' condition. (curly)
(#152) Expected { after 'if' condition. (curly)
(#155) Missing semicolon. (semi)
(#159) Line 159 exceeds the maximum line length of 132. (max-len)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) Missing semicolon. (semi)
(#160) Missing semicolon. (semi)
(#161) Missing semicolon. (semi)
(#167) Missing semicolon. (semi)
(#168) Expected { after 'if' condition. (curly)
(#168) Missing semicolon. (semi)
(#171) Missing semicolon. (semi)
(#172) Missing semicolon. (semi)
(#174) Missing semicolon. (semi)
(#177) Missing semicolon. (semi)
(#178) Missing semicolon. (semi)
(#181) Missing semicolon. (semi)
(#182) Missing semicolon. (semi)
(#183) Missing semicolon. (semi)
(#185) Missing semicolon. (semi)
(#190) Missing semicolon. (semi)
(#192) Expected { after 'if' condition. (curly)
(#193) Expected { after 'if' condition. (curly)
(#197) Missing semicolon. (semi)
(#201) Infix operators must be spaced. (space-infix-ops)
(#201) Infix operators must be spaced. (space-infix-ops)
(#201) Missing semicolon. (semi)
(#202) Missing semicolon. (semi)
(#203) Missing semicolon. (semi)
(#208) Missing semicolon. (semi)
(#209) Expected { after 'if' condition. (curly)
(#209) Missing semicolon. (semi)
(#215) Missing semicolon. (semi)
(#219) Expected { after 'if' condition. (curly)
(#219) Missing semicolon. (semi)
(#222) Expected { after 'if' condition. (curly)
(#222) Missing semicolon. (semi)
(#223) Expected { after 'if' condition. (curly)
(#223) Missing semicolon. (semi)
(#224) Line 224 exceeds the maximum line length of 132. (max-len)
(#224) Expected { after 'if' condition. (curly)
(#224) Infix operators must be spaced. (space-infix-ops)
(#224) Infix operators must be spaced. (space-infix-ops)
(#224) Missing semicolon. (semi)
(#225) Expected { after 'if' condition. (curly)
(#225) Missing semicolon. (semi)
(#226) Expected { after 'if' condition. (curly)
(#226) Missing semicolon. (semi)
(#227) Missing semicolon. (semi)
(#229) Missing semicolon. (semi)
(#232) Missing semicolon. (semi)
(#233) Missing semicolon. (semi)
(#236) Missing semicolon. (semi)
(#237) Missing semicolon. (semi)
(#239) Missing semicolon. (semi)
(#244) Missing semicolon. (semi)
(#246) Expected { after 'if' condition. (curly)
(#247) Expected { after 'if' condition. (curly)
(#251) Missing semicolon. (semi)
(#255) Infix operators must be spaced. (space-infix-ops)
(#255) Infix operators must be spaced. (space-infix-ops)
(#255) Missing semicolon. (semi)
(#256) Missing semicolon. (semi)
(#257) Missing semicolon. (semi)
(#259) Infix operators must be spaced. (space-infix-ops)
(#259) Infix operators must be spaced. (space-infix-ops)
(#259) Missing semicolon. (semi)
(#260) Missing semicolon. (semi)
(#261) Missing semicolon. (semi)
(#264) Expected { after 'if' condition. (curly)
(#264) Missing semicolon. (semi)
(#268) Missing semicolon. (semi)
(#269) Expected { after 'if' condition. (curly)
(#269) Missing semicolon. (semi)
(#271) Missing semicolon. (semi)
(#272) Missing semicolon. (semi)
(#275) Expected { after 'if' condition. (curly)
(#277) Missing semicolon. (semi)
(#278) Missing semicolon. (semi)
(#280) Missing semicolon. (semi)
(#281) Missing semicolon. (semi)
(#287) Missing semicolon. (semi)
(#288) Line 288 exceeds the maximum line length of 132. (max-len)
(#288) Expected { after 'if' condition. (curly)
(#288) Missing semicolon. (semi)
(#289) Expected { after 'else'. (curly)
(#289) Missing semicolon. (semi)
(#290) Infix operators must be spaced. (space-infix-ops)
(#290) A space is required after ','. (comma-spacing)
(#290) Infix operators must be spaced. (space-infix-ops)
(#290) Missing semicolon. (semi)
(#291) A space is required after ','. (comma-spacing)
(#291) Infix operators must be spaced. (space-infix-ops)
(#291) Missing semicolon. (semi)
(#293) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#297) Missing semicolon. (semi)
(#298) Missing semicolon. (semi)
(#300) Missing semicolon. (semi)
(#301) Missing semicolon. (semi)
(#305) Statement inside of curly braces should be on next line. (brace-style)
(#305) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#305) Expected { after 'if' condition. (curly)
(#305) Expected { after 'else'. (curly)
(#305) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#305) Missing semicolon. (semi)
(#306) Missing semicolon. (semi)
(#308) Line 308 exceeds the maximum line length of 132. (max-len)
(#309) Function 'anonymous' has a complexity of 30. (complexity)
(#310) Missing semicolon. (semi)
(#311) Missing semicolon. (semi)
(#312) Expected { after 'if' condition. (curly)
(#313) Missing semicolon. (semi)
(#315) Infix operators must be spaced. (space-infix-ops)
(#315) Missing semicolon. (semi)
(#316) Expected { after 'if' condition. (curly)
(#317) Identifier 'elements_str' is not in camel case. (camelcase)
(#317) Missing semicolon. (semi)
(#318) Identifier 'rich_elements_str' is not in camel case. (camelcase)
(#318) Missing semicolon. (semi)
(#320) Infix operators must be spaced. (space-infix-ops)
(#321) Identifier 'elements_str' is not in camel case. (camelcase)
(#321) Infix operators must be spaced. (space-infix-ops)
(#321) Infix operators must be spaced. (space-infix-ops)
(#321) Infix operators must be spaced. (space-infix-ops)
(#321) Infix operators must be spaced. (space-infix-ops)
(#321) Infix operators must be spaced. (space-infix-ops)
(#321) Infix operators must be spaced. (space-infix-ops)
(#321) Missing semicolon. (semi)
(#322) Identifier 'rich_elements_str' is not in camel case. (camelcase)
(#322) Infix operators must be spaced. (space-infix-ops)
(#322) Infix operators must be spaced. (space-infix-ops)
(#322) Infix operators must be spaced. (space-infix-ops)
(#322) Infix operators must be spaced. (space-infix-ops)
(#322) Infix operators must be spaced. (space-infix-ops)
(#322) Infix operators must be spaced. (space-infix-ops)
(#322) Missing semicolon. (semi)
(#324) Identifier 'elements_str' is not in camel case. (camelcase)
(#324) Infix operators must be spaced. (space-infix-ops)
(#324) Infix operators must be spaced. (space-infix-ops)
(#324) Missing semicolon. (semi)
(#325) Identifier 'rich_elements_str' is not in camel case. (camelcase)
(#325) Infix operators must be spaced. (space-infix-ops)
(#325) Infix operators must be spaced. (space-infix-ops)
(#325) Missing semicolon. (semi)
(#329) Infix operators must be spaced. (space-infix-ops)
(#329) Infix operators must be spaced. (space-infix-ops)
(#329) Missing semicolon. (semi)
(#330) Infix operators must be spaced. (space-infix-ops)
(#330) Infix operators must be spaced. (space-infix-ops)
(#330) Missing semicolon. (semi)
(#332) Identifier 'dialog_options' is not in camel case. (camelcase)
(#333) Extra space after key 'scope'. (key-spacing)
(#334) Extra space after key 'callbackargs'. (key-spacing)
(#335) Extra space after key 'callback'. (key-spacing)
(#340) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#340) Missing semicolon. (semi)
(#341) Infix operators must be spaced. (space-infix-ops)
(#341) Infix operators must be spaced. (space-infix-ops)
(#341) Missing semicolon. (semi)
(#342) Expected { after 'if' condition. (curly)
(#342) Missing semicolon. (semi)
(#344) Infix operators must be spaced. (space-infix-ops)
(#344) Missing semicolon. (semi)
(#345) Line 345 exceeds the maximum line length of 132. (max-len)
(#345) Expected { after 'for' condition. (curly)
(#345) Infix operators must be spaced. (space-infix-ops)
(#345) Missing whitespace after semicolon. (semi-spacing)
(#345) Infix operators must be spaced. (space-infix-ops)
(#345) Missing whitespace after semicolon. (semi-spacing)
(#345) Missing semicolon. (semi)
(#347) Expected { after 'for' condition. (curly)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Infix operators must be spaced. (space-infix-ops)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Infix operators must be spaced. (space-infix-ops)
(#347) Infix operators must be spaced. (space-infix-ops)
(#347) Missing semicolon. (semi)
(#350) Infix operators must be spaced. (space-infix-ops)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Infix operators must be spaced. (space-infix-ops)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#351) Line 351 exceeds the maximum line length of 132. (max-len)
(#351) ["level"] is better written in dot notation. (dot-notation)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) 'newlevid' used outside of binding context. (block-scoped-var)
(#351) Infix operators must be spaced. (space-infix-ops)
(#351) Missing semicolon. (semi)
(#352) Line 352 exceeds the maximum line length of 132. (max-len)
(#352) ["enrichedlevel"] is better written in dot notation. (dot-notation)
(#352) Infix operators must be spaced. (space-infix-ops)
(#352) 'newlevid' used outside of binding context. (block-scoped-var)
(#352) Infix operators must be spaced. (space-infix-ops)
(#352) Missing semicolon. (semi)
(#354) ["criterion"] is better written in dot notation. (dot-notation)
(#354) Missing semicolon. (semi)
(#356) ["enrichedcriterion"] is better written in dot notation. (dot-notation)
(#356) Missing semicolon. (semi)
(#357) Infix operators must be spaced. (space-infix-ops)
(#357) 'newid' used outside of binding context. (block-scoped-var)
(#357) Missing semicolon. (semi)
(#358) Infix operators must be spaced. (space-infix-ops)
(#358) Infix operators must be spaced. (space-infix-ops)
(#358) Infix operators must be spaced. (space-infix-ops)
(#358) Infix operators must be spaced. (space-infix-ops)
(#358) Infix operators must be spaced. (space-infix-ops)
(#358) 'newid' used outside of binding context. (block-scoped-var)
(#358) Infix operators must be spaced. (space-infix-ops)
(#358) Missing semicolon. (semi)
(#359) Line 359 exceeds the maximum line length of 132. (max-len)
(#359) Infix operators must be spaced. (space-infix-ops)
(#359) Infix operators must be spaced. (space-infix-ops)
(#359) Infix operators must be spaced. (space-infix-ops)
(#359) Infix operators must be spaced. (space-infix-ops)
(#359) Infix operators must be spaced. (space-infix-ops)
(#359) 'newid' used outside of binding context. (block-scoped-var)
(#359) Infix operators must be spaced. (space-infix-ops)
(#359) Missing semicolon. (semi)
(#360) Missing semicolon. (semi)
(#361) Missing semicolon. (semi)
(#362) Missing semicolon. (semi)
(#363) Missing semicolon. (semi)
(#364) Missing semicolon. (semi)
(#367) Line 367 exceeds the maximum line length of 132. (max-len)
(#367) Infix operators must be spaced. (space-infix-ops)
(#367) Infix operators must be spaced. (space-infix-ops)
(#367) Infix operators must be spaced. (space-infix-ops)
(#367) Infix operators must be spaced. (space-infix-ops)
(#367) Infix operators must be spaced. (space-infix-ops)
(#367) 'newid' used outside of binding context. (block-scoped-var)
(#367) Infix operators must be spaced. (space-infix-ops)
(#367) Missing semicolon. (semi)
(#369) Line 369 exceeds the maximum line length of 132. (max-len)
(#369) Infix operators must be spaced. (space-infix-ops)
(#369) Missing semicolon. (semi)
(#370) Line 370 exceeds the maximum line length of 132. (max-len)
(#371) Line 371 exceeds the maximum line length of 132. (max-len)
(#372) Missing semicolon. (semi)
(#373) Missing semicolon. (semi)
(#374) Infix operators must be spaced. (space-infix-ops)
(#374) Infix operators must be spaced. (space-infix-ops)
(#374) Missing semicolon. (semi)
(#376) Missing semicolon. (semi)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) 'newid' used outside of binding context. (block-scoped-var)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Missing semicolon. (semi)
(#384) parent is a read-only native object. (no-native-reassign)
(#384) Infix operators must be spaced. (space-infix-ops)
(#384) Infix operators must be spaced. (space-infix-ops)
(#384) Infix operators must be spaced. (space-infix-ops)
(#384) Infix operators must be spaced. (space-infix-ops)
(#384) Missing semicolon. (semi)
(#385) Identifier 'rich_parent' is not in camel case. (camelcase)
(#385) 'rich_parent' is not defined. (no-undef)
(#385) Infix operators must be spaced. (space-infix-ops)
(#385) Infix operators must be spaced. (space-infix-ops)
(#385) Infix operators must be spaced. (space-infix-ops)
(#385) Infix operators must be spaced. (space-infix-ops)
(#385) Missing semicolon. (semi)
(#387) Line 387 exceeds the maximum line length of 132. (max-len)
(#387) Unexpected space before function parentheses. (space-before-function-paren)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Infix operators must be spaced. (space-infix-ops)
(#387) Missing semicolon. (semi)
(#387) Missing semicolon. (semi)
(#388) ["level"] is better written in dot notation. (dot-notation)
(#389) Line 389 exceeds the maximum line length of 132. (max-len)
(#389) Infix operators must be spaced. (space-infix-ops)
(#389) 'newlevid' used outside of binding context. (block-scoped-var)
(#389) Missing semicolon. (semi)
(#391) ["enrichedlevel"] is better written in dot notation. (dot-notation)
(#392) Infix operators must be spaced. (space-infix-ops)
(#392) 'newlevid' used outside of binding context. (block-scoped-var)
(#392) Missing semicolon. (semi)
(#394) Missing semicolon. (semi)
(#395) 'rich_parent' is not defined. (no-undef)
(#395) Identifier 'rich_parent' is not in camel case. (camelcase)
(#395) Missing semicolon. (semi)
(#396) Missing semicolon. (semi)
(#397) Missing semicolon. (semi)
(#398) Missing semicolon. (semi)
(#399) Missing semicolon. (semi)
(#400) Identifier 'rich_parent' is not in camel case. (camelcase)
(#400) 'rich_parent' is not defined. (no-undef)
(#400) Missing semicolon. (semi)
(#403) Identifier 'rich_parent' is not in camel case. (camelcase)
(#403) 'rich_parent' is not defined. (no-undef)
(#403) Missing semicolon. (semi)
(#406) Infix operators must be spaced. (space-infix-ops)
(#406) Missing semicolon. (semi)
(#410) 'el' is not defined. (no-undef)
(#410) Infix operators must be spaced. (space-infix-ops)
(#410) Infix operators must be spaced. (space-infix-ops)
(#410) Infix operators must be spaced. (space-infix-ops)
(#410) Missing semicolon. (semi)
(#411) Identifier 'rich_el' is not in camel case. (camelcase)
(#411) 'rich_el' is not defined. (no-undef)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Missing semicolon. (semi)
(#414) Identifier 'prev_el' is not in camel case. (camelcase)
(#414) 'prev_el' is not defined. (no-undef)
(#414) 'el' is not defined. (no-undef)
(#414) Missing semicolon. (semi)
(#415) Identifier 'prev_el' is not in camel case. (camelcase)
(#415) 'prev_el' is not defined. (no-undef)
(#416) 'el' is not defined. (no-undef)
(#416) 'el' is not defined. (no-undef)
(#416) Identifier 'prev_el' is not in camel case. (camelcase)
(#416) 'prev_el' is not defined. (no-undef)
(#416) Missing semicolon. (semi)
(#417) Identifier 'rich_el' is not in camel case. (camelcase)
(#417) 'rich_el' is not defined. (no-undef)
(#417) 'rich_el' is not defined. (no-undef)
(#417) 'prev_el' is not defined. (no-undef)
(#417) Identifier 'prev_el' is not in camel case. (camelcase)
(#417) Missing semicolon. (semi)
(#420) Missing semicolon. (semi)
(#421) Missing semicolon. (semi)
(#425) 'el' is not defined. (no-undef)
(#425) Infix operators must be spaced. (space-infix-ops)
(#425) Infix operators must be spaced. (space-infix-ops)
(#425) Infix operators must be spaced. (space-infix-ops)
(#425) Missing semicolon. (semi)
(#426) 'rich_el' is not defined. (no-undef)
(#426) Identifier 'rich_el' is not in camel case. (camelcase)
(#426) Infix operators must be spaced. (space-infix-ops)
(#426) Infix operators must be spaced. (space-infix-ops)
(#426) Infix operators must be spaced. (space-infix-ops)
(#426) Missing semicolon. (semi)
(#429) 'next_el' is not defined. (no-undef)
(#429) Identifier 'next_el' is not in camel case. (camelcase)
(#429) 'el' is not defined. (no-undef)
(#429) Missing semicolon. (semi)
(#430) Identifier 'next_el' is not in camel case. (camelcase)
(#430) 'next_el' is not defined. (no-undef)
(#431) 'el' is not defined. (no-undef)
(#431) Identifier 'next_el' is not in camel case. (camelcase)
(#431) 'next_el' is not defined. (no-undef)
(#431) 'el' is not defined. (no-undef)
(#431) Missing semicolon. (semi)
(#432) Identifier 'rich_el' is not in camel case. (camelcase)
(#432) 'rich_el' is not defined. (no-undef)
(#432) 'next_el' is not defined. (no-undef)
(#432) Identifier 'next_el' is not in camel case. (camelcase)
(#432) 'el' is not defined. (no-undef)
(#432) Missing semicolon. (semi)
(#434) Missing semicolon. (semi)
(#435) Missing semicolon. (semi)
(#441) Infix operators must be spaced. (space-infix-ops)
(#441) Infix operators must be spaced. (space-infix-ops)
(#441) Infix operators must be spaced. (space-infix-ops)
(#441) Missing semicolon. (semi)
(#442) Missing semicolon. (semi)
(#443) Infix operators must be spaced. (space-infix-ops)
(#443) Infix operators must be spaced. (space-infix-ops)
(#443) Infix operators must be spaced. (space-infix-ops)
(#443) Missing semicolon. (semi)
(#444) Missing semicolon. (semi)
(#446) Identifier 'dialog_options' is not in camel case. (camelcase)
(#446) ["message"] is better written in dot notation. (dot-notation)
(#446) Missing semicolon. (semi)
(#454) Infix operators must be spaced. (space-infix-ops)
(#454) Infix operators must be spaced. (space-infix-ops)
(#454) Infix operators must be spaced. (space-infix-ops)
(#454) Infix operators must be spaced. (space-infix-ops)
(#454) Infix operators must be spaced. (space-infix-ops)
(#454) Infix operators must be spaced. (space-infix-ops)
(#454) Infix operators must be spaced. (space-infix-ops)
(#454) Missing semicolon. (semi)
(#455) Missing semicolon. (semi)
(#456) Infix operators must be spaced. (space-infix-ops)
(#456) Infix operators must be spaced. (space-infix-ops)
(#456) Infix operators must be spaced. (space-infix-ops)
(#456) Infix operators must be spaced. (space-infix-ops)
(#456) Infix operators must be spaced. (space-infix-ops)
(#456) Infix operators must be spaced. (space-infix-ops)
(#456) Infix operators must be spaced. (space-infix-ops)
(#456) Missing semicolon. (semi)
(#457) Missing semicolon. (semi)
(#459) Identifier 'dialog_options' is not in camel case. (camelcase)
(#459) ["message"] is better written in dot notation. (dot-notation)
(#459) Missing semicolon. (semi)
(#467) Infix operators must be spaced. (space-infix-ops)
(#467) Infix operators must be spaced. (space-infix-ops)
(#467) Infix operators must be spaced. (space-infix-ops)
(#467) Infix operators must be spaced. (space-infix-ops)
(#467) Infix operators must be spaced. (space-infix-ops)
(#467) Infix operators must be spaced. (space-infix-ops)
(#467) Infix operators must be spaced. (space-infix-ops)
(#467) Infix operators must be spaced. (space-infix-ops)
(#467) Infix operators must be spaced. (space-infix-ops)
(#467) Missing semicolon. (semi)
(#468) Multiple spaces found before 'ul'. (no-multi-spaces)
(#468) Missing semicolon. (semi)
(#469) Missing semicolon. (semi)
(#472) Missing semicolon. (semi)
(#475) Expected space(s) after "switch". (keyword-spacing)
(#477) Identifier 'dialog_options' is not in camel case. (camelcase)
(#477) ["message"] is better written in dot notation. (dot-notation)
(#477) Missing semicolon. (semi)
(#480) Identifier 'dialog_options' is not in camel case. (camelcase)
(#480) ["message"] is better written in dot notation. (dot-notation)
(#480) Missing semicolon. (semi)
(#483) Identifier 'dialog_options' is not in camel case. (camelcase)
(#483) ["message"] is better written in dot notation. (dot-notation)
(#483) Missing semicolon. (semi)
(#486) Identifier 'dialog_options' is not in camel case. (camelcase)
(#486) ["message"] is better written in dot notation. (dot-notation)
(#486) Missing semicolon. (semi)
(#495) Missing semicolon. (semi)
(#498) Unexpected space before function parentheses. (space-before-function-paren)
(#498) Identifier 'elements_str' is not in camel case. (camelcase)
(#499) Missing semicolon. (semi)
(#500) Infix operators must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) Infix operators must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#502) Infix operators must be spaced. (space-infix-ops)
(#502) Infix operators must be spaced. (space-infix-ops)
(#502) Infix operators must be spaced. (space-infix-ops)
(#502) Infix operators must be spaced. (space-infix-ops)
(#502) Infix operators must be spaced. (space-infix-ops)
(#502) Infix operators must be spaced. (space-infix-ops)
(#502) Infix operators must be spaced. (space-infix-ops)
(#502) Missing semicolon. (semi)
(#504) Don't make functions within a loop (no-loop-func)
(#504) Requires a space after '{'. (block-spacing)
(#504) Expected { after 'if' condition. (curly)
(#504) Statement inside of curly braces should be on next line. (brace-style)
(#504) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#504) Requires a space before '}'. (block-spacing)
(#504) Missing semicolon. (semi)
(#506) Expected { after 'if' condition. (curly)
(#506) Infix operators must be spaced. (space-infix-ops)
(#506) Infix operators must be spaced. (space-infix-ops)
(#506) Missing semicolon. (semi)
(#507) Expected { after 'if' condition. (curly)
(#507) Infix operators must be spaced. (space-infix-ops)
(#507) Infix operators must be spaced. (space-infix-ops)
(#507) Missing semicolon. (semi)
(#509) Missing semicolon. (semi)
(#512) Unexpected space before function parentheses. (space-before-function-paren)
(#512) Identifier 'elements_str' is not in camel case. (camelcase)
(#513) Missing semicolon. (semi)
(#514) There should be no spaces inside this paren. (space-in-parens)
(#515) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#516) Expected { after 'if' condition. (curly)
(#516) Infix operators must be spaced. (space-infix-ops)
(#517) There should be no spaces inside this paren. (space-in-parens)
(#518) Missing semicolon. (semi)
(#519) Missing semicolon. (semi)
(#524) Unexpected space before function parentheses. (space-before-function-paren)
(#528) Missing semicolon. (semi)
(#536) 'fname' is defined but never used (no-unused-vars)
(#541) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#542) 'Y' is defined but never used (no-unused-vars)
(#542) Missing semicolon. (semi)
(#546) Line 546 exceeds the maximum line length of 132. (max-len)
(#546) Missing semicolon. (semi)
(#549) Missing semicolon. (semi)
(#550) Missing semicolon. (semi)
(#552) Missing semicolon. (semi)
(#555) Expected { after 'if' condition. (curly)
(#556) Missing semicolon. (semi)
(#558) Expected { after 'if' condition. (curly)
(#559) Missing semicolon. (semi)
(#561) Expected { after 'if' condition. (curly)
(#562) Missing semicolon. (semi)
(#565) Infix operators must be spaced. (space-infix-ops)
(#565) Infix operators must be spaced. (space-infix-ops)
(#566) Infix operators must be spaced. (space-infix-ops)
(#566) Infix operators must be spaced. (space-infix-ops)
(#566) Infix operators must be spaced. (space-infix-ops)
(#566) Infix operators must be spaced. (space-infix-ops)
(#566) Infix operators must be spaced. (space-infix-ops)
(#568) Missing semicolon. (semi)
(#571) ["modulesicons"] is better written in dot notation. (dot-notation)
(#571) Missing semicolon. (semi)
(#574) Infix operators must be spaced. (space-infix-ops)
(#575) Infix operators must be spaced. (space-infix-ops)
(#575) Infix operators must be spaced. (space-infix-ops)
(#575) Infix operators must be spaced. (space-infix-ops)
(#575) Infix operators must be spaced. (space-infix-ops)
(#575) Infix operators must be spaced. (space-infix-ops)
(#576) Infix operators must be spaced. (space-infix-ops)
(#576) Infix operators must be spaced. (space-infix-ops)
(#576) Infix operators must be spaced. (space-infix-ops)
(#576) Infix operators must be spaced. (space-infix-ops)
(#576) Infix operators must be spaced. (space-infix-ops)
(#576) Infix operators must be spaced. (space-infix-ops)
(#576) Infix operators must be spaced. (space-infix-ops)
(#577) Infix operators must be spaced. (space-infix-ops)
(#577) Infix operators must be spaced. (space-infix-ops)
(#577) Infix operators must be spaced. (space-infix-ops)
(#577) Infix operators must be spaced. (space-infix-ops)
(#577) Infix operators must be spaced. (space-infix-ops)
(#577) Infix operators must be spaced. (space-infix-ops)
(#577) Infix operators must be spaced. (space-infix-ops)
(#577) Infix operators must be spaced. (space-infix-ops)
(#577) Infix operators must be spaced. (space-infix-ops)
(#580) Infix operators must be spaced. (space-infix-ops)
(#580) Infix operators must be spaced. (space-infix-ops)
(#580) Infix operators must be spaced. (space-infix-ops)
(#580) Infix operators must be spaced. (space-infix-ops)
(#580) Infix operators must be spaced. (space-infix-ops)
(#580) Infix operators must be spaced. (space-infix-ops)
(#581) Line 581 exceeds the maximum line length of 132. (max-len)
(#581) Infix operators must be spaced. (space-infix-ops)
(#581) Infix operators must be spaced. (space-infix-ops)
(#581) Infix operators must be spaced. (space-infix-ops)
(#581) Infix operators must be spaced. (space-infix-ops)
(#581) Infix operators must be spaced. (space-infix-ops)
(#584) Missing semicolon. (semi)
(#587) A space is required after ','. (comma-spacing)
(#587) Missing semicolon. (semi)
(#588) Missing semicolon. (semi)
(#591) Unexpected space before function parentheses. (space-before-function-paren)
(#597) Identifier 'dialog_options' is not in camel case. (camelcase)
(#598) Extra space after key 'scope'. (key-spacing)
(#599) Extra space after key 'callbackargs'. (key-spacing)
(#599) Expected space or tab after '//' in comment. (spaced-comment)
(#600) Extra space after key 'callback'. (key-spacing)
(#606) 'Y' is defined but never used (no-unused-vars)
(#607) Missing semicolon. (semi)
(#609) Missing semicolon. (semi)
(#610) Line 610 exceeds the maximum line length of 132. (max-len)
(#610) Expected { after 'if' condition. (curly)
(#610) Infix operators must be spaced. (space-infix-ops)
(#610) ["selectresource"] is better written in dot notation. (dot-notation)
(#610) Missing semicolon. (semi)
(#611) Line 611 exceeds the maximum line length of 132. (max-len)
(#611) Expected { after 'if' condition. (curly)
(#611) Infix operators must be spaced. (space-infix-ops)
(#611) ["selectactivity"] is better written in dot notation. (dot-notation)
(#611) Missing semicolon. (semi)
(#612) Line 612 exceeds the maximum line length of 132. (max-len)
(#612) Expected { after 'if' condition. (curly)
(#612) Infix operators must be spaced. (space-infix-ops)
(#612) ["selectassignment"] is better written in dot notation. (dot-notation)
(#612) Missing semicolon. (semi)
(#615) Missing semicolon. (semi)
(#616) Missing semicolon. (semi)
(#617) Missing semicolon. (semi)
(#619) Expected { after 'if' condition. (curly)
(#619) Missing semicolon. (semi)
(#620) Expected space(s) after "else". (keyword-spacing)
(#621) Identifier 'dialog_options' is not in camel case. (camelcase)
(#621) ["message"] is better written in dot notation. (dot-notation)
(#621) Missing semicolon. (semi)
(#625) Missing semicolon. (semi)
(#629) Missing semicolon. (semi)
(#630) Missing semicolon. (semi)
(#633) Unexpected space before function parentheses. (space-before-function-paren)
(#634) Missing semicolon. (semi)
(#635) Expected { after 'if' condition. (curly)
(#635) Missing semicolon. (semi)
(#636) Missing semicolon. (semi)
(#639) Infix operators must be spaced. (space-infix-ops)
(#639) Infix operators must be spaced. (space-infix-ops)
(#639) Infix operators must be spaced. (space-infix-ops)
(#639) Infix operators must be spaced. (space-infix-ops)
(#639) Missing semicolon. (semi)
(#641) Expected space or tab after '//' in comment. (spaced-comment)
(#642) Infix operators must be spaced. (space-infix-ops)
(#643) Infix operators must be spaced. (space-infix-ops)
(#643) Infix operators must be spaced. (space-infix-ops)
(#643) Infix operators must be spaced. (space-infix-ops)
(#643) Infix operators must be spaced. (space-infix-ops)
(#643) Missing semicolon. (semi)
(#645) Missing semicolon. (semi)
(#647) Line 647 exceeds the maximum line length of 132. (max-len)
(#648) Expected { after 'if' condition. (curly)
(#648) Infix operators must be spaced. (space-infix-ops)
(#650) Missing semicolon. (semi)
(#651) Infix operators must be spaced. (space-infix-ops)
(#651) Infix operators must be spaced. (space-infix-ops)
(#651) Infix operators must be spaced. (space-infix-ops)
(#651) Infix operators must be spaced. (space-infix-ops)
(#651) Missing semicolon. (semi)
(#653) Expected space(s) after "switch". (keyword-spacing)
(#654) ["referenceabsolutenumber"] is better written in dot notation. (dot-notation)
(#655) Infix operators must be spaced. (space-infix-ops)
(#655) ["selectactivity"] is better written in dot notation. (dot-notation)
(#656) Line 656 exceeds the maximum line length of 132. (max-len)
(#656) Missing semicolon. (semi)
(#657) Line 657 exceeds the maximum line length of 132. (max-len)
(#657) Infix operators must be spaced. (space-infix-ops)
(#657) ["collaborationpeople"] is better written in dot notation. (dot-notation)
(#658) Line 658 exceeds the maximum line length of 132. (max-len)
(#658) There should be no spaces inside this paren. (space-in-parens)
(#658) Requires a space after '{'. (block-spacing)
(#658) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#658) Statement inside of curly braces should be on next line. (brace-style)
(#658) Missing semicolon. (semi)
(#658) Requires a space before '}'. (block-spacing)
(#658) There should be no spaces inside this paren. (space-in-parens)
(#658) Missing semicolon. (semi)
(#659) Line 659 exceeds the maximum line length of 132. (max-len)
(#659) Expected space(s) before "else". (keyword-spacing)
(#659) Infix operators must be spaced. (space-infix-ops)
(#659) ["collaborationfiles"] is better written in dot notation. (dot-notation)
(#660) Line 660 exceeds the maximum line length of 132. (max-len)
(#660) There should be no spaces inside this paren. (space-in-parens)
(#660) Requires a space after '{'. (block-spacing)
(#660) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#660) Statement inside of curly braces should be on next line. (brace-style)
(#660) Requires a space before '}'. (block-spacing)
(#660) Missing semicolon. (semi)
(#660) There should be no spaces inside this paren. (space-in-parens)
(#660) Missing semicolon. (semi)
(#661) Expected space(s) after "else". (keyword-spacing)
(#661) Expected space(s) before "else". (keyword-spacing)
(#662) Line 662 exceeds the maximum line length of 132. (max-len)
(#662) There should be no spaces inside this paren. (space-in-parens)
(#662) Requires a space after '{'. (block-spacing)
(#662) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#662) Statement inside of curly braces should be on next line. (brace-style)
(#662) Requires a space before '}'. (block-spacing)
(#662) Missing semicolon. (semi)
(#662) There should be no spaces inside this paren. (space-in-parens)
(#662) Missing semicolon. (semi)
(#664) Expected space(s) before "else". (keyword-spacing)
(#664) Infix operators must be spaced. (space-infix-ops)
(#664) ["selectresource"] is better written in dot notation. (dot-notation)
(#665) Line 665 exceeds the maximum line length of 132. (max-len)
(#665) There should be no spaces inside this paren. (space-in-parens)
(#665) Requires a space after '{'. (block-spacing)
(#665) Statement inside of curly braces should be on next line. (brace-style)
(#665) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#665) Missing semicolon. (semi)
(#665) Requires a space before '}'. (block-spacing)
(#665) There should be no spaces inside this paren. (space-in-parens)
(#665) Missing semicolon. (semi)
(#666) Expected space(s) before "else". (keyword-spacing)
(#666) Infix operators must be spaced. (space-infix-ops)
(#666) ["selectassignment"] is better written in dot notation. (dot-notation)
(#667) Line 667 exceeds the maximum line length of 132. (max-len)
(#667) There should be no spaces inside this paren. (space-in-parens)
(#667) Requires a space after '{'. (block-spacing)
(#667) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#667) Statement inside of curly braces should be on next line. (brace-style)
(#667) Requires a space before '}'. (block-spacing)
(#667) Missing semicolon. (semi)
(#667) There should be no spaces inside this paren. (space-in-parens)
(#667) Missing semicolon. (semi)
(#668) Expected space(s) before "else". (keyword-spacing)
(#669) Line 669 exceeds the maximum line length of 132. (max-len)
(#669) There should be no spaces inside this paren. (space-in-parens)
(#669) Requires a space after '{'. (block-spacing)
(#669) Statement inside of curly braces should be on next line. (brace-style)
(#669) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#669) Requires a space before '}'. (block-spacing)
(#669) Missing semicolon. (semi)
(#669) There should be no spaces inside this paren. (space-in-parens)
(#669) Missing semicolon. (semi)
(#672) ["referencepercentage"] is better written in dot notation. (dot-notation)
(#673) Line 673 exceeds the maximum line length of 132. (max-len)
(#673) There should be no spaces inside this paren. (space-in-parens)
(#673) Requires a space after '{'. (block-spacing)
(#673) Statement inside of curly braces should be on next line. (brace-style)
(#673) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#673) Missing semicolon. (semi)
(#673) Requires a space before '}'. (block-spacing)
(#673) There should be no spaces inside this paren. (space-in-parens)
(#673) Missing semicolon. (semi)
(#676) Line 676 exceeds the maximum line length of 132. (max-len)
(#676) There should be no spaces inside this paren. (space-in-parens)
(#676) Requires a space after '{'. (block-spacing)
(#676) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#676) Statement inside of curly braces should be on next line. (brace-style)
(#676) Requires a space before '}'. (block-spacing)
(#676) Missing semicolon. (semi)
(#676) There should be no spaces inside this paren. (space-in-parens)
(#676) Missing semicolon. (semi)
(#678) Missing semicolon. (semi)
(#681) Unexpected space before function parentheses. (space-before-function-paren)
(#682) Missing semicolon. (semi)
(#683) Missing semicolon. (semi)
(#684) Missing semicolon. (semi)
(#685) Missing semicolon. (semi)
(#687) Line 687 exceeds the maximum line length of 132. (max-len)
(#687) Infix operators must be spaced. (space-infix-ops)
(#687) ["selectactivity"] is better written in dot notation. (dot-notation)
(#688) Expected { after 'if' condition. (curly)
(#688) Missing semicolon. (semi)
(#689) Expected space(s) before "else". (keyword-spacing)
(#689) Expected space(s) after "else". (keyword-spacing)
(#692) Missing semicolon. (semi)
(#693) Missing semicolon. (semi)
(#694) Missing semicolon. (semi)
(#695) Missing semicolon. (semi)
(#697) Expected { after 'if' condition. (curly)
(#697) Missing semicolon. (semi)
(#699) Missing semicolon. (semi)
(#702) Unexpected space before function parentheses. (space-before-function-paren)
(#703) Missing semicolon. (semi)
(#704) Missing semicolon. (semi)
(#705) Missing semicolon. (semi)

CSS problems

(0 errors, 24 warnings)

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

grade/grading/form/erubric/styles.css
(#93) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#95) Use of !important
(#118) Use of !important
(#144) Use of !important
(#146) Use of !important
(#146) Expected (<margin-width> | <content-sizing> | inherit) but found 'initial'.
(#147) Use of !important
(#165) float can't be used with display: inline-block.
(#166) Expected (<margin-width> | inherit) but found 'initial'.
(#183) Use of !important
(#187) Use of !important
(#188) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
(#195) Use of !important
(#196) Use of !important
(#201) float can't be used with display: inline-block.
(#204) Use of !important
(#205) Use of !important
(#248) Expected (<color> | inherit) but found 'initial'.
(#259) Use of !important
(#259) Use of !important
(#260) Use of !important

PHPDocs style problems

(61 errors, 7 warnings)

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

grade/grading/form/erubric/backup/moodle2/backup_gradingform_erubric_plugin.class.php
(#2) Empty line found after PHP open tag
(#21) Package gradingform is not valid
(#32) Package gradingform is not valid
grade/grading/form/erubric/backup/moodle2/restore_gradingform_erubric_plugin.class.php
(#2) Empty line found after PHP open tag
(#72) Phpdocs for function restore_gradingform_erubric_plugin::process_gradingform_erubric_criterion has incomplete parameters list
(#89) Phpdocs for function restore_gradingform_erubric_plugin::process_gradingform_erubric_level has incomplete parameters list
(#106) Phpdocs for function restore_gradingform_erubric_plugin::process_gradinform_erubric_filling has incomplete parameters list
(#21) Package gradingform is not valid
(#32) Package gradingform is not valid
grade/grading/form/erubric/edit.php
(#20) Package gradingform is not valid
grade/grading/form/erubric/edit_form.php
(#2) Empty line found after PHP open tag
(#21) Package gradingform is not valid
(#35) Package gradingform is not valid
grade/grading/form/erubric/erubriceditor.php
(#73) Phpdocs for function MoodleQuickForm_erubriceditor::setHelpButton has incomplete parameters list
(#72) Not recommended phpdocs tag @access used
(#83) Not recommended phpdocs tag @access used
(#20) Package gradingform is not valid
(#41) Package gradingform is not valid
grade/grading/form/erubric/lang/el/gradingform_erubric.php
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
(#20) Package gradingform is not valid
grade/grading/form/erubric/lang/en/gradingform_erubric.php
(#20) Package gradingform is not valid
grade/grading/form/erubric/lib.php
(#873) Variable gradingform_erubric_instance::$erubric is not documented
(#57) Constant gradingform_erubric_controller::INTERACTION_TYPE_COLLABORATION is not documented
(#58) Constant gradingform_erubric_controller::INTERACTION_TYPE_GRADE is not documented
(#59) Constant gradingform_erubric_controller::INTERACTION_TYPE_STUDY is not documented
(#60) Constant gradingform_erubric_controller::COLLABORATION_TYPE_ENTRIES is not documented
(#61) Constant gradingform_erubric_controller::COLLABORATION_TYPE_FILE_ADDS is not documented
(#62) Constant gradingform_erubric_controller::COLLABORATION_TYPE_REPLIES is not documented
(#63) Constant gradingform_erubric_controller::COLLABORATION_TYPE_INTERACTIONS is not documented
(#64) Constant gradingform_erubric_controller::OPERATOR_EQUAL is not documented
(#65) Constant gradingform_erubric_controller::OPERATOR_MORE_THAN is not documented
(#66) Constant gradingform_erubric_controller::REFERENCE_STUDENT is not documented
(#67) Constant gradingform_erubric_controller::REFERENCE_STUDENTS is not documented
(#734) Found comment starting with three or more slashes
(#20) Package gradingform is not valid
(#32) Package gradingform is not valid
(#866) Package gradingform is not valid
grade/grading/form/erubric/preview.php
(#20) Package gradingform is not valid
grade/grading/form/erubric/renderer.php
(#44) Variable gradingform_erubric_renderer::$resources is not documented
(#46) Variable gradingform_erubric_renderer::$assignments is not documented
(#48) Variable gradingform_erubric_renderer::$activities is not documented
(#50) Variable gradingform_erubric_renderer::$moduleicon is not documented
(#52) Variable gradingform_erubric_renderer::$missingmodules is not documented
(#55) Variable gradingform_erubric_renderer::$chatmoduleid is not documented
(#56) Variable gradingform_erubric_renderer::$forummoduleid is not documented
(#57) Variable gradingform_erubric_renderer::$oldassignmoduleid is not documented
(#58) Variable gradingform_erubric_renderer::$newassignmoduleid is not documented
(#1978) Found comment starting with three or more slashes
(#1980) Found comment starting with three or more slashes
(#116) Phpdocs for function gradingform_erubric_renderer::get_modules_array has incomplete parameters list
(#354) Phpdocs for function gradingform_erubric_renderer::enriched_criterion_template has incomplete parameters list
(#732) Phpdocs for function gradingform_erubric_renderer::level_template has incomplete parameters list
(#830) Phpdocs for function gradingform_erubric_renderer::enriched_level_template has incomplete parameters list
(#1871) Phpdocs for function gradingform_erubric_renderer::get_value_from_learning_analytics has incomplete parameters list
(#1923) Phpdocs for function gradingform_erubric_renderer::timestamp_and_count_active_studends_involved has incomplete parameters list
(#2108) Phpdocs for function gradingform_erubric_renderer::display_instance has incomplete parameters list
(#259) Invalid inline phpdocs tag @see found
(#354) Invalid inline phpdocs tag @see found
(#732) Invalid inline phpdocs tag @see found
(#830) Invalid inline phpdocs tag @see found
(#915) Invalid inline phpdocs tag @see found
(#1055) Invalid inline phpdocs tag @see found
(#20) Package gradingform is not valid
(#36) Package gradingform is not valid
grade/grading/form/erubric/version.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#19) Package gradingform is not valid

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, 0 warnings)

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