Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(3053 errors, 195 warnings)

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

mod/offlinequiz/classes/privacy/provider.php
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#345) Whitespace found at end of line
(#348) Expected 1 space after "="; 2 found
(#352) Line indented incorrectly; expected at least 8 spaces, found 6
(#353) Line indented incorrectly; expected 8 spaces, found 6
(#354) Line indented incorrectly; expected at least 12 spaces, found 5
(#357) Whitespace found at end of line within string
(#361) Whitespace found at end of line within string
(#364) Whitespace found at end of line within string
(#367) Line indented incorrectly; expected at least 12 spaces, found 5
(#367) Line exceeds maximum limit of 180 characters; contains 182 characters
(#368) Line indented incorrectly; expected 8 spaces, found 6
(#370) Whitespace found at end of line
(#377) Line indented incorrectly; expected at least 8 spaces, found 4
(#378) Whitespace found at end of line
(#379) Line indented incorrectly; expected at least 8 spaces, found 4
(#380) Line indented incorrectly; expected at least 8 spaces, found 4
(#381) Line indented incorrectly; expected at least 8 spaces, found 4
(#382) Line indented incorrectly; expected at least 8 spaces, found 4
(#383) Line indented incorrectly; expected at least 8 spaces, found 4
(#384) Whitespace found at end of line
(#385) Line indented incorrectly; expected 8 spaces, found 4
(#386) Line indented incorrectly; expected at least 12 spaces, found 4
(#387) Line indented incorrectly; expected 8 spaces, found 4
(#388) Whitespace found at end of line
(#389) Line indented incorrectly; expected at least 8 spaces, found 4
(#393) Line indented incorrectly; expected at least 8 spaces, found 4
(#393) Commas (,) must be followed by white space.
(#394) Whitespace found at end of line
(#395) Line indented incorrectly; expected at least 8 spaces, found 4
(#396) Line indented incorrectly; expected 8 spaces, found 4
(#397) Line indented incorrectly; expected at least 12 spaces, found 8
(#398) Line indented incorrectly; expected 8 spaces, found 4
(#399) Line indented incorrectly; expected at least 8 spaces, found 4
(#400) Whitespace found at end of line
(#401) Line indented incorrectly; expected at least 8 spaces, found 4
(#402) Line indented incorrectly; expected at least 8 spaces, found 4
(#403) Line indented incorrectly; expected at least 8 spaces, found 4
(#404) Line indented incorrectly; expected at least 8 spaces, found 4
(#405) Line indented incorrectly; expected at least 8 spaces, found 4
mod/offlinequiz/classes/question/bank/add_action_column.php
(#58) Commas (,) must be followed by white space.
mod/offlinequiz/classes/question/bank/custom_view.php
(#214) Possible useless method overriding detected
mod/offlinequiz/cron.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#21) Inline doc block comments are not allowed; use "// Comment." instead
(#33) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#52) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Line indented incorrectly; expected at least 4 spaces, found 0
(#67) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#166) Expected "if (...) {\n"; found "if(...) {\n"
(#180) Whitespace found at end of line
(#194) Whitespace found at end of line
(#206) Whitespace found at end of line
(#210) Whitespace found at end of line
(#216) Whitespace found at end of line
(#228) Expected "} else {\n"; found "}\n else {\n"
(#228) Empty ELSE statement detected
(#229) Whitespace found at end of line
(#233) Commas (,) must be followed by white space.
(#233) Commas (,) must be followed by white space.
(#237) Whitespace found at end of line
(#302) Whitespace found at end of line
(#302) Functions must not contain multiple empty lines in a row; found 2 empty lines
mod/offlinequiz/db/upgrade.php
(#1405) Expected "if (...) {\n"; found "if(...) {\n"
(#1407) Line exceeds 132 characters; contains 133 characters
(#1413) Whitespace found at end of line
(#1414) Expected "if (...) {\n"; found "if(...) {\n"
(#1435) Line indented incorrectly; expected at least 12 spaces, found 8
(#1436) Line indented incorrectly; expected at least 12 spaces, found 8
(#1437) Line indented incorrectly; expected 12 spaces, found 8
(#1438) Line indented incorrectly; expected at least 16 spaces, found 12
(#1439) Line indented incorrectly; expected at least 16 spaces, found 12
(#1440) Line indented incorrectly; expected at least 16 spaces, found 12
(#1441) Line indented incorrectly; expected 12 spaces, found 8
(#1443) Whitespace found at end of line
(#1446) Expected "if (...) {\n"; found "if(...) {\n"
(#1448) Line exceeds 132 characters; contains 136 characters
(#1449) Line indented incorrectly; expected 8 spaces, found 4
(#1450) Line indented incorrectly; expected at least 12 spaces, found 8
(#1451) Line indented incorrectly; expected 8 spaces, found 4
mod/offlinequiz/edit_rest.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/offlinequiz/evallib.php
(#379) Line exceeds maximum limit of 180 characters; contains 191 characters
(#380) Expected "if (...) {\n"; found "if(...) {\n"
(#384) Expected "} else {\n"; found "}\n else {\n"
mod/offlinequiz/latexlib.php
(#277) Expected 1 space before "="; 0 found
(#277) Expected 1 space after "="; 0 found
mod/offlinequiz/lib/PHPWord.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Expected "if (...) {\n"; found "if(...) {\n"
(#31) "require" must be immediately followed by an open parenthesis
(#57) Member variable "_defaultFontName" must be all lower-case
(#64) Member variable "_defaultFontSize" must be all lower-case
(#71) Member variable "_sectionCollection" must be all lower-case
(#78) Member variable "_numberingCollection" must be all lower-case
(#93) Public method name "PHPWord::getProperties" must be in lower-case letters only
(#103) Public method name "PHPWord::setProperties" must be in lower-case letters only
(#114) Public method name "PHPWord::createSection" must be in lower-case letters only
(#115) Variable "sectionCount" must be all lower-case
(#117) Variable "sectionCount" must be all lower-case
(#126) Public method name "PHPWord::getDefaultFontName" must be in lower-case letters only
(#134) Public method name "PHPWord::setDefaultFontName" must be in lower-case letters only
(#134) Variable "pValue" must be all lower-case
(#135) Variable "pValue" must be all lower-case
(#142) Public method name "PHPWord::getDefaultFontSize" must be in lower-case letters only
(#150) Public method name "PHPWord::setDefaultFontSize" must be in lower-case letters only
(#150) Variable "pValue" must be all lower-case
(#151) Variable "pValue" must be all lower-case
(#151) Variable "pValue" must be all lower-case
(#152) Variable "pValue" must be all lower-case
(#161) Public method name "PHPWord::addParagraphStyle" must be in lower-case letters only
(#161) Variable "styleName" must be all lower-case
(#162) Variable "styleName" must be all lower-case
(#171) Public method name "PHPWord::addFontStyle" must be in lower-case letters only
(#171) Variable "styleName" must be all lower-case
(#171) Variable "styleFont" must be all lower-case
(#171) Variable "styleParagraph" must be all lower-case
(#172) Variable "styleName" must be all lower-case
(#172) Variable "styleFont" must be all lower-case
(#172) Variable "styleParagraph" must be all lower-case
(#181) Public method name "PHPWord::addTableStyle" must be in lower-case letters only
(#181) Variable "styleName" must be all lower-case
(#181) Variable "styleTable" must be all lower-case
(#181) Variable "styleFirstRow" must be all lower-case
(#182) Variable "styleName" must be all lower-case
(#182) Variable "styleTable" must be all lower-case
(#182) Variable "styleFirstRow" must be all lower-case
(#191) Public method name "PHPWord::addTitleStyle" must be in lower-case letters only
(#191) Variable "titleCount" must be all lower-case
(#191) Variable "styleFont" must be all lower-case
(#191) Variable "styleParagraph" must be all lower-case
(#192) Variable "titleCount" must be all lower-case
(#192) Variable "styleFont" must be all lower-case
(#192) Variable "styleParagraph" must be all lower-case
(#201) Public method name "PHPWord::addLinkStyle" must be in lower-case letters only
(#201) Variable "styleName" must be all lower-case
(#202) Variable "styleName" must be all lower-case
(#209) Public method name "PHPWord::getSections" must be in lower-case letters only
(#217) Private method name "PHPWord::_countSections" must be in lower-case letters only
(#225) Public method name "PHPWord::getNumbering" must be in lower-case letters only
(#233) Public method name "PHPWord::addNumbering" must be in lower-case letters only
(#244) Public method name "PHPWord::loadTemplate" must be in lower-case letters only
(#244) Variable "strFilename" must be all lower-case
(#245) Expected "if (...) {\n"; found "if(...) {\n"
(#245) Variable "strFilename" must be all lower-case
(#246) Variable "strFilename" must be all lower-case
(#249) Variable "strFilename" must be all lower-case
mod/offlinequiz/mod_form.php
(#125) Expected 1 space before "="; 0 found
(#125) Expected 1 space after "="; 0 found
(#126) Expected "if (...) {\n"; found "if(...) {\n"
(#129) Line exceeds 132 characters; contains 145 characters
(#131) Expected "if (...) {\n"; found "if(...) {\n"
(#195) Whitespace found at end of line
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 12 spaces, found 9
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 12 spaces, found 9
mod/offlinequiz/pdflib.php
(#73) Public method name "offlinequiz_question_pdf::Header" must be in lower-case letters only
(#90) Public method name "offlinequiz_question_pdf::Footer" must be in lower-case letters only
(#107) Public method name "offlinequiz_answer_pdf::Header" must be in lower-case letters only
(#226) Public method name "offlinequiz_answer_pdf::Footer" must be in lower-case letters only
(#299) Public method name "offlinequiz_participants_pdf::Header" must be in lower-case letters only
(#348) Public method name "offlinequiz_participants_pdf::Footer" must be in lower-case letters only
mod/offlinequiz/report/overview/report.php
(#549) Commas (,) must be followed by white space.
mod/offlinequiz/report/rimport/boxscanner.php
(#18) Commas (,) must be followed by white space.
(#19) Commas (,) must be followed by white space.
(#20) Commas (,) must be followed by white space.
(#21) Commas (,) must be followed by white space.
(#22) Commas (,) must be followed by white space.
(#23) Commas (,) must be followed by white space.
(#24) Commas (,) must be followed by white space.
(#25) Commas (,) must be followed by white space.
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Expected 1 space before "="; 0 found
(#28) Expected 1 space after "="; 0 found
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Spaces must be used to indent lines; tabs are not allowed
(#32) Spaces must be used to indent lines; tabs are not allowed
(#33) Spaces must be used to indent lines; tabs are not allowed
(#34) Spaces must be used to indent lines; tabs are not allowed
(#35) Spaces must be used to indent lines; tabs are not allowed
(#36) Spaces must be used to indent lines; tabs are not allowed
(#37) Spaces must be used to indent lines; tabs are not allowed
(#38) Spaces must be used to indent lines; tabs are not allowed
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 8 spaces, found 5
(#40) No space found before comment text; expected "// first we find out, where the upper left of the box SHOULD be (plus some margin to be sure we hit the whole box)" but found "//first we find out, where the upper left of the box SHOULD be (plus some margin to be sure we hit the whole box)"
(#41) Expected 1 space before "+"; 0 found
(#41) Expected 1 space after "+"; 0 found
(#42) Expected 1 space before "/"; 0 found
(#42) Expected 1 space after "/"; 0 found
(#42) Expected 1 space before "/"; 0 found
(#42) Expected 1 space after "/"; 0 found
(#43) Commas (,) must be followed by white space.
(#43) Commas (,) must be followed by white space.
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) This comment is 67% valid code; is this commented out code?
(#44) Line indented incorrectly; expected at least 8 spaces, found 0
(#44) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) No space found before comment text; expected "// get the cropped Image of the box" but found "//get the cropped Image of the box"
(#50) Expected 1 space before "*"; 0 found
(#50) Expected 1 space after "*"; 0 found
(#50) Commas (,) must be followed by white space.
(#50) Expected 1 space before "*"; 0 found
(#50) Expected 1 space after "*"; 0 found
(#50) Commas (,) must be followed by white space.
(#50) Commas (,) must be followed by white space.
(#50) Line exceeds 132 characters; contains 148 characters
(#51) Whitespace found at end of line
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) No space found before comment text; expected "// find out how many black points we have in the image" but found "//find out how many black points we have in the image"
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) No space found before comment text; expected "// TODO rausnehmen" but found "//TODO rausnehmen"
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) This comment is 67% valid code; is this commented out code?
(#56) Line indented incorrectly; expected at least 8 spaces, found 0
(#56) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) This comment is 84% valid code; is this commented out code?
(#59) Line indented incorrectly; expected at least 8 spaces, found 0
(#59) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#60) Expected 1 space before "*"; 0 found
(#60) Expected 1 space after "*"; 0 found
(#60) Expected 1 space before "*"; 0 found
(#60) Expected 1 space after "*"; 0 found
(#60) Expected 1 space before "*"; 0 found
(#60) Expected 1 space after "*"; 0 found
(#61) Whitespace found at end of line
(#62) This comment is 43% valid code; is this commented out code?
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Line indented incorrectly; expected at least 8 spaces, found 0
(#62) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) No space found before comment text; expected "// Depending on how many black pixels we have in comparison to all pixels, decide if it is crossed out or not" but found "//Depending on how many black pixels we have in comparison to all pixels, decide if it is crossed out or not"
(#64) Expected "if (...) {\n"; found "if(...) {\n"
(#64) Expected 1 space before "<"; 0 found
(#64) Expected 1 space after "<"; 0 found
(#64) Expected 1 space before "*"; 0 found
(#64) Expected 1 space after "*"; 0 found
(#64) Expected 1 space before "-"; 0 found
(#64) Expected 1 space after "-"; 0 found
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 12 spaces, found 9
(#68) Expected "} else if (...) {\n"; found "}\n else if(...) {\n"
(#68) Expected "if (...) {\n"; found "if(...) {\n"
(#68) Expected 1 space before "<"; 0 found
(#68) Expected 1 space after "<"; 0 found
(#68) Expected 1 space before "*"; 0 found
(#68) Expected 1 space after "*"; 0 found
(#68) Expected 1 space before "+"; 0 found
(#68) Expected 1 space after "+"; 0 found
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 12 spaces, found 9
(#72) Expected "} else if (...) {\n"; found "}\n else if(...) {\n"
(#72) Expected "if (...) {\n"; found "if(...) {\n"
(#72) Expected 1 space before "<"; 0 found
(#72) Expected 1 space after "<"; 0 found
(#72) Expected 1 space before "*"; 0 found
(#72) Expected 1 space after "*"; 0 found
(#72) Expected 1 space before "-"; 0 found
(#72) Expected 1 space after "-"; 0 found
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 9
(#76) Usage of ELSEIF not allowed; use ELSE IF instead
(#76) Expected 1 space before "<"; 0 found
(#76) Expected 1 space after "<"; 0 found
(#76) Expected 1 space before "*"; 0 found
(#76) Expected 1 space after "*"; 0 found
(#76) Expected 1 space before "+"; 0 found
(#76) Expected 1 space after "+"; 0 found
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 12 spaces, found 9
(#80) Expected "} else {\n"; found "}\n else {\n"
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 12 spaces, found 9
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#99) Expected 1 space before "="; 0 found
(#99) Expected 1 space after "="; 0 found
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#107) Spaces must be used to indent lines; tabs are not allowed
(#108) Spaces must be used to indent lines; tabs are not allowed
(#109) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 1
(#110) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 2
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 2
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#113) Expected 1 space before "+"; 0 found
(#113) Expected 1 space after "+"; 0 found
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Expected 1 space before "/"; 0 found
(#114) Expected 1 space after "/"; 0 found
(#114) Expected 1 space before "/"; 0 found
(#114) Expected 1 space after "/"; 0 found
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) This comment is 67% valid code; is this commented out code?
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Whitespace found at end of line
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 2
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 8 spaces, found 2
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 2
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 8 spaces, found 2
(#122) Expected 1 space before "*"; 0 found
(#122) Expected 1 space after "*"; 0 found
(#122) Expected 1 space before "*"; 0 found
(#122) Expected 1 space after "*"; 0 found
(#122) Line exceeds 132 characters; contains 145 characters
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 8 spaces, found 2
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 8 spaces, found 2
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 2
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) This comment is 67% valid code; is this commented out code?
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#129) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#130) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Whitespace found at end of line
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) Expected 1 space before "*"; 0 found
(#134) Expected 1 space after "*"; 0 found
(#134) Commas (,) must be followed by white space.
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) This comment is 84% valid code; is this commented out code?
(#135) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) This comment is 43% valid code; is this commented out code?
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Line indented incorrectly; expected at least 8 spaces, found 2
(#137) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Line indented incorrectly; expected at least 8 spaces, found 2
(#138) No space found before comment text; expected "// Depending on how many black pixels we have in comparison to all pixels, decide if it is crossed out or not" but found "//Depending on how many black pixels we have in comparison to all pixels, decide if it is crossed out or not"
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 8 spaces, found 2
(#139) Expected "if (...) {\n"; found "if (...){\n"
(#139) Expected 1 space before "*"; 0 found
(#139) Expected 1 space after "*"; 0 found
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 12 spaces, found 3
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 12 spaces, found 3
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 12 spaces, found 3
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 8 spaces, found 2
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 8 spaces, found 2
(#144) Expected "if (...) {\n"; found "if(...) {\n"
(#144) Expected 1 space before "*"; 0 found
(#144) Expected 1 space after "*"; 0 found
(#144) Expected 1 space before "-"; 0 found
(#144) Expected 1 space after "-"; 0 found
(#144) Expected 1 space before ">"; 0 found
(#144) Expected 1 space after ">"; 0 found
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 12 spaces, found 3
(#145) Expected 1 space before "/"; 0 found
(#145) Expected 1 space after "/"; 0 found
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 3
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 12 spaces, found 3
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 8 spaces, found 2
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 8 spaces, found 2
(#149) Expected "if (...) {\n"; found "if(...) {\n"
(#149) Expected 1 space before "*"; 0 found
(#149) Expected 1 space after "*"; 0 found
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 12 spaces, found 3
(#150) Expected 1 space before "/"; 0 found
(#150) Expected 1 space after "/"; 0 found
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 12 spaces, found 3
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 12 spaces, found 3
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 8 spaces, found 2
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Whitespace found at end of line
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 2
(#155) Expected 1 space before "*"; 0 found
(#155) Expected 1 space after "*"; 0 found
(#155) Expected 1 space before "/"; 0 found
(#155) Expected 1 space after "/"; 0 found
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#156) Expected 1 space before "*"; 0 found
(#156) Expected 1 space after "*"; 0 found
(#156) Expected 1 space before "/"; 0 found
(#156) Expected 1 space after "/"; 0 found
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Whitespace found at end of line
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 8 spaces, found 2
(#158) Expected 1 space before "="; 0 found
(#158) Expected 1 space after "="; 0 found
(#158) Expected 1 space before "+"; 0 found
(#158) Expected 1 space after "+"; 0 found
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) This comment is 43% valid code; is this commented out code?
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#159) Tab found before comment text; expected "// print_object("boxdiagvalue" . $boxdiagvalue . "\n");" but found "// print_object("boxdiagvalue" . $boxdiagvalue . "\n");"
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) Line exceeds 132 characters; contains 145 characters
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 8 spaces, found 2
(#161) Expected "if (...) {\n"; found "if(...) {\n"
(#161) Expected 1 space before "<"; 0 found
(#161) Expected 1 space after "<"; 0 found
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 12 spaces, found 3
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 12 spaces, found 3
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 12 spaces, found 3
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected 8 spaces, found 2
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 8 spaces, found 2
(#166) Expected "} else if (...) {\n"; found "}\n\t\telse if(...) {\n"
(#166) Expected "if (...) {\n"; found "if(...) {\n"
(#166) Expected 1 space before ">"; 0 found
(#166) Expected 1 space after ">"; 0 found
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 12 spaces, found 3
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 12 spaces, found 3
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 12 spaces, found 3
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 8 spaces, found 2
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 8 spaces, found 2
(#171) Expected "} else {\n"; found "}\n\t\telse {\n"
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 12 spaces, found 3
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 12 spaces, found 3
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 12 spaces, found 3
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 8 spaces, found 2
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 4 spaces, found 1
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Whitespace found at end of line
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 4 spaces, found 1
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 8 spaces, found 2
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 8 spaces, found 2
(#181) Expected 1 space before "="; 0 found
(#181) Expected 1 space after "="; 0 found
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 8 spaces, found 2
(#182) Expected 1 space before "="; 0 found
(#182) Expected 1 space after "="; 0 found
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Whitespace found at end of line
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 8 spaces, found 2
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 8 spaces, found 2
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Whitespace found at end of line
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 8 spaces, found 2
(#186) Expected "for (...) {\n"; found "for(...) {\n"
(#186) Expected 1 space after first semicolon of FOR loop; 0 found
(#186) Expected 1 space after second semicolon of FOR loop; 0 found
(#186) Expected 1 space before "="; 0 found
(#186) Expected 1 space after "="; 0 found
(#186) Expected 1 space before "<"; 0 found
(#186) Expected 1 space after "<"; 0 found
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 12 spaces, found 3
(#187) Expected 1 space before "="; 0 found
(#187) Expected 1 space after "="; 0 found
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 12 spaces, found 3
(#188) Expected "for (...) {\n"; found "for(...) {\n"
(#188) Expected 1 space after first semicolon of FOR loop; 0 found
(#188) Expected 1 space after second semicolon of FOR loop; 0 found
(#188) Expected 1 space before "="; 0 found
(#188) Expected 1 space after "="; 0 found
(#188) Expected 1 space before "<"; 0 found
(#188) Expected 1 space after "<"; 0 found
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 16 spaces, found 4
(#189) Expected "if (...) {\n"; found "if(...) {\n"
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 20 spaces, found 5
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 16 spaces, found 4
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 12 spaces, found 3
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 12 spaces, found 3
(#193) Expected "if (...) {\n"; found "if(...) {\n"
(#193) Expected 1 space before ">"; 0 found
(#193) Expected 1 space after ">"; 0 found
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 16 spaces, found 4
(#194) Expected 1 space before "="; 0 found
(#194) Expected 1 space after "="; 0 found
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 12 spaces, found 3
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected 8 spaces, found 2
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected 8 spaces, found 2
(#197) Expected "for (...) {\n"; found "for(...) {\n"
(#197) Expected 1 space after first semicolon of FOR loop; 0 found
(#197) Expected 1 space after second semicolon of FOR loop; 0 found
(#197) Expected 1 space before "="; 0 found
(#197) Expected 1 space after "="; 0 found
(#197) Expected 1 space before "<"; 0 found
(#197) Expected 1 space after "<"; 0 found
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 12 spaces, found 3
(#198) Expected 1 space before "="; 0 found
(#198) Expected 1 space after "="; 0 found
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 12 spaces, found 3
(#199) Expected "for (...) {\n"; found "for(...) {\n"
(#199) Expected 1 space after first semicolon of FOR loop; 0 found
(#199) Expected 1 space after second semicolon of FOR loop; 0 found
(#199) Expected 1 space before "="; 0 found
(#199) Expected 1 space after "="; 0 found
(#199) Expected 1 space before "<"; 0 found
(#199) Expected 1 space after "<"; 0 found
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 16 spaces, found 4
(#200) Expected "if (...) {\n"; found "if(...) {\n"
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 20 spaces, found 5
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 16 spaces, found 4
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 12 spaces, found 3
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected 12 spaces, found 3
(#204) Expected "if (...) {\n"; found "if(...) {\n"
(#204) Expected 1 space before ">"; 0 found
(#204) Expected 1 space after ">"; 0 found
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 16 spaces, found 4
(#205) Expected 1 space before "="; 0 found
(#205) Expected 1 space after "="; 0 found
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected 12 spaces, found 3
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 8 spaces, found 2
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 8 spaces, found 2
(#208) Variable "imagePixelIterator" must be all lower-case
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Whitespace found at end of line
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 8 spaces, found 2
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 8 spaces, found 2
(#212) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Whitespace found at end of line
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 8 spaces, found 2
(#214) Expected "for (...) {\n"; found "for(...) {\n"
(#214) Expected 1 space after first semicolon of FOR loop; 0 found
(#214) Expected 1 space after second semicolon of FOR loop; 0 found
(#214) Expected 1 space before "="; 0 found
(#214) Expected 1 space after "="; 0 found
(#214) Expected 1 space before "<"; 0 found
(#214) Expected 1 space after "<"; 0 found
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected 12 spaces, found 3
(#215) Expected "if (...) {\n"; found "if(...) {\n"
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 16 spaces, found 4
(#216) Expected "for (...) {\n"; found "for(...) {\n"
(#216) Expected 1 space after first semicolon of FOR loop; 0 found
(#216) Expected 1 space after second semicolon of FOR loop; 0 found
(#216) Expected 1 space before "="; 0 found
(#216) Expected 1 space after "="; 0 found
(#216) Expected 1 space before "<"; 0 found
(#216) Expected 1 space after "<"; 0 found
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 20 spaces, found 5
(#217) Commas (,) must be followed by white space.
(#218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#218) Line indented incorrectly; expected at least 20 spaces, found 0
(#218) Tab found before comment text; expected "// print("draw on " . $i . " " . $j . "\n" );" but found "// print("draw on " . $i . " " . $j . "\n" );"
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected 16 spaces, found 4
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 12 spaces, found 3
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected 8 spaces, found 2
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Whitespace found at end of line
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected 8 spaces, found 2
(#223) Expected "for (...) {\n"; found "for(...) {\n"
(#223) Expected 1 space after first semicolon of FOR loop; 0 found
(#223) Expected 1 space after second semicolon of FOR loop; 0 found
(#223) Expected 1 space before "="; 0 found
(#223) Expected 1 space after "="; 0 found
(#223) Expected 1 space before "<"; 0 found
(#223) Expected 1 space after "<"; 0 found
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected 12 spaces, found 3
(#224) Expected "if (...) {\n"; found "if(...) {\n"
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 16 spaces, found 4
(#225) Expected "for (...) {\n"; found "for(...) {\n"
(#225) Expected 1 space after first semicolon of FOR loop; 0 found
(#225) Expected 1 space after second semicolon of FOR loop; 0 found
(#225) Expected 1 space before "="; 0 found
(#225) Expected 1 space after "="; 0 found
(#225) Expected 1 space before "<"; 0 found
(#225) Expected 1 space after "<"; 0 found
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 20 spaces, found 5
(#226) Commas (,) must be followed by white space.
(#227) Inline comments must start with a capital letter, digit or 3-dots sequence
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) Line indented incorrectly; expected at least 20 spaces, found 0
(#227) Tab found before comment text; expected "// print("draw on " . $j . " " . $i . "\n" );" but found "// print("draw on " . $j . " " . $i . "\n" );"
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 16 spaces, found 4
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 12 spaces, found 3
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected 8 spaces, found 2
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 8 spaces, found 2
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected 4 spaces, found 1
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Whitespace found at end of line
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 4 spaces, found 1
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 8 spaces, found 2
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected 8 spaces, found 2
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 12 spaces, found 3
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected 12 spaces, found 3
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 16 spaces, found 4
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected 12 spaces, found 3
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected 8 spaces, found 2
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 8 spaces, found 2
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 4 spaces, found 1
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Whitespace found at end of line
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected 4 spaces, found 1
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 8 spaces, found 2
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 8 spaces, found 2
(#247) Expected 1 space before "="; 0 found
(#247) Expected 1 space before "*"; 0 found
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 8 spaces, found 2
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected 8 spaces, found 2
(#249) Expected "for (...) {\n"; found "for(...) {\n"
(#249) Expected 1 space after first semicolon of FOR loop; 0 found
(#249) Expected 1 space after second semicolon of FOR loop; 0 found
(#249) Expected 1 space before "="; 0 found
(#249) Expected 1 space after "="; 0 found
(#249) Expected 1 space before "<"; 0 found
(#249) Expected 1 space after "<"; 0 found
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected 12 spaces, found 3
(#250) Expected "for (...) {\n"; found "for(...) {\n"
(#250) Expected 1 space after first semicolon of FOR loop; 0 found
(#250) Expected 1 space after second semicolon of FOR loop; 0 found
(#250) Expected 1 space before "="; 0 found
(#250) Expected 1 space after "="; 0 found
(#250) Expected 1 space before "<"; 0 found
(#250) Expected 1 space after "<"; 0 found
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Whitespace found at end of line
(#251) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Whitespace found at end of line
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected 16 spaces, found 4
(#253) Expected "if (...) {\n"; found "if(...) {\n"
(#254) Inline comments must start with a capital letter, digit or 3-dots sequence
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) Line indented incorrectly; expected at least 20 spaces, found 0
(#254) Tab found before comment text; expected "// print("i: ". $i . " j: " . $j . " diavalue:" . $diagvalue . "\n");" but found "// print("i: ". $i . " j: " . $j . " diavalue:" . $diagvalue . "\n");"
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 20 spaces, found 5
(#255) Expected 1 space before "+="; 0 found
(#255) Commas (,) must be followed by white space.
(#255) Commas (,) must be followed by white space.
(#255) Commas (,) must be followed by white space.
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 16 spaces, found 4
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) This comment is 59% valid code; is this commented out code?
(#257) Inline comments must start with a capital letter, digit or 3-dots sequence
(#257) Line indented incorrectly; expected at least 16 spaces, found 4
(#257) No space found before comment text; expected "// else {" but found "//else {"
(#258) Line indented incorrectly; expected at least 16 spaces, found 0
(#258) Tab found before comment text; expected "// $totalnondiagvalue += getnormalnondiagvalue($i,$j,$width,$height);" but found "// $totalnondiagvalue += getnormalnondiagvalue($i,$j,$width,$height);"
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#259) Line indented incorrectly; expected at least 16 spaces, found 0
(#259) Tab found before comment text; expected "// }" but found "// }"
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected 12 spaces, found 3
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected 8 spaces, found 2
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 8 spaces, found 2
(#262) Expected 1 space before "/"; 0 found
(#262) Expected 1 space after "/"; 0 found
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected 4 spaces, found 1
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Whitespace found at end of line
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected 4 spaces, found 1
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 8 spaces, found 2
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 8 spaces, found 2
(#267) Expected 1 space before "="; 0 found
(#267) Expected 1 space before "*"; 0 found
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 8 spaces, found 2
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected 8 spaces, found 2
(#269) Expected "for (...) {\n"; found "for(...) {\n"
(#269) Expected 1 space after first semicolon of FOR loop; 0 found
(#269) Expected 1 space after second semicolon of FOR loop; 0 found
(#269) Expected 1 space before "="; 0 found
(#269) Expected 1 space after "="; 0 found
(#269) Expected 1 space before "<"; 0 found
(#269) Expected 1 space after "<"; 0 found
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected 12 spaces, found 3
(#270) Expected "for (...) {\n"; found "for(...) {\n"
(#270) Expected 1 space after first semicolon of FOR loop; 0 found
(#270) Expected 1 space after second semicolon of FOR loop; 0 found
(#270) Expected 1 space before "="; 0 found
(#270) Expected 1 space after "="; 0 found
(#270) Expected 1 space before "<"; 0 found
(#270) Expected 1 space after "<"; 0 found
(#271) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected 16 spaces, found 4
(#273) Expected "if (...) {\n"; found "if(...) {\n"
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 20 spaces, found 5
(#274) Expected 1 space before "+="; 0 found
(#274) Commas (,) must be followed by white space.
(#274) Commas (,) must be followed by white space.
(#274) Commas (,) must be followed by white space.
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Whitespace found at end of line
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Inline comments must start with a capital letter, digit or 3-dots sequence
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#276) Line indented incorrectly; expected at least 20 spaces, found 5
(#276) Tab found before comment text; expected "// print("i: ". $i . " j: " . $j . " diavalue:" . $diagvalue . "\n");" but found "// print("i: ". $i . " j: " . $j . " diavalue:" . $diagvalue . "\n");"
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Whitespace found at end of line
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 16 spaces, found 4
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 12 spaces, found 3
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected 8 spaces, found 2
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 8 spaces, found 2
(#281) Expected 1 space before "/"; 0 found
(#281) Expected 1 space after "/"; 0 found
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected 4 spaces, found 1
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Whitespace found at end of line
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected 4 spaces, found 1
(#284) Commas (,) must be followed by white space.
(#284) Commas (,) must be followed by white space.
(#284) Commas (,) must be followed by white space.
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 8 spaces, found 2
(#285) Expected 1 space before "="; 0 found
(#285) Expected 1 space after "="; 0 found
(#285) Commas (,) must be followed by white space.
(#285) Commas (,) must be followed by white space.
(#285) Commas (,) must be followed by white space.
(#286) Inline comments must start with a capital letter, digit or 3-dots sequence
(#286) Line indented incorrectly; expected at least 8 spaces, found 0
(#286) Tab found before comment text; expected "// print("i: " ."$i" . " j: " . $j . "distance: " . $distance . "\n");" but found "// print("i: " ."$i" . " j: " . $j . "distance: " . $distance . "\n");"
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) Line indented incorrectly; expected at least 8 spaces, found 2
(#287) No space found before comment text; expected "// normal distribution" but found "//normal distribution"
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 8 spaces, found 2
(#288) Expected 1 space before "/"; 0 found
(#288) Expected 1 space after "/"; 0 found
(#288) Expected 1 space after "*"; 0 found
(#288) Expected 1 space before "*"; 0 found
(#288) Expected 1 space after "*"; 0 found
(#288) Commas (,) must be followed by white space.
(#288) Expected 1 space before "/"; 0 found
(#288) Expected 1 space after "/"; 0 found
(#288) Expected 1 space before "/"; 0 found
(#288) Expected 1 space after "/"; 0 found
(#288) Commas (,) must be followed by white space.
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected 4 spaces, found 1
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Whitespace found at end of line
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected 4 spaces, found 1
(#291) Commas (,) must be followed by white space.
(#291) Commas (,) must be followed by white space.
(#291) Commas (,) must be followed by white space.
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 8 spaces, found 2
(#292) Expected 1 space before "="; 0 found
(#292) Expected 1 space after "="; 0 found
(#292) Commas (,) must be followed by white space.
(#292) Commas (,) must be followed by white space.
(#292) Commas (,) must be followed by white space.
(#293) Spaces must be used for alignment; tabs are not allowed
(#293) Tab found within whitespace
(#293) Inline comments must start with a capital letter, digit or 3-dots sequence
(#293) Line indented incorrectly; expected at least 8 spaces, found 2
(#293) Tab found before comment text; expected "// print("i: " ."$i" . " j: " . $j . "distance: " . $distance . "\n");" but found "// print("i: " ."$i" . " j: " . $j . "distance: " . $distance . "\n");"
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Tab found within whitespace
(#294) Inline comments must end in full-stops, exclamation marks, or question marks
(#294) Line indented incorrectly; expected at least 8 spaces, found 2
(#294) No space found before comment text; expected "// normal distribution" but found "//normal distribution"
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 8 spaces, found 2
(#295) Expected 1 space before "/"; 0 found
(#295) Expected 1 space after "/"; 0 found
(#295) Expected 1 space before "/"; 0 found
(#295) Expected 1 space after "/"; 0 found
(#295) Commas (,) must be followed by white space.
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected 4 spaces, found 1
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Whitespace found at end of line
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected 4 spaces, found 1
(#298) Commas (,) must be followed by white space.
(#298) Commas (,) must be followed by white space.
(#298) Commas (,) must be followed by white space.
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Inline comments must start with a capital letter, digit or 3-dots sequence
(#299) Inline comments must end in full-stops, exclamation marks, or question marks
(#299) Line indented incorrectly; expected at least 8 spaces, found 2
(#299) No space found before comment text; expected "// the linear functions for the cross, the shift is 0 for downwards, $height for upwards" but found "//the linear functions for the cross, the shift is 0 for downwards, $height for upwards"
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 8 spaces, found 2
(#300) Expected 1 space before "/"; 0 found
(#300) Expected 1 space after "/"; 0 found
(#301) Spaces must be used for alignment; tabs are not allowed
(#301) Tab found within whitespace
(#301) Inline comments must start with a capital letter, digit or 3-dots sequence
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#301) Line indented incorrectly; expected at least 8 spaces, found 2
(#301) No space found before comment text; expected "// the orthogonal lines of these equations" but found "//the orthogonal lines of these equations"
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 8 spaces, found 2
(#302) Expected 1 space before "/"; 0 found
(#302) Expected 1 space after "/"; 0 found
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 8 spaces, found 2
(#303) Blank comments are not allowed
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 8 spaces, found 2
(#304) Expected 1 space before "-"; 0 found
(#304) Expected 1 space after "-"; 0 found
(#304) Expected 1 space before "*"; 0 found
(#304) Expected 1 space after "*"; 0 found
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Tab found within whitespace
(#305) Inline comments must start with a capital letter, digit or 3-dots sequence
(#305) Inline comments must end in full-stops, exclamation marks, or question marks
(#305) Line indented incorrectly; expected at least 8 spaces, found 2
(#305) No space found before comment text; expected "// some fancy linear equations here: find out the meeting points from the two lines with their orthogonals" but found "//some fancy linear equations here: find out the meeting points from the two lines with their orthogonals"
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Whitespace found at end of line
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 8 spaces, found 2
(#307) Expected 1 space before "-"; 0 found
(#307) Expected 1 space after "-"; 0 found
(#307) Expected 1 space before "/"; 0 found
(#307) Expected 1 space after "/"; 0 found
(#307) Expected 1 space before "-"; 0 found
(#307) Expected 1 space after "-"; 0 found
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 8 spaces, found 2
(#308) Expected 1 space before "*"; 0 found
(#308) Expected 1 space after "*"; 0 found
(#308) Expected 1 space before "+"; 0 found
(#308) Expected 1 space after "+"; 0 found
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Whitespace found at end of line
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 8 spaces, found 2
(#310) Expected 1 space before "-"; 0 found
(#310) Expected 1 space after "-"; 0 found
(#310) Commas (,) must be followed by white space.
(#310) Expected 1 space before "-"; 0 found
(#310) Expected 1 space after "-"; 0 found
(#310) Commas (,) must be followed by white space.
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 8 spaces, found 2
(#312) Expected 1 space before "/"; 0 found
(#312) Expected 1 space after "/"; 0 found
(#312) Expected 1 space before "*"; 0 found
(#312) Expected 1 space after "*"; 0 found
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected 4 spaces, found 1
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected 4 spaces, found 1
(#314) Commas (,) must be followed by white space.
(#314) Commas (,) must be followed by white space.
(#314) Commas (,) must be followed by white space.
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Inline comments must start with a capital letter, digit or 3-dots sequence
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Line indented incorrectly; expected at least 8 spaces, found 2
(#315) No space found before comment text; expected "// the linear functions for the cross, the shift is 0 for downwards, $height for upwards" but found "//the linear functions for the cross, the shift is 0 for downwards, $height for upwards"
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 8 spaces, found 2
(#316) Expected 1 space before "/"; 0 found
(#316) Expected 1 space after "/"; 0 found
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Inline comments must start with a capital letter, digit or 3-dots sequence
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#317) Line indented incorrectly; expected at least 8 spaces, found 2
(#317) No space found before comment text; expected "// the orthogonal lines of these equations" but found "//the orthogonal lines of these equations"
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 8 spaces, found 2
(#318) Expected 1 space before "/"; 0 found
(#318) Expected 1 space after "/"; 0 found
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 8 spaces, found 2
(#319) Blank comments are not allowed
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 8 spaces, found 2
(#320) Expected 1 space before "-"; 0 found
(#320) Expected 1 space after "-"; 0 found
(#320) Expected 1 space before "*"; 0 found
(#320) Expected 1 space after "*"; 0 found
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Inline comments must start with a capital letter, digit or 3-dots sequence
(#321) Inline comments must end in full-stops, exclamation marks, or question marks
(#321) Line indented incorrectly; expected at least 8 spaces, found 2
(#321) No space found before comment text; expected "// some fancy linear equations here: find out the meeting points from the two lines with their orthogonals" but found "//some fancy linear equations here: find out the meeting points from the two lines with their orthogonals"
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 8 spaces, found 2
(#322) Expected 1 space before "/"; 0 found
(#322) Expected 1 space after "/"; 0 found
(#322) Expected 1 space before "-"; 0 found
(#322) Expected 1 space after "-"; 0 found
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 8 spaces, found 2
(#323) Expected 1 space before "*"; 0 found
(#323) Expected 1 space after "*"; 0 found
(#323) Expected 1 space before "+"; 0 found
(#323) Expected 1 space after "+"; 0 found
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Whitespace found at end of line
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected at least 8 spaces, found 2
(#325) Expected 1 space before "-"; 0 found
(#325) Expected 1 space after "-"; 0 found
(#325) Commas (,) must be followed by white space.
(#325) Expected 1 space before "-"; 0 found
(#325) Expected 1 space after "-"; 0 found
(#325) Commas (,) must be followed by white space.
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Whitespace found at end of line
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 8 spaces, found 2
(#327) Expected 1 space before "/"; 0 found
(#327) Expected 1 space after "/"; 0 found
(#327) Expected 1 space before "*"; 0 found
(#327) Expected 1 space after "*"; 0 found
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/report/rimport/crossscanner.php
(#18) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#20) Commas (,) must be followed by white space.
(#21) Commas (,) must be followed by white space.
(#22) Commas (,) must be followed by white space.
(#23) Commas (,) must be followed by white space.
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 4 spaces, found 1
(#27) Spaces must be used to indent lines; tabs are not allowed
(#28) Spaces must be used to indent lines; tabs are not allowed
(#29) Spaces must be used to indent lines; tabs are not allowed
(#30) Spaces must be used to indent lines; tabs are not allowed
(#31) Spaces must be used to indent lines; tabs are not allowed
(#32) Spaces must be used to indent lines; tabs are not allowed
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Whitespace found at end of line
(#35) Expected 1 space before "-"; 0 found
(#35) Expected 1 space after "-"; 0 found
(#36) Expected 1 space before "-"; 0 found
(#36) Expected 1 space after "-"; 0 found
(#37) Expected 1 space before "/"; 0 found
(#37) Expected 1 space after "/"; 0 found
(#37) Expected 1 space before "/"; 0 found
(#37) Expected 1 space after "/"; 0 found
(#38) Expected 1 space before "="; 0 found
(#38) Expected 1 space after "="; 0 found
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#42) Expected 1 space before "="; 0 found
(#42) Expected 1 space after "="; 0 found
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) No space found before comment text; expected "// try to go downwards from the middle" but found "//try to go downwards from the middle"
(#44) Whitespace found at end of line
(#45) Expected "for (...) {\n"; found "for(...) {\n"
(#45) Expected 1 space after first semicolon of FOR loop; 0 found
(#45) Expected 1 space after second semicolon of FOR loop; 0 found
(#45) Expected 1 space before "="; 0 found
(#45) Expected 1 space after "="; 0 found
(#45) Expected 1 space before "<"; 0 found
(#45) Expected 1 space after "<"; 0 found
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Line indented incorrectly; expected at least 12 spaces, found 9
(#46) No space found before comment text; expected "// count for every line the amount of black pixels" but found "//count for every line the amount of black pixels"
(#47) Expected "for (...) {\n"; found "for(...) {\n"
(#47) Space found before second semicolon of FOR loop
(#47) Space found before semicolon; expected ");" but found ") ;"
(#48) Expected "if (...) {\n"; found "if(...) {\n"
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) No space found before comment text; expected "// if the amount of pixels exceeds a certain amount, save the linenumber and stop" but found "//if the amount of pixels exceeds a certain amount, save the linenumber and stop"
(#51) Expected "if (...) {\n"; found "if(...) {\n"
(#51) Expected 1 space before "=="; 0 found
(#51) Expected 1 space after "=="; 0 found
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) No space found before comment text; expected "// if you have found line with a lot of black pixels stop" but found "//if you have found line with a lot of black pixels stop"
(#59) Expected "if (...) {\n"; found "if(...) {\n"
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) No space found before comment text; expected "// the same as above but going upwards" but found "//the same as above but going upwards"
(#65) Expected "for (...) {\n"; found "for(...) {\n"
(#65) Expected 1 space after first semicolon of FOR loop; 0 found
(#65) Expected 1 space after second semicolon of FOR loop; 0 found
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#65) Expected 1 space before ">"; 0 found
(#65) Expected 1 space after ">"; 0 found
(#66) Expected "for (...) {\n"; found "for(...) {\n"
(#66) Space found before second semicolon of FOR loop
(#66) Space found before semicolon; expected ");" but found ") ;"
(#67) Expected "if (...) {\n"; found "if(...) {\n"
(#67) Commas (,) must be followed by white space.
(#67) Commas (,) must be followed by white space.
(#69) Expected "if (...) {\n"; found "if(...) {\n"
(#69) Expected 1 space before "=="; 0 found
(#69) Expected 1 space after "=="; 0 found
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#76) Expected "if (...) {\n"; found "if(...) {\n"
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Whitespace found at end of line
(#81) Expected "if (...) {\n"; found "if(...) {\n"
(#82) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#84) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) No space found before comment text; expected "// Do the exact same thing as above for the vertical line" but found "//Do the exact same thing as above for the vertical line"
(#87) Expected "for (...) {\n"; found "for(...) {\n"
(#87) Expected 1 space after first semicolon of FOR loop; 0 found
(#87) Expected 1 space after second semicolon of FOR loop; 0 found
(#87) Expected 1 space before "="; 0 found
(#87) Expected 1 space before "<"; 0 found
(#87) Expected 1 space after "<"; 0 found
(#88) Expected "for (...) {\n"; found "for(...) {\n"
(#88) Space found before second semicolon of FOR loop
(#88) Space found before semicolon; expected ");" but found ") ;"
(#89) Expected "if (...) {\n"; found "if(...) {\n"
(#89) Commas (,) must be followed by white space.
(#89) Commas (,) must be followed by white space.
(#91) Expected "if (...) {\n"; found "if(...) {\n"
(#91) Expected 1 space before "=="; 0 found
(#91) Expected 1 space after "=="; 0 found
(#98) Expected "if (...) {\n"; found "if(...) {\n"
(#103) Expected "for (...) {\n"; found "for(...) {\n"
(#103) Expected 1 space after first semicolon of FOR loop; 0 found
(#103) Expected 1 space after second semicolon of FOR loop; 0 found
(#103) Expected 1 space before "="; 0 found
(#103) Expected 1 space before ">"; 0 found
(#103) Expected 1 space after ">"; 0 found
(#104) Expected "for (...) {\n"; found "for(...) {\n"
(#104) Space found before second semicolon of FOR loop
(#104) Space found before semicolon; expected ");" but found ") ;"
(#105) Expected "if (...) {\n"; found "if(...) {\n"
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#107) Expected "if (...) {\n"; found "if(...) {\n"
(#107) Expected 1 space before "=="; 0 found
(#107) Expected 1 space after "=="; 0 found
(#114) Expected "if (...) {\n"; found "if(...) {\n"
(#118) Expected 1 space before "="; 0 found
(#118) Expected 1 space after "="; 0 found
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#120) Expected "if (...) {\n"; found "if(...) {\n"
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) No space found before comment text; expected "// point found" but found "//point found"
(#124) Expected "} else {\n"; found "}\n else {\n"
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) No space found before comment text; expected "// guess the point" but found "//guess the point"
(#131) Expected "if (...) {\n"; found "if(...) {\n"
(#132) Expected "if (...) {\n"; found "if(...) {\n"
(#132) Expected 1 space before "-"; 0 found
(#132) Expected 1 space after "-"; 0 found
(#132) Expected 1 space before "-"; 0 found
(#132) Expected 1 space after "-"; 0 found
(#135) Expected "} else {\n"; found "}\n else {\n"
(#139) Expected "} else if (...) {\n"; found "}\n else if(...) {\n"
(#139) Expected "if (...) {\n"; found "if(...) {\n"
(#142) Usage of ELSEIF not allowed; use ELSE IF instead
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Whitespace found at end of line
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 4 spaces, found 1
(#151) Commas (,) must be followed by white space.
(#151) Commas (,) must be followed by white space.
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 2
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 2
(#153) Expected 1 space before "/"; 0 found
(#153) Expected 1 space after "/"; 0 found
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 8 spaces, found 2
(#154) Expected 1 space before "/"; 0 found
(#154) Expected 1 space after "/"; 0 found
(#154) Expected 1 space before "*"; 0 found
(#154) Expected 1 space after "*"; 0 found
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 2
(#155) Expected 1 space before "/"; 0 found
(#155) Expected 1 space after "/"; 0 found
(#155) Expected 1 space before "*"; 0 found
(#155) Expected 1 space after "*"; 0 found
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#156) Expected 1 space before "*"; 0 found
(#156) Expected 1 space after "*"; 0 found
(#156) Expected 1 space before "/"; 0 found
(#156) Expected 1 space after "/"; 0 found
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 8 spaces, found 2
(#157) Expected 1 space before "/"; 0 found
(#157) Expected 1 space after "/"; 0 found
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 8 spaces, found 2
(#158) Expected 1 space after "="; 0 found
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#159) Expected 1 space after "="; 0 found
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 8 spaces, found 2
(#162) Expected "if (...) {\n"; found "if(...) {\n"
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 12 spaces, found 3
(#163) Expected "for (...) {\n"; found "for(...) {\n"
(#163) Expected 1 space before "<"; 0 found
(#163) Expected 1 space after "<"; 0 found
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 16 spaces, found 4
(#165) Expected 1 space before "="; 0 found
(#165) Expected 1 space after "="; 0 found
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 16 spaces, found 4
(#166) Expected "if (...) {\n"; found "if(...) {\n"
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 20 spaces, found 5
(#167) Expected "for (...) {\n"; found "for(...) {\n"
(#167) Expected 1 space before "="; 0 found
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 24 spaces, found 6
(#168) Expected "if (...) {\n"; found "if(...) {\n"
(#168) Commas (,) must be followed by white space.
(#168) Commas (,) must be followed by white space.
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 28 spaces, found 7
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 28 spaces, found 7
(#170) Expected "if (...) {\n"; found "if(...) {\n"
(#170) Expected 1 space before "=="; 0 found
(#170) Expected 1 space after "=="; 0 found
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 32 spaces, found 8
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 32 spaces, found 8
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 28 spaces, found 7
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected 24 spaces, found 6
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 20 spaces, found 5
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 16 spaces, found 4
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 16 spaces, found 4
(#177) Expected "} else {\n"; found "}\n\t\t\t\telse {\n"
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 20 spaces, found 5
(#178) Expected "for (...) {\n"; found "for(...) {\n"
(#178) Expected 1 space before "="; 0 found
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 24 spaces, found 6
(#179) Expected "if (...) {\n"; found "if(...) {\n"
(#179) Commas (,) must be followed by white space.
(#179) Commas (,) must be followed by white space.
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 28 spaces, found 7
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 28 spaces, found 7
(#181) Expected "if (...) {\n"; found "if(...) {\n"
(#181) Expected 1 space before "=="; 0 found
(#181) Expected 1 space after "=="; 0 found
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 32 spaces, found 8
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 32 spaces, found 8
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 28 spaces, found 7
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 24 spaces, found 6
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 20 spaces, found 5
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 16 spaces, found 4
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Whitespace found at end of line
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 16 spaces, found 4
(#188) Expected "if (...) {\n"; found "if(...) {\n"
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 20 spaces, found 5
(#189) Expected "if (...) {\n"; found "if(...) {\n"
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 24 spaces, found 6
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 20 spaces, found 5
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 20 spaces, found 5
(#192) Expected "} else if (...) {\n"; found "}\n\t\t\t\t\telse if(...) {\n"
(#192) Expected "if (...) {\n"; found "if(...) {\n"
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 24 spaces, found 6
(#193) Expected "if (...) {\n"; found "if(...) {\n"
(#193) Expected 1 space before "-"; 0 found
(#193) Expected 1 space after "-"; 0 found
(#193) Expected 1 space before ">"; 0 found
(#193) Expected 1 space after ">"; 0 found
(#193) Expected 1 space before "*"; 0 found
(#193) Expected 1 space after "*"; 0 found
(#193) Expected 1 space before "/"; 0 found
(#193) Expected 1 space after "/"; 0 found
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 28 spaces, found 7
(#194) Expected 1 space before "/"; 0 found
(#194) Expected 1 space after "/"; 0 found
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 28 spaces, found 7
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected 24 spaces, found 6
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected 24 spaces, found 6
(#197) Expected "} else {\n"; found "}\n\t\t\t\t\t\telse {\n"
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 28 spaces, found 7
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 28 spaces, found 7
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 24 spaces, found 6
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected 20 spaces, found 5
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 16 spaces, found 4
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 12 spaces, found 3
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected 8 spaces, found 2
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Whitespace found at end of line
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected 8 spaces, found 2
(#206) Expected "if (...) {\n"; found "if(...) {\n"
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 12 spaces, found 3
(#207) Expected "for (...) {\n"; found "for(...) {\n"
(#207) Expected 1 space before ">"; 0 found
(#207) Expected 1 space after ">"; 0 found
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 16 spaces, found 4
(#208) Expected 1 space before "="; 0 found
(#208) Expected 1 space after "="; 0 found
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected 16 spaces, found 4
(#209) Expected "if (...) {\n"; found "if(...) {\n"
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 20 spaces, found 5
(#210) Expected "for (...) {\n"; found "for(...) {\n"
(#210) Expected 1 space before "="; 0 found
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 24 spaces, found 6
(#211) Expected "if (...) {\n"; found "if(...) {\n"
(#211) Commas (,) must be followed by white space.
(#211) Commas (,) must be followed by white space.
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 28 spaces, found 7
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 28 spaces, found 7
(#213) Expected "if (...) {\n"; found "if(...) {\n"
(#213) Expected 1 space before "=="; 0 found
(#213) Expected 1 space after "=="; 0 found
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 32 spaces, found 8
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 32 spaces, found 8
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 28 spaces, found 7
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 24 spaces, found 6
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected 20 spaces, found 5
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected 16 spaces, found 4
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 16 spaces, found 4
(#220) Expected "} else {\n"; found "}\n\t\t\t\telse {\n"
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Whitespace found at end of line
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 20 spaces, found 5
(#222) Expected "for (...) {\n"; found "for(...) {\n"
(#222) Expected 1 space before "="; 0 found
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected 24 spaces, found 6
(#223) Expected "if (...) {\n"; found "if(...) {\n"
(#223) Commas (,) must be followed by white space.
(#223) Commas (,) must be followed by white space.
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 28 spaces, found 7
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 28 spaces, found 7
(#225) Expected "if (...) {\n"; found "if(...) {\n"
(#225) Expected 1 space before "=="; 0 found
(#225) Expected 1 space after "=="; 0 found
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 32 spaces, found 8
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 32 spaces, found 8
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 28 spaces, found 7
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 24 spaces, found 6
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected 20 spaces, found 5
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected 16 spaces, found 4
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected 16 spaces, found 4
(#232) Expected "if (...) {\n"; found "if(...) {\n"
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 20 spaces, found 5
(#233) Expected "if (...) {\n"; found "if(...) {\n"
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 24 spaces, found 6
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 20 spaces, found 5
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected 20 spaces, found 5
(#236) Expected "} else if (...) {\n"; found "}\n\t\t\t\t\telse if(...) {\n"
(#236) Expected "if (...) {\n"; found "if(...) {\n"
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 24 spaces, found 6
(#237) Expected "if (...) {\n"; found "if(...) {\n"
(#237) Expected 1 space before "-"; 0 found
(#237) Expected 1 space after "-"; 0 found
(#237) Expected 1 space before ">"; 0 found
(#237) Expected 1 space after ">"; 0 found
(#237) Expected 1 space before "*"; 0 found
(#237) Expected 1 space after "*"; 0 found
(#237) Expected 1 space before "/"; 0 found
(#237) Expected 1 space after "/"; 0 found
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 28 spaces, found 7
(#238) Expected 1 space before "/"; 0 found
(#238) Expected 1 space after "/"; 0 found
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 28 spaces, found 7
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected 24 spaces, found 6
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected 24 spaces, found 6
(#241) Expected "} else {\n"; found "}\n\t\t\t\t\t\telse {\n"
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 28 spaces, found 7
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 28 spaces, found 7
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected 24 spaces, found 6
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected 20 spaces, found 5
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 16 spaces, found 4
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected 12 spaces, found 3
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected 8 spaces, found 2
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Whitespace found at end of line
(#249) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Whitespace found at end of line
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected 8 spaces, found 2
(#251) Expected "if (...) {\n"; found "if(...) {\n"
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected 12 spaces, found 3
(#252) Expected "for (...) {\n"; found "for(...) {\n"
(#252) Expected 1 space before "<"; 0 found
(#252) Expected 1 space after "<"; 0 found
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 16 spaces, found 4
(#253) Expected 1 space before "="; 0 found
(#253) Expected 1 space after "="; 0 found
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected 16 spaces, found 4
(#254) Expected "if (...) {\n"; found "if(...) {\n"
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected 20 spaces, found 5
(#255) Expected "for (...) {\n"; found "for(...) {\n"
(#255) Expected 1 space before "="; 0 found
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 24 spaces, found 6
(#256) Expected "if (...) {\n"; found "if(...) {\n"
(#256) Commas (,) must be followed by white space.
(#256) Commas (,) must be followed by white space.
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 28 spaces, found 7
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected 28 spaces, found 7
(#258) Expected "if (...) {\n"; found "if(...) {\n"
(#258) Expected 1 space before "=="; 0 found
(#258) Expected 1 space after "=="; 0 found
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 32 spaces, found 8
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 32 spaces, found 8
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected 28 spaces, found 7
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected 24 spaces, found 6
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected 20 spaces, found 5
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 16 spaces, found 4
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected 16 spaces, found 4
(#265) Expected "} else {\n"; found "}\n\t\t\t\telse {\t\n"
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Whitespace found at end of line
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected 20 spaces, found 5
(#266) Expected "for (...) {\n"; found "for(...) {\n"
(#266) Expected 1 space before "="; 0 found
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected 24 spaces, found 6
(#267) Expected "if (...) {\n"; found "if(...) {\n"
(#267) Commas (,) must be followed by white space.
(#267) Commas (,) must be followed by white space.
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 28 spaces, found 7
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected 28 spaces, found 7
(#269) Expected "if (...) {\n"; found "if(...) {\n"
(#269) Expected 1 space before "=="; 0 found
(#269) Expected 1 space after "=="; 0 found
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 32 spaces, found 8
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 32 spaces, found 8
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected 28 spaces, found 7
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected 24 spaces, found 6
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected 20 spaces, found 5
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 16 spaces, found 4
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected 16 spaces, found 4
(#276) Expected "if (...) {\n"; found "if(...) {\n"
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected 20 spaces, found 5
(#277) Expected "if (...) {\n"; found "if(...) {\n"
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 24 spaces, found 6
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 20 spaces, found 5
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected 20 spaces, found 5
(#280) Expected "} else if (...) {\n"; found "}\n\t\t\t\t\telse if(...) {\n"
(#280) Expected "if (...) {\n"; found "if(...) {\n"
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected 24 spaces, found 6
(#281) Expected "if (...) {\n"; found "if(...) {\n"
(#281) Expected 1 space before "-"; 0 found
(#281) Expected 1 space after "-"; 0 found
(#281) Expected 1 space before ">"; 0 found
(#281) Expected 1 space after ">"; 0 found
(#281) Expected 1 space before "*"; 0 found
(#281) Expected 1 space after "*"; 0 found
(#281) Expected 1 space before "/"; 0 found
(#281) Expected 1 space after "/"; 0 found
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected at least 28 spaces, found 7
(#282) Expected 1 space before "/"; 0 found
(#282) Expected 1 space after "/"; 0 found
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 28 spaces, found 7
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected 24 spaces, found 6
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected 24 spaces, found 6
(#285) Expected "} else {\n"; found "}\n\t\t\t\t\t\telse {\n"
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 28 spaces, found 7
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 28 spaces, found 7
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected 24 spaces, found 6
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected 20 spaces, found 5
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected 16 spaces, found 4
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected 12 spaces, found 3
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected 8 spaces, found 2
(#293) Spaces must be used for alignment; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected 8 spaces, found 2
(#293) Expected "if (...) {\n"; found "if(...) {\n"
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected 12 spaces, found 3
(#294) Expected "for (...) {\n"; found "for(...) {\n"
(#294) Expected 1 space before ">"; 0 found
(#294) Expected 1 space after ">"; 0 found
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 16 spaces, found 4
(#295) Expected 1 space before "="; 0 found
(#295) Expected 1 space after "="; 0 found
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected 16 spaces, found 4
(#296) Expected "if (...) {\n"; found "if(...) {\n"
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected 20 spaces, found 5
(#297) Expected "for (...) {\n"; found "for(...) {\n"
(#297) Expected 1 space before "="; 0 found
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected 24 spaces, found 6
(#298) Expected "if (...) {\n"; found "if(...) {\n"
(#298) Commas (,) must be followed by white space.
(#298) Commas (,) must be followed by white space.
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 28 spaces, found 7
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected 28 spaces, found 7
(#300) Expected "if (...) {\n"; found "if(...) {\n"
(#300) Expected 1 space before "=="; 0 found
(#300) Expected 1 space after "=="; 0 found
(#301) Spaces must be used for alignment; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 32 spaces, found 8
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 32 spaces, found 8
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected 28 spaces, found 7
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected 24 spaces, found 6
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected 20 spaces, found 5
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected 16 spaces, found 4
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected 16 spaces, found 4
(#307) Expected "} else {\n"; found "}\n\t\t\t\telse {\n"
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected 20 spaces, found 5
(#308) Expected "for (...) {\n"; found "for(...) {\n"
(#308) Expected 1 space before "="; 0 found
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected 24 spaces, found 6
(#309) Expected "if (...) {\n"; found "if(...) {\n"
(#309) Commas (,) must be followed by white space.
(#309) Commas (,) must be followed by white space.
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 28 spaces, found 7
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected 28 spaces, found 7
(#311) Expected "if (...) {\n"; found "if(...) {\n"
(#311) Expected 1 space before "=="; 0 found
(#311) Expected 1 space after "=="; 0 found
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 32 spaces, found 8
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 32 spaces, found 8
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected 28 spaces, found 7
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected 24 spaces, found 6
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected 20 spaces, found 5
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected 16 spaces, found 4
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected 16 spaces, found 4
(#318) Expected "if (...) {\n"; found "if(...) {\n"
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected 20 spaces, found 5
(#319) Expected "if (...) {\n"; found "if(...) {\n"
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 24 spaces, found 6
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected 20 spaces, found 5
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected 20 spaces, found 5
(#322) Expected "} else if (...) {\n"; found "}\n\t\t\t\t\telse if(...) {\n"
(#322) Expected "if (...) {\n"; found "if(...) {\n"
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected 24 spaces, found 6
(#323) Expected "if (...) {\n"; found "if(...) {\n"
(#323) Expected 1 space before "-"; 0 found
(#323) Expected 1 space after "-"; 0 found
(#323) Expected 1 space before ">"; 0 found
(#323) Expected 1 space after ">"; 0 found
(#323) Expected 1 space before "*"; 0 found
(#323) Expected 1 space after "*"; 0 found
(#323) Expected 1 space before "/"; 0 found
(#323) Expected 1 space after "/"; 0 found
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 28 spaces, found 7
(#324) Expected 1 space before "/"; 0 found
(#324) Expected 1 space after "/"; 0 found
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected at least 28 spaces, found 7
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected 24 spaces, found 6
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected 24 spaces, found 6
(#327) Expected "} else {\n"; found "}\n\t\t\t\t\t\telse {\n"
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 28 spaces, found 7
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected at least 28 spaces, found 7
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected 24 spaces, found 6
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected 20 spaces, found 5
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected 16 spaces, found 4
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected 12 spaces, found 3
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected 8 spaces, found 2
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Inline comments must end in full-stops, exclamation marks, or question marks
(#335) Line indented incorrectly; expected at least 8 spaces, found 2
(#335) No space found before comment text; expected "// TODO Fehlerbehandlung" but found "//TODO Fehlerbehandlung"
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected at least 8 spaces, found 2
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Whitespace found at end of line
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/report/rimport/groupnumberscanner.php
(#18) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#20) Commas (,) must be followed by white space.
(#21) Commas (,) must be followed by white space.
(#22) Commas (,) must be followed by white space.
(#23) Commas (,) must be followed by white space.
(#24) Commas (,) must be followed by white space.
(#27) Line indented incorrectly; expected 4 spaces, found 3
(#29) Line indented incorrectly; expected 4 spaces, found 3
(#30) Line indented incorrectly; expected at least 8 spaces, found 7
(#31) Line indented incorrectly; expected 4 spaces, found 3
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) No space found before comment text; expected "// Read the group number of the page" but found "//Read the group number of the page"
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) No space found before comment text; expected "// Find the guessed middles of all group question boxes" but found "//Find the guessed middles of all group question boxes"
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Expected "for (...) {\n"; found "for(...) {\n"
(#41) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) No space found before comment text; expected "// if the result of the box is "crossed" or "uncertain" raise the number of crosses" but found "//if the result of the box is "crossed" or "uncertain" raise the number of crosses"
(#43) Expected "if (...) {\n"; found "if(...) {\n"
(#48) Expected "if (...) {\n"; found "if(...) {\n"
(#51) Expected "} else {\n"; found "}\n else {\n"
(#54) Commas (,) must be followed by white space.
(#55) Expected "if (...) {\n"; found "if(...) {\n"
(#58) Expected "} else {\n"; found "}\n else {\n"
(#68) Expected "for (...) {\n"; found "for(...) {\n"
(#68) Expected 1 space after first semicolon of FOR loop; 0 found
(#68) Expected 1 space after second semicolon of FOR loop; 0 found
(#68) Expected 1 space before "="; 0 found
(#68) Expected 1 space after "="; 0 found
(#68) Expected 1 space before "<"; 0 found
(#68) Expected 1 space after "<"; 0 found
(#69) Expected 1 space before "+"; 0 found
(#69) Expected 1 space after "+"; 0 found
(#69) Expected 1 space before "/"; 0 found
(#69) Expected 1 space after "/"; 0 found
(#69) Expected 1 space before "+"; 0 found
(#69) Expected 1 space after "+"; 0 found
(#69) Expected 1 space before "*"; 0 found
(#69) Expected 1 space after "*"; 0 found
(#69) Commas (,) must be followed by white space.
(#69) Expected 1 space before "+"; 0 found
(#69) Expected 1 space after "+"; 0 found
(#69) Expected 1 space before "/"; 0 found
(#69) Expected 1 space after "/"; 0 found
(#69) Commas (,) must be followed by white space.
(#70) Commas (,) must be followed by white space.
mod/offlinequiz/report/rimport/page.php
(#19) Commas (,) must be followed by white space.
(#20) Commas (,) must be followed by white space.
(#21) Commas (,) must be followed by white space.
(#22) Commas (,) must be followed by white space.
(#23) Commas (,) must be followed by white space.
(#24) Commas (,) must be followed by white space.
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#46) Commas (,) must be followed by white space.
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
mod/offlinequiz/report/rimport/pagenumberscanner.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#19) Inline comments must start with a capital letter, digit or 3-dots sequence
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#19) No space found before comment text; expected "// horizontal distance between the upper left corner and the beginning of the page number box" but found "//horizontal distance between the upper left corner and the beginning of the page number box"
(#20) Commas (,) must be followed by white space.
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) No space found before comment text; expected "// vertical distance between the upper left corner and the beginning of the page number box" but found "//vertical distance between the upper left corner and the beginning of the page number box"
(#22) Commas (,) must be followed by white space.
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Commas (,) must be followed by white space.
(#25) Inline comments must start with a capital letter, digit or 3-dots sequence
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) Commas (,) must be followed by white space.
(#27) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Expected 1 space before "/"; 0 found
(#28) Expected 1 space after "/"; 0 found
(#29) Commas (,) must be followed by white space.
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Line indented incorrectly; expected at least 8 spaces, found 5
(#34) No space found before comment text; expected "// TODO" but found "//TODO"
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 5
(#35) Expected 1 space before "="; 0 found
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 5
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Expected "for (...) {\n"; found "for(...) {\n"
(#41) Expected 1 space after first semicolon of FOR loop; 0 found
(#41) Expected 1 space after second semicolon of FOR loop; 0 found
(#41) Expected 1 space before "<"; 0 found
(#41) Expected 1 space after "<"; 0 found
(#42) Expected 1 space before "="; 0 found
(#42) Expected 1 space after "="; 0 found
(#43) Expected "for (...) {\n"; found "for(...) {\n"
(#43) Expected 1 space after first semicolon of FOR loop; 0 found
(#43) Expected 1 space after second semicolon of FOR loop; 0 found
(#43) Expected 1 space before "="; 0 found
(#43) Expected 1 space after "="; 0 found
(#43) Expected 1 space before "<"; 0 found
(#43) Expected 1 space after "<"; 0 found
(#44) Expected "if (...) {\n"; found "if(...) {\n"
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#45) Line indented incorrectly; expected at least 20 spaces, found 19
(#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
(#50) Expected "if (...) {\n"; found "if(...) {\n"
(#50) Expected 1 space before "/"; 0 found
(#50) Expected 1 space after "/"; 0 found
(#51) Commas (,) must be followed by white space.
(#51) Expected 1 space before "-"; 0 found
(#51) Expected 1 space after "-"; 0 found
(#51) Expected 1 space before "+"; 0 found
(#51) Expected 1 space after "+"; 0 found
(#54) Expected 1 space before "="; 0 found
(#59) Expected "for (...) {\n"; found "for(...) {\n"
(#59) Expected 1 space after first semicolon of FOR loop; 0 found
(#59) Expected 1 space after second semicolon of FOR loop; 0 found
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#59) Expected 1 space before "<"; 0 found
(#59) Expected 1 space after "<"; 0 found
(#60) Expected "for (...) {\n"; found "for(...) {\n"
(#60) Expected 1 space after first semicolon of FOR loop; 0 found
(#60) Expected 1 space after second semicolon of FOR loop; 0 found
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// we measure points in the middle of the bar" but found "//we measure points in the middle of the bar"
(#62) Expected 1 space before "+"; 0 found
(#62) Expected 1 space after "+"; 0 found
(#62) Expected 1 space before "+"; 0 found
(#62) Expected 1 space after "+"; 0 found
(#62) Expected 1 space before "*"; 0 found
(#62) Expected 1 space after "*"; 0 found
(#63) No space found before comment text; expected "// We measure in as many points in between top and bottom as configured in equal distance." but found "//We measure in as many points in between top and bottom as configured in equal distance."
(#64) Expected 1 space before "+"; 0 found
(#64) Expected 1 space after "+"; 0 found
(#64) Expected 1 space before "+"; 0 found
(#64) Expected 1 space after "+"; 0 found
(#64) Expected 1 space before "*"; 0 found
(#64) Expected 1 space after "*"; 0 found
(#64) Expected 1 space before "/"; 0 found
(#64) Expected 1 space after "/"; 0 found
(#64) Expected 1 space before "+"; 0 found
(#64) Expected 1 space after "+"; 0 found
(#65) Commas (,) must be followed by white space.
mod/offlinequiz/report/rimport/pagepositionscanner.php
(#20) Commas (,) must be followed by white space.
(#22) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) Expected "if (...) {\n"; found "if(...) {\n"
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 5
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 5
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 5
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 5
(#43) Expected 1 space before "="; 0 found
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 5
(#44) Expected 1 space before "="; 0 found
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 5
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 7
(#46) Commas (,) must be followed by white space.
(#46) Commas (,) must be followed by white space.
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 7
(#47) Expected 1 space before "-"; 0 found
(#47) Expected 1 space after "-"; 0 found
(#47) Commas (,) must be followed by white space.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 7
(#48) Expected 1 space before "-"; 0 found
(#48) Expected 1 space after "-"; 0 found
(#48) Expected 1 space before "*"; 0 found
(#48) Expected 1 space after "*"; 0 found
(#48) Expected 1 space before "-"; 0 found
(#48) Expected 1 space after "-"; 0 found
(#48) Expected 1 space before "*"; 0 found
(#48) Expected 1 space after "*"; 0 found
(#48) Commas (,) must be followed by white space.
(#48) Line exceeds 132 characters; contains 141 characters
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 7
(#49) Expected 1 space before "*"; 0 found
(#49) Expected 1 space after "*"; 0 found
(#49) Expected 1 space before "-"; 0 found
(#49) Expected 1 space after "-"; 0 found
(#49) Expected 1 space before "*"; 0 found
(#49) Expected 1 space after "*"; 0 found
(#49) Commas (,) must be followed by white space.
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 5
(#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) This comment is 63% valid code; is this commented out code?
(#51) Line indented incorrectly; expected at least 8 spaces, found 0
(#51) Tab found before comment text; expected "// print_object($this->expectedcrosspositions);" but found "// print_object($this->expectedcrosspositions);"
(#57) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#58) Whitespace found at end of line
(#63) Whitespace found at end of line
(#63) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#65) Expected 1 space before "-"; 0 found
(#65) Expected 1 space after "-"; 0 found
(#65) Commas (,) must be followed by white space.
(#66) Expected 1 space before "-"; 0 found
(#66) Expected 1 space after "-"; 0 found
(#66) Commas (,) must be followed by white space.
(#67) Expected 1 space before "/"; 0 found
(#67) Expected 1 space after "/"; 0 found
(#68) Expected 1 space before "/"; 0 found
(#68) Expected 1 space after "/"; 0 found
(#69) Whitespace found at end of line
(#69) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#70) Whitespace found at end of line
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) This comment is 69% valid code; is this commented out code?
(#73) Line indented incorrectly; expected at least 8 spaces, found 0
(#73) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#75) This comment is 56% valid code; is this commented out code?
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Line indented incorrectly; expected at least 8 spaces, found 0
(#75) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#76) Line indented incorrectly; expected at least 8 spaces, found 0
(#76) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#77) Line indented incorrectly; expected at least 8 spaces, found 0
(#77) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#78) Line indented incorrectly; expected at least 8 spaces, found 0
(#78) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Line indented incorrectly; expected at least 8 spaces, found 0
(#79) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#81) This comment is 54% valid code; is this commented out code?
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Line indented incorrectly; expected at least 8 spaces, found 0
(#81) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#82) Line indented incorrectly; expected at least 8 spaces, found 0
(#82) Expected 1 space before comment text but found 16; use block comment if you need indentation
(#83) Line indented incorrectly; expected at least 8 spaces, found 0
(#83) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#84) Line indented incorrectly; expected at least 8 spaces, found 0
(#84) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#85) Line indented incorrectly; expected at least 8 spaces, found 0
(#85) Expected 1 space before comment text but found 17; use block comment if you need indentation
(#86) Line indented incorrectly; expected at least 8 spaces, found 0
(#86) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Line indented incorrectly; expected at least 8 spaces, found 0
(#87) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Whitespace found at end of line
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) This comment is 63% valid code; is this commented out code?
(#89) Line indented incorrectly; expected at least 8 spaces, found 0
(#89) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 5
(#93) Expected 1 space before "-"; 0 found
(#93) Expected 1 space after "-"; 0 found
(#93) Expected 1 space before "-"; 0 found
(#93) Expected 1 space after "-"; 0 found
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) This comment is 67% valid code; is this commented out code?
(#94) Line indented incorrectly; expected at least 8 spaces, found 0
(#94) Tab found before comment text; expected "// print_object($diagvector);" but found "// print_object($diagvector);"
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 5
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space before "/"; 0 found
(#95) Expected 1 space after "/"; 0 found
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 5
(#96) Expected 1 space before "="; 0 found
(#96) Expected 1 space before "*"; 0 found
(#96) Expected 1 space after "*"; 0 found
(#96) Expected 1 space before "*"; 0 found
(#96) Expected 1 space after "*"; 0 found
(#96) Line exceeds 132 characters; contains 145 characters
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 5
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space before "*"; 0 found
(#97) Expected 1 space after "*"; 0 found
(#97) Expected 1 space before "*"; 0 found
(#97) Expected 1 space after "*"; 0 found
(#97) Line exceeds 132 characters; contains 145 characters
(#98) This comment is 56% valid code; is this commented out code?
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) Line indented incorrectly; expected at least 8 spaces, found 0
(#98) Tab found before comment text; expected "// print("zoomfaktor" . $diagzoomfactor . "\n");" but found "// print("zoomfaktor" . $diagzoomfactor . "\n");"
(#99) Line indented incorrectly; expected at least 8 spaces, found 0
(#99) Tab found before comment text; expected "// print($diagvector->getdistance() . "\n");" but found "// print($diagvector->getdistance() . "\n");"
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Line indented incorrectly; expected at least 8 spaces, found 0
(#100) Tab found before comment text; expected "// print(DIAGONAL_LENGTH);" but found "// print(DIAGONAL_LENGTH);"
(#104) Expected 1 space before "*"; 0 found
(#104) Expected 1 space after "*"; 0 found
(#104) Line exceeds 132 characters; contains 143 characters
(#105) Expected 1 space after "="; 2 found
(#105) Expected 1 space before "*"; 0 found
(#105) Expected 1 space after "*"; 0 found
(#105) Line exceeds 132 characters; contains 144 characters
(#110) Expected 1 space before "*"; 0 found
(#110) Expected 1 space after "*"; 0 found
(#110) Line exceeds 132 characters; contains 141 characters
(#111) Expected 1 space before "*"; 0 found
(#111) Expected 1 space after "*"; 0 found
(#111) Line exceeds 132 characters; contains 144 characters
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) No space found before comment text; expected "// TODO Find a good way for finding ontop" but found "//TODO Find a good way for finding ontop"
(#116) Expected 1 space before "-"; 0 found
(#116) Expected 1 space after "-"; 0 found
(#116) Commas (,) must be followed by white space.
(#122) Expected 1 space before "="; 0 found
(#128) Expected "if (...) {\n"; found "if(...) {\n"
(#135) Whitespace found at end of line
(#136) Expected "if (...) {\n"; found "if(...) {\n"
(#136) Expected 1 space before "=="; 0 found
(#136) Expected 1 space after "=="; 0 found
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 12 spaces, found 9
(#137) Expected 1 space before "*"; 0 found
(#137) Expected 1 space after "*"; 0 found
(#137) Expected 1 space before "*"; 0 found
(#137) Expected 1 space after "*"; 0 found
(#137) Line exceeds 132 characters; contains 134 characters
(#139) Expected "} else if (...) {\n"; found "}\n else if(...) {\n"
(#139) Expected "if (...) {\n"; found "if(...) {\n"
(#139) Expected 1 space before "=="; 0 found
(#139) Expected 1 space after "=="; 0 found
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 12 spaces, found 9
(#140) Expected 1 space before "*"; 0 found
(#140) Expected 1 space after "*"; 0 found
(#140) Expected 1 space before "-"; 0 found
(#140) Expected 1 space after "-"; 0 found
(#140) Expected 1 space before "*"; 0 found
(#140) Expected 1 space after "*"; 0 found
(#140) Line exceeds 132 characters; contains 154 characters
(#142) Expected "} else if (...) {\n"; found "}\n else if(...) {\n"
(#142) Expected "if (...) {\n"; found "if(...) {\n"
(#142) Expected 1 space before "=="; 0 found
(#142) Expected 1 space after "=="; 0 found
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 12 spaces, found 9
(#143) Expected 1 space before "*"; 0 found
(#143) Expected 1 space after "*"; 0 found
(#143) Expected 1 space before "*"; 0 found
(#143) Expected 1 space after "*"; 0 found
(#143) Line exceeds 132 characters; contains 177 characters
(#145) Expected "} else if (...) {\n"; found "}\n else if(...) {\n"
(#145) Expected "if (...) {\n"; found "if(...) {\n"
(#145) Expected 1 space before "=="; 0 found
(#145) Expected 1 space after "=="; 0 found
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 9
(#146) Expected 1 space before "*"; 0 found
(#146) Expected 1 space after "*"; 0 found
(#146) Expected 1 space before "*"; 0 found
(#146) Expected 1 space after "*"; 0 found
(#146) Line exceeds 132 characters; contains 155 characters
(#148) The use of function print_object() is forbidden
(#149) Commas (,) must be followed by white space.
(#149) Commas (,) must be followed by white space.
(#150) This comment is 59% valid code; is this commented out code?
(#150) Inline comments must start with a capital letter, digit or 3-dots sequence
(#150) Line indented incorrectly; expected at least 8 spaces, found 0
(#150) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) Line indented incorrectly; expected at least 8 spaces, found 0
(#151) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#153) Whitespace found at end of line
(#154) This comment is 47% valid code; is this commented out code?
(#154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#154) Line exceeds maximum limit of 180 characters; contains 200 characters
(#154) Line indented incorrectly; expected at least 8 spaces, found 0
(#154) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#155) Line exceeds maximum limit of 180 characters; contains 199 characters
(#155) Line indented incorrectly; expected at least 8 spaces, found 0
(#155) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#156) Line indented incorrectly; expected at least 8 spaces, found 0
(#157) Line indented incorrectly; expected at least 8 spaces, found 0
(#158) Line indented incorrectly; expected at least 8 spaces, found 0
(#159) Line indented incorrectly; expected at least 8 spaces, found 0
(#160) Line indented incorrectly; expected at least 8 spaces, found 0
(#161) Line indented incorrectly; expected at least 8 spaces, found 0
(#162) Line indented incorrectly; expected at least 8 spaces, found 0
(#162) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) Line indented incorrectly; expected at least 8 spaces, found 0
(#163) Expected 1 space before comment text but found 9; use block comment if you need indentation
mod/offlinequiz/report/rimport/pagesaver.php
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) Whitespace found at end of line
(#34) Whitespace found at end of line
(#37) Expected "if (...) {\n"; found "if(...) {\n"
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#40) No space found before comment text; expected "// TODO" but found "//TODO"
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) This comment is 75% valid code; is this commented out code?
(#41) No space found before comment text; expected "// $page->filename;" but found "//$page->filename;"
(#45) Expected 1 space before "="; 0 found
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) No space found before comment text; expected "// TODO warningfilename und info aus der Tabelle rausnehmen" but found "//TODO warningfilename und info aus der Tabelle rausnehmen"
(#50) Expected "if (...) {\n"; found "if(...) {\n"
(#50) Expected 1 space before "=="; 0 found
(#50) Expected 1 space after "=="; 0 found
(#56) Expected "if (...) {\n"; found "if(...) {\n"
(#62) Whitespace found at end of line
(#66) Whitespace found at end of line
(#69) Expected "if (...) {\n"; found "if(...) {\n"
(#76) Whitespace found at end of line
(#79) Expected 1 space before "="; 0 found
(#80) Expected 1 space before "="; 0 found
(#80) Expected 1 space after "="; 0 found
(#81) Expected 1 space before "="; 0 found
(#81) Expected 1 space after "="; 0 found
(#82) Line indented incorrectly; expected 8 spaces, found 9
(#82) Expected "for (...) {\n"; found "for(...) {\n"
(#82) Expected 1 space after first semicolon of FOR loop; 0 found
(#82) Expected 1 space after second semicolon of FOR loop; 0 found
(#82) Expected 1 space before "="; 0 found
(#82) Expected 1 space after "="; 0 found
(#82) Expected 1 space before "<"; 0 found
(#82) Expected 1 space after "<"; 0 found
(#83) Line indented incorrectly; expected 12 spaces, found 13
(#83) Expected "for (...) {\n"; found "for(...) {\n"
(#83) Expected 1 space after first semicolon of FOR loop; 0 found
(#83) Expected 1 space after second semicolon of FOR loop; 0 found
(#83) Expected 1 space before "="; 0 found
(#83) Expected 1 space after "="; 0 found
(#83) Expected 1 space before "<"; 0 found
(#83) Expected 1 space after "<"; 0 found
(#86) Expected 1 space before "+"; 0 found
(#86) Expected 1 space after "+"; 0 found
(#91) Line indented incorrectly; expected 12 spaces, found 13
(#92) Whitespace found at end of line
(#93) Line indented incorrectly; expected 8 spaces, found 9
(#96) Whitespace found at end of line
(#97) Whitespace found at end of line
(#99) Expected "if (...) {\n"; found "if(...) {\n"
(#100) Whitespace found at end of line
(#102) Expected 1 space after "=>"; 2 found
(#105) Expected "if (...) {\n"; found "if(...) {\n"
(#109) Expected "} else {\n"; found "}\n else {\n"
(#114) Whitespace found at end of line
(#117) Whitespace found at end of line
(#119) Expected "if (...) {\n"; found "if(...) {\n"
(#120) Whitespace found at end of line
(#125) Expected 1 space after "=>"; 2 found
(#127) Whitespace found at end of line
(#129) Whitespace found at end of line
(#129) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#130) Whitespace found at end of line
(#132) Whitespace found at end of line
(#134) Expected "if (...) {\n"; found "if(...) {\n"
(#136) Expected 1 space after "=>"; 2 found
(#140) Whitespace found at end of line
(#142) Expected "if (...) {\n"; found "if(...) {\n"
(#144) Expected 1 space after "=>"; 2 found
(#146) Whitespace found at end of line
(#149) Whitespace found at end of line
(#154) Expected "if (...) {\n"; found "if(...) {\n"
(#156) Commas (,) must be followed by white space.
(#159) Expected "for (...) {\n"; found "for(...) {\n"
(#159) Space found after opening bracket of FOR loop
(#159) Space found before closing bracket of FOR loop
(#159) Expected 1 space before "="; 0 found
(#159) Expected 1 space after "="; 0 found
(#159) Expected 1 space before "<"; 0 found
(#159) Expected 1 space after "<"; 0 found
(#171) Whitespace found at end of line
(#180) Whitespace found at end of line
(#182) Expected "if (...) {\n"; found "if(...) {\n"
(#185) Expected "} else if (...) {\n"; found "}\n else if(...) {\n"
(#185) Expected "if (...) {\n"; found "if(...) {\n"
(#188) Expected "} else if (...) {\n"; found "}\n else if(...) {\n"
(#188) Expected "if (...) {\n"; found "if(...) {\n"
(#191) Expected "} else if (...) {\n"; found "}\n else if(...) {\n"
(#191) Expected "if (...) {\n"; found "if(...) {\n"
(#196) Whitespace found at end of line
mod/offlinequiz/report/rimport/point.php
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) No space found before comment text; expected "// Mode of the point:" but found "//Mode of the point:"
(#23) No space found before comment text; expected "// Mode 0: guessed point in millimeter*10 (x = 10 and x=0 are 1 mm away from each other)" but found "//Mode 0: guessed point in millimeter*10 (x = 10 and x=0 are 1 mm away from each other)"
(#24) No space found before comment text; expected "// Mode 1: found pixel in an image;" but found "//Mode 1: found pixel in an image;"
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) No space found before comment text; expected "// Mode 2: guessed point relative to corner in millimeter/10" but found "//Mode 2: guessed point relative to corner in millimeter/10"
(#29) Expected 1 space before "="; 0 found
(#29) Expected 1 space after "="; 0 found
(#30) Expected 1 space before "="; 0 found
(#30) Expected 1 space after "="; 0 found
(#44) Line indented incorrectly; expected at least 8 spaces, found 7
(#47) Expected 1 space before "+"; 0 found
(#47) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#54) Expected "if (...) {\n"; found "if(...) {\n"
(#54) Expected 1 space before "<"; 0 found
(#54) Expected 1 space after "<"; 0 found
(#54) Expected 1 space before "<"; 0 found
(#54) Expected 1 space after "<"; 0 found
mod/offlinequiz/report/rimport/positionslib.php
(#18) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#23) Commas (,) must be followed by white space.
(#23) Spaces must be used for alignment; tabs are not allowed
(#23) Tab found within whitespace
(#23) Whitespace found at end of line
(#24) Commas (,) must be followed by white space.
(#24) No space found before comment text; expected "// The space, between the right side of paper and the cross of the right side" but found "//The space, between the right side of paper and the cross of the right side"
(#24) Whitespace found at end of line
(#25) Commas (,) must be followed by white space.
(#25) Spaces must be used for alignment; tabs are not allowed
(#25) Tab found within whitespace
(#25) No space found before comment text; expected "// The space between the top of the side and the crosses on top" but found "//The space between the top of the side and the crosses on top"
(#26) Commas (,) must be followed by white space.
(#26) Spaces must be used for alignment; tabs are not allowed
(#26) Tab found within whitespace
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) No space found before comment text; expected "// The space between the bottom of the side and the crosses on the bottom" but found "//The space between the bottom of the side and the crosses on the bottom"
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) No space found before comment text; expected "// define("LAYER_WIDTH", A4_WIDTH - CORNER_SPACE_LEFT-CORNER_SPACE_RIGHT);" but found "//define("LAYER_WIDTH", A4_WIDTH - CORNER_SPACE_LEFT-CORNER_SPACE_RIGHT);"
(#29) Line exceeds 132 characters; contains 148 characters
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) No space found before comment text; expected "// define("LAYER_HEIGHT", A4_HEIGHT - CORNER_SPACE_TOP - CORNER_SPACE_BOTTOM); these two lines can be added again, once the old algorithm is excluded" but found "//define("LAYER_HEIGHT", A4_HEIGHT - CORNER_SPACE_TOP - CORNER_SPACE_BOTTOM); these two lines can be added again, once the old algorithm is excluded"
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space before "+"; 0 found
(#30) Expected 1 space after "+"; 0 found
(#32) Commas (,) must be followed by white space.
(#36) Expected 1 space before "*"; 0 found
(#36) Expected 1 space after "*"; 0 found
(#36) Expected 1 space before "*"; 0 found
(#36) Expected 1 space after "*"; 0 found
(#36) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#46) Expected 1 space before "+"; 0 found
(#46) Expected 1 space after "+"; 0 found
(#46) Expected 1 space before "*"; 0 found
(#46) Expected 1 space after "*"; 0 found
(#46) Expected 1 space before "*"; 0 found
(#46) Expected 1 space after "*"; 0 found
(#47) Expected 1 space before "+"; 0 found
(#47) Expected 1 space after "+"; 0 found
(#47) Expected 1 space before "*"; 0 found
(#47) Expected 1 space after "*"; 0 found
(#47) Expected 1 space before "*"; 0 found
(#47) Expected 1 space after "*"; 0 found
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#52) Expected 1 space before "+"; 0 found
(#52) Expected 1 space after "+"; 0 found
(#52) Expected 1 space before "+"; 0 found
(#52) Expected 1 space after "+"; 0 found
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) No space found before comment text; expected "// returns the angle between the horizontal and the diagonal of the layer-rectangle" but found "//returns the angle between the horizontal and the diagonal of the layer-rectangle"
(#56) Expected 1 space before "/"; 0 found
(#56) Expected 1 space after "/"; 0 found
(#60) Commas (,) must be followed by white space.
(#62) Commas (,) must be followed by white space.
(#62) Line exceeds 132 characters; contains 147 characters
(#66) Expected 1 space before "*"; 0 found
(#66) Expected 1 space after "*"; 0 found
(#67) Expected 1 space before "*"; 0 found
(#67) Expected 1 space after "*"; 0 found
(#68) Commas (,) must be followed by white space.
(#72) Expected "if (...) {\n"; found "if(...) {\n"
(#72) Expected 1 space before ">"; 0 found
(#72) Expected 1 space after ">"; 0 found
(#72) Expected 1 space before ">"; 0 found
(#72) Expected 1 space after ">"; 0 found
(#73) Expected 1 space before "/"; 0 found
(#73) Expected 1 space after "/"; 0 found
(#75) Expected "} else {\n"; found "}\n else {\n"
(#76) Expected 1 space before "/"; 0 found
(#76) Expected 1 space after "/"; 0 found
(#81) Commas (,) must be followed by white space.
(#81) Expected 1 space before "+"; 0 found
(#81) Expected 1 space after "+"; 0 found
(#81) Commas (,) must be followed by white space.
(#83) Commas (,) must be followed by white space.
mod/offlinequiz/report/rimport/resultsaver.php
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#34) Commas (,) must be followed by white space.
(#35) Commas (,) must be followed by white space.
(#38) Whitespace found at end of line
(#39) Whitespace found at end of line
(#40) Commas (,) must be followed by white space.
(#41) Whitespace found at end of line
(#48) Expected 1 space after "=>"; 2 found
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) No space found before comment text; expected "// TODO check, ob Seite mit gleicher Seitenzahl und userkey + andere scannedpageid existiert" but found "//TODO check, ob Seite mit gleicher Seitenzahl und userkey + andere scannedpageid existiert"
(#51) Expected "if (...) {\n"; found "if(...) {\n"
(#52) Line indented incorrectly; expected at least 12 spaces, found 9
(#55) Expected "if (...) {\n"; found "if(...) {\n"
(#58) Inline control structures are not allowed
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#60) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#61) Expected "if (...) {\n"; found "if(...) {\n"
(#63) Usage of ELSEIF not allowed; use ELSE IF instead
(#64) Commas (,) must be followed by white space.
(#66) Whitespace found at end of line
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) No space found before comment text; expected "// TODO was ist bei unterschiedlichen Gruppen? -> Ergebnis existiert bereits" but found "//TODO was ist bei unterschiedlichen Gruppen? -> Ergebnis existiert bereits"
(#70) Whitespace found at end of line
(#70) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#72) Expected 1 space after "=>"; 2 found
(#74) Whitespace found at end of line
(#74) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#75) Whitespace found at end of line
(#78) Whitespace found at end of line within string
(#80) Commas (,) must be followed by white space.
(#81) Whitespace found at end of line
(#81) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#85) Expected 1 space before "=>"; 0 found
(#91) Commas (,) must be followed by white space.
(#105) Whitespace found at end of line
(#105) Functions must not contain multiple empty lines in a row; found 6 empty lines
(#107) Whitespace found at end of line
(#109) Whitespace found at end of line
(#110) Whitespace found at end of line
(#112) Whitespace found at end of line
(#118) Whitespace found at end of line within string
(#124) Commas (,) must be followed by white space.
(#125) Expected "if (...) {\n"; found "if(...) {\n"
(#128) Expected "if (...) {\n"; found "if(...) {\n"
(#128) Commas (,) must be followed by white space.
(#132) Whitespace found at end of line
(#134) Whitespace found at end of line
(#139) Whitespace found at end of line
(#145) Whitespace found at end of line
(#149) Whitespace found at end of line
(#152) Whitespace found at end of line
(#155) Line indented incorrectly; expected 0 spaces, found 4
(#155) Closing brace indented incorrectly; expected 0 spaces, found 4
(#156) Whitespace found at end of line
(#157) Line indented incorrectly; expected 0 spaces, found 4
(#157) Whitespace found at end of line
(#158) Whitespace found at end of line
(#168) Commas (,) must be followed by white space.
(#168) Expected 1 space before "=>"; 0 found
(#168) Expected 1 space after "=>"; 0 found
(#169) Line indented incorrectly; expected 0 spaces, found 4
(#170) Whitespace found at end of line
(#181) Line indented incorrectly; expected 0 spaces, found 4
(#183) Whitespace found at end of line
(#185) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#186) Whitespace found at end of line
(#191) Whitespace found at end of line
(#192) Line indented incorrectly; expected 4 spaces, found 8
(#193) Whitespace found at end of line
(#198) Whitespace found at end of line
(#201) Whitespace found at end of line
(#203) Line indented incorrectly; expected 8 spaces, found 12
(#205) Line indented incorrectly; expected 12 spaces, found 16
(#207) Line indented incorrectly; expected 16 spaces, found 20
(#212) Line indented incorrectly; expected 16 spaces, found 20
(#214) Line indented incorrectly; expected 16 spaces, found 20
(#215) Line indented incorrectly; expected 12 spaces, found 16
(#216) Line indented incorrectly; expected 16 spaces, found 20
(#218) Line indented incorrectly; expected 16 spaces, found 20
(#219) Line indented incorrectly; expected 12 spaces, found 16
(#220) Line indented incorrectly; expected 8 spaces, found 12
(#221) Whitespace found at end of line
(#223) Line indented incorrectly; expected 8 spaces, found 12
(#225) Line indented incorrectly; expected 12 spaces, found 16
(#228) Line indented incorrectly; expected 12 spaces, found 16
(#229) Line indented incorrectly; expected 8 spaces, found 12
(#232) Line indented incorrectly; expected 8 spaces, found 12
(#233) Whitespace found at end of line
(#234) Line indented incorrectly; expected 4 spaces, found 8
(#234) This comment is 50% valid code; is this commented out code?
(#235) Whitespace found at end of line
(#235) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#236) Whitespace found at end of line
(#240) Whitespace found at end of line
(#242) Whitespace found at end of line
(#244) Line indented incorrectly; expected 0 spaces, found 4
(#245) Whitespace found at end of line
(#247) Whitespace found at end of line
(#248) Line indented incorrectly; expected 0 spaces, found 4
(#248) Visibility must be declared on method "get_result_id"
(#249) Line indented incorrectly; expected 4 spaces, found 8
(#250) Line indented incorrectly; expected 8 spaces, found 12
(#250) Expected "if (...) {\n"; found "if(...) {\n"
(#252) Line indented incorrectly; expected 8 spaces, found 12
(#253) Line indented incorrectly; expected 4 spaces, found 8
(#255) Line indented incorrectly; expected 0 spaces, found 4
(#256) Whitespace found at end of line
(#257) Line indented incorrectly; expected 0 spaces, found 4
(#257) Visibility must be declared on method "get_userid_by_userkey"
(#260) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) No space found before comment text; expected "// TODO prefix and suffix" but found "//TODO prefix and suffix"
(#262) Line indented incorrectly; expected 0 spaces, found 4
(#263) Whitespace found at end of line
(#264) Line indented incorrectly; expected 0 spaces, found 4
(#264) Visibility must be declared on method "save_page_status"
(#264) Commas (,) must be followed by white space.
(#270) Whitespace found at end of line
(#271) Line indented incorrectly; expected 0 spaces, found 4
(#272) Whitespace found at end of line
(#273) Whitespace found at end of line
mod/offlinequiz/report/rimport/resultscanner.php
(#18) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#18) "require_once" must be immediately followed by an open parenthesis
(#20) Commas (,) must be followed by white space.
(#21) Commas (,) must be followed by white space.
(#22) Inline comments must start with a capital letter, digit or 3-dots sequence
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#22) No space found before comment text; expected "// serialize arrays, as until php 7 arrays aren't supported in define" but found "//serialize arrays, as until php 7 arrays aren't supported in define"
(#25) Commas (,) must be followed by white space.
(#26) Commas (,) must be followed by white space.
(#27) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Line exceeds 132 characters; contains 165 characters
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) No space found before comment text; expected "// Distance between the begin of two columns, 1 => 0 for programming necessary" but found "//Distance between the begin of two columns, 1 => 0 for programming necessary"
(#28) Whitespace found at end of line
(#29) Commas (,) must be followed by white space.
(#30) Commas (,) must be followed by white space.
(#31) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) No space found before comment text; expected "// scans the results of a page" but found "//scans the results of a page"
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 5
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Line indented incorrectly; expected at least 8 spaces, found 5
(#42) No space found before comment text; expected "// firstly load the questions" but found "//firstly load the questions"
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) No space found before comment text; expected "// find out, how whats the maximum of options for a single question in this offlinequiz group" but found "//find out, how whats the maximum of options for a single question in this offlinequiz group"
(#45) Variable "max_answers" must not contain underscores.
(#46) Whitespace found at end of line
(#46) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#47) Whitespace found at end of line
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Variable "max_answers" must not contain underscores.
(#51) Expected 1 space before "="; 0 found
(#51) Expected 1 space after "="; 0 found
(#52) Whitespace found at end of line
(#52) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#53) Whitespace found at end of line
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) No space found before comment text; expected "// load the first and the last number of the questions on the page" but found "//load the first and the last number of the questions on the page"
(#54) Whitespace found at end of line
(#55) Expected 1 space before "-"; 0 found
(#55) Expected 1 space after "-"; 0 found
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) The use of function print_object() is forbidden
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) The use of function print_object() is forbidden
(#63) The use of function print_object() is forbidden
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) No space found before comment text; expected "// for every question on the sheet" but found "//for every question on the sheet"
(#65) Expected "for (...) {\n"; found "for(...) {\n"
(#65) Expected 1 space after first semicolon of FOR loop; 0 found
(#65) Expected 1 space after second semicolon of FOR loop; 0 found
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#65) Expected 1 space before "<="; 0 found
(#65) Expected 1 space after "<="; 0 found
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Line indented incorrectly; expected at least 12 spaces, found 9
(#67) Expected "if (...) {\n"; found "if(...) {\n"
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Line indented incorrectly; expected at least 16 spaces, found 13
(#68) No space found before comment text; expected "// find out where the question is on the page" but found "//find out where the question is on the page"
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 16 spaces, found 4
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 16 spaces, found 4
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) No space found before comment text; expected "// calculate the result of this answer and store it on the page-object" but found "//calculate the result of this answer and store it on the page-object"
(#77) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#79) Expected "} else {\n"; found "}\n else {\n"
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Line indented incorrectly; expected at least 8 spaces, found 4
(#102) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 5
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 5
(#106) Whitespace found at end of line within string
(#109) Whitespace found at end of line within string
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 5
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 5
(#114) Commas (,) must be followed by white space.
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Whitespace found at end of line
(#121) Expected "while (...) {\n"; found "while(...) {\n"
(#121) Commas (,) must be followed by white space.
(#134) Expected 1 space before "/"; 0 found
(#134) Expected 1 space after "/"; 0 found
(#136) Expected 1 space before "/"; 0 found
(#136) Expected 1 space after "/"; 0 found
(#137) Space found before semicolon; expected "ANSWERS_BLOCK_SIZE;" but found "ANSWERS_BLOCK_SIZE ;"
(#143) Commas (,) must be followed by white space.
(#143) Commas (,) must be followed by white space.
(#143) Commas (,) must be followed by white space.
(#143) Commas (,) must be followed by white space.
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 8 spaces, found 5
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 5
(#145) The use of function print_object() is forbidden
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 5
(#147) Expected "for (...) {\n"; found "for(...) {\n"
(#147) Expected 1 space after first semicolon of FOR loop; 0 found
(#147) Expected 1 space after second semicolon of FOR loop; 0 found
(#147) Expected 1 space before "="; 0 found
(#147) Expected 1 space after "="; 0 found
(#147) Expected 1 space before "<"; 0 found
(#147) Expected 1 space after "<"; 0 found
(#148) Expected 1 space before "/"; 0 found
(#148) Expected 1 space after "/"; 0 found
(#148) Line exceeds 132 characters; contains 148 characters
(#149) Expected 1 space before "/"; 0 found
(#149) Expected 1 space after "/"; 0 found
(#149) Line exceeds maximum limit of 180 characters; contains 188 characters
(#152) Line exceeds 132 characters; contains 154 characters
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) This comment is 83% valid code; is this commented out code?
(#153) Line indented incorrectly; expected at least 12 spaces, found 0
(#153) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#154) Commas (,) must be followed by white space.
(#154) Commas (,) must be followed by white space.
(#156) Expected "if (...) {\n"; found "if(...) {\n"
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 16 spaces, found 13
mod/offlinequiz/report/rimport/scanner.php
(#112) Member variable "id_digits" must not contain underscores.
mod/offlinequiz/report/rimport/scanner2.php
(#19) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Commas (,) must be followed by white space.
(#42) Commas (,) must be followed by white space.
(#47) Commas (,) must be followed by white space.
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#61) Expected "if (...) {\n"; found "if(...) {\n"
(#66) Expected "if (...) {\n"; found "if(...) {\n"
(#70) Expected "if (...) {\n"; found "if(...) {\n"
(#74) Expected "if (...) {\n"; found "if(...) {\n"
(#78) Expected "if (...) {\n"; found "if(...) {\n"
(#84) Whitespace found at end of line
(#89) Expected "if (...) {\n"; found "if(...) {\n"
(#90) Commas (,) must be followed by white space.
mod/offlinequiz/report/rimport/studentidscanner.php
(#18) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#20) Commas (,) must be followed by white space.
(#21) Commas (,) must be followed by white space.
(#22) Commas (,) must be followed by white space.
(#23) Commas (,) must be followed by white space.
(#24) Commas (,) must be followed by white space.
(#35) Commas (,) must be followed by white space.
(#36) Expected "for (...) {\n"; found "for(...) {\n"
(#36) Expected 1 space after first semicolon of FOR loop; 0 found
(#36) Expected 1 space after second semicolon of FOR loop; 0 found
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#36) Expected 1 space before "<"; 0 found
(#36) Expected 1 space after "<"; 0 found
(#37) Commas (,) must be followed by white space.
(#38) Expected "if (...) {\n"; found "if(...) {\n"
(#38) Expected 1 space after "<"; 0 found
(#42) Expected 1 space before "="; 0 found
(#42) Expected 1 space after "="; 0 found
(#43) Expected "if (...) {\n"; found "if(...) {\n"
(#51) Whitespace found at end of line
(#55) Commas (,) must be followed by white space.
(#57) Expected "for (...) {\n"; found "for(...) {\n"
(#57) Expected 1 space after first semicolon of FOR loop; 0 found
(#58) Commas (,) must be followed by white space.
(#58) Commas (,) must be followed by white space.
(#60) Expected "if (...) {\n"; found "if(...) {\n"
(#61) Expected "if (...) {\n"; found "if(...) {\n"
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#64) Expected "} else {\n"; found "}\n else{\n"
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#73) Commas (,) must be followed by white space.
(#75) Expected "for (...) {\n"; found "for(...) {\n"
(#75) Expected 1 space after first semicolon of FOR loop; 0 found
(#75) Expected 1 space after second semicolon of FOR loop; 0 found
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#75) Expected 1 space before "<="; 0 found
(#75) Expected 1 space after "<="; 0 found
(#76) Expected "for (...) {\n"; found "for(...) {\n"
(#76) Expected 1 space after first semicolon of FOR loop; 0 found
(#76) Expected 1 space after second semicolon of FOR loop; 0 found
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#76) Expected 1 space before "<"; 0 found
(#76) Expected 1 space after "<"; 0 found
(#77) Expected 1 space before "+"; 0 found
(#77) Expected 1 space after "+"; 0 found
(#77) Expected 1 space before "/"; 0 found
(#77) Expected 1 space after "/"; 0 found
(#77) Expected 1 space before "+"; 0 found
(#77) Expected 1 space after "+"; 0 found
(#77) Expected 1 space before "*"; 0 found
(#77) Expected 1 space after "*"; 0 found
(#77) Commas (,) must be followed by white space.
(#77) Expected 1 space before "+"; 0 found
(#77) Expected 1 space after "+"; 0 found
(#77) Expected 1 space before "/"; 0 found
(#77) Expected 1 space after "/"; 0 found
(#77) Expected 1 space before "+"; 0 found
(#77) Expected 1 space after "+"; 0 found
(#77) Expected 1 space before "*"; 0 found
(#77) Expected 1 space after "*"; 0 found
(#77) Commas (,) must be followed by white space.
(#77) Line exceeds maximum limit of 180 characters; contains 211 characters
(#78) Commas (,) must be followed by white space.
mod/offlinequiz/report/statistics/qstats.php
(#244) Function each() is deprecated since PHP 7.2; Use a foreach loop instead
mod/offlinequiz/report/statistics/report.php
(#429) Spaces must be used to indent lines; tabs are not allowed
(#429) Tab found within whitespace
(#429) Whitespace found at end of line
(#429) Functions must not contain multiple empty lines in a row; found 2 empty lines
mod/offlinequiz/settings.php
(#141) Commas (,) must be followed by white space.
(#141) Line exceeds 132 characters; contains 147 characters
(#142) Commas (,) must be followed by white space.

Javascript coding style problems

(166 errors, 383 warnings)

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

mod/offlinequiz/mod_form.js
(#27) Function 'showStudentView' has a complexity of 22. (complexity)
(#27) Missing JSDoc comment. (require-jsdoc)
(#27) 'showStudentView' is defined but never used. (no-unused-vars)
(#28) 'attempt' is not defined. (no-undef)
(#28) '$' is not defined. (no-undef)
(#28) '$' is not defined. (no-undef)
(#29) 'correctness' is not defined. (no-undef)
(#29) '$' is not defined. (no-undef)
(#29) '$' is not defined. (no-undef)
(#30) 'marks' is not defined. (no-undef)
(#30) '$' is not defined. (no-undef)
(#30) '$' is not defined. (no-undef)
(#31) 'specificfeedback' is not defined. (no-undef)
(#31) '$' is not defined. (no-undef)
(#31) '$' is not defined. (no-undef)
(#32) 'generalfeedback' is not defined. (no-undef)
(#32) '$' is not defined. (no-undef)
(#32) '$' is not defined. (no-undef)
(#33) 'rightanswer' is not defined. (no-undef)
(#33) '$' is not defined. (no-undef)
(#33) '$' is not defined. (no-undef)
(#34) 'sheet' is not defined. (no-undef)
(#34) '$' is not defined. (no-undef)
(#34) '$' is not defined. (no-undef)
(#35) 'gradedsheet' is not defined. (no-undef)
(#35) '$' is not defined. (no-undef)
(#35) '$' is not defined. (no-undef)
(#37) 'baseurl' is not defined. (no-undef)
(#37) '$' is not defined. (no-undef)
(#38) 'imagefile1' is not defined. (no-undef)
(#39) 'imagefile2' is not defined. (no-undef)
(#40) 'imagefile3' is not defined. (no-undef)
(#41) 'pagefile' is not defined. (no-undef)
(#42) 'sheet' is not defined. (no-undef)
(#42) 'gradedsheet' is not defined. (no-undef)
(#43) 'imagefile1' is not defined. (no-undef)
(#43) 'baseurl' is not defined. (no-undef)
(#44) 'pagefile' is not defined. (no-undef)
(#44) 'baseurl' is not defined. (no-undef)
(#47) 'attempt' is not defined. (no-undef)
(#48) 'imagefile1' is not defined. (no-undef)
(#48) 'baseurl' is not defined. (no-undef)
(#49) 'imagefile2' is not defined. (no-undef)
(#49) 'baseurl' is not defined. (no-undef)
(#51) 'correctness' is not defined. (no-undef)
(#52) 'imagefile2' is not defined. (no-undef)
(#52) 'imagefile2' is not defined. (no-undef)
(#54) 'marks' is not defined. (no-undef)
(#55) 'imagefile1' is not defined. (no-undef)
(#55) 'baseurl' is not defined. (no-undef)
(#56) 'imagefile1' is not defined. (no-undef)
(#56) 'imagefile1' is not defined. (no-undef)
(#57) 'imagefile2' is not defined. (no-undef)
(#58) 'imagefile2' is not defined. (no-undef)
(#58) 'imagefile2' is not defined. (no-undef)
(#61) 'specificfeedback' is not defined. (no-undef)
(#62) 'imagefile2' is not defined. (no-undef)
(#62) 'imagefile2' is not defined. (no-undef)
(#63) 'imagefile3' is not defined. (no-undef)
(#63) 'baseurl' is not defined. (no-undef)
(#64) 'imagefile3' is not defined. (no-undef)
(#64) 'imagefile3' is not defined. (no-undef)
(#66) 'generalfeedback' is not defined. (no-undef)
(#67) 'imagefile3' is not defined. (no-undef)
(#68) 'imagefile3' is not defined. (no-undef)
(#68) 'baseurl' is not defined. (no-undef)
(#70) 'imagefile3' is not defined. (no-undef)
(#70) 'imagefile3' is not defined. (no-undef)
(#72) 'rightanswer' is not defined. (no-undef)
(#73) 'imagefile2' is not defined. (no-undef)
(#74) 'imagefile2' is not defined. (no-undef)
(#74) 'baseurl' is not defined. (no-undef)
(#76) 'imagefile3' is not defined. (no-undef)
(#77) 'imagefile3' is not defined. (no-undef)
(#77) 'baseurl' is not defined. (no-undef)
(#79) 'imagefile3' is not defined. (no-undef)
(#79) 'imagefile3' is not defined. (no-undef)
(#82) 'gradedsheet' is not defined. (no-undef)
(#83) 'imagefile1' is not defined. (no-undef)
(#83) 'imagefile1' is not defined. (no-undef)
(#84) 'pagefile' is not defined. (no-undef)
(#84) 'pagefile' is not defined. (no-undef)
(#85) 'sheet' is not defined. (no-undef)
(#86) 'imagefile1' is not defined. (no-undef)
(#86) 'imagefile1' is not defined. (no-undef)
(#87) 'pagefile' is not defined. (no-undef)
(#87) 'pagefile' is not defined. (no-undef)
(#90) 'imagefile1' is not defined. (no-undef)
(#91) 'imagefile1' is not defined. (no-undef)
(#91) 'imagefile1' is not defined. (no-undef)
(#93) 'imagefile2' is not defined. (no-undef)
(#94) 'imagefile2' is not defined. (no-undef)
(#94) 'imagefile2' is not defined. (no-undef)
(#96) 'imagefile3' is not defined. (no-undef)
(#97) 'imagefile3' is not defined. (no-undef)
(#97) 'imagefile3' is not defined. (no-undef)
(#100) 'imagefile1' is not defined. (no-undef)
(#101) '$' is not defined. (no-undef)
(#101) There should be no space after '{'. (object-curly-spacing)
(#101) 'imagefile1' is not defined. (no-undef)
(#101) '$' is not defined. (no-undef)
(#102) '$' is not defined. (no-undef)
(#102) '$' is not defined. (no-undef)
(#105) 'imagefile2' is not defined. (no-undef)
(#106) '$' is not defined. (no-undef)
(#106) There should be no space after '{'. (object-curly-spacing)
(#106) 'imagefile2' is not defined. (no-undef)
(#106) '$' is not defined. (no-undef)
(#107) '$' is not defined. (no-undef)
(#107) '$' is not defined. (no-undef)
(#110) 'imagefile3' is not defined. (no-undef)
(#111) '$' is not defined. (no-undef)
(#111) There should be no space after '{'. (object-curly-spacing)
(#111) 'imagefile3' is not defined. (no-undef)
(#111) '$' is not defined. (no-undef)
(#112) '$' is not defined. (no-undef)
(#112) '$' is not defined. (no-undef)
(#115) 'pagefile' is not defined. (no-undef)
(#116) '$' is not defined. (no-undef)
(#116) '$' is not defined. (no-undef)
(#117) '$' is not defined. (no-undef)
(#117) There should be no space after '{'. (object-curly-spacing)
(#117) 'pagefile' is not defined. (no-undef)
(#117) '$' is not defined. (no-undef)
(#118) '$' is not defined. (no-undef)
(#118) '$' is not defined. (no-undef)
(#121) '$' is not defined. (no-undef)
(#122) '$' is not defined. (no-undef)
(#125) Missing JSDoc comment. (require-jsdoc)
(#125) Unexpected space before function parentheses. (space-before-function-paren)
(#126) '$' is not defined. (no-undef)
(#127) '$' is not defined. (no-undef)
(#129) '$' is not defined. (no-undef)
(#130) '$' is not defined. (no-undef)
(#131) '$' is not defined. (no-undef)
(#135) '$' is not defined. (no-undef)
(#138) Comments should not begin with a lowercase character (capitalized-comments)
(#138) Multiple spaces found before '// esc'. (no-multi-spaces)
(#142) '$' is not defined. (no-undef)
(#142) 'e' is defined but never used. (no-unused-vars)
(#142) Missing space before opening brace. (space-before-blocks)
(#143) '$' is not defined. (no-undef)
(#149) '$' is not defined. (no-undef)
(#149) Missing space before opening brace. (space-before-blocks)
mod/offlinequiz/module.js
(#27) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
(#29) Identifier 'init_attempt_form' is not in camel case. (camelcase)
(#35) Identifier 'init_review_form' is not in camel case. (camelcase)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Identifier 'init_comment_popup' is not in camel case. (camelcase)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Missing semicolon. (semi)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#63) Missing JSDoc parameter type for 'Y'. (valid-jsdoc)
(#63) Missing JSDoc parameter type for 'start'. (valid-jsdoc)
(#63) Missing JSDoc parameter type for 'preview'. (valid-jsdoc)
(#76) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#79) 'e' is defined but never used. (no-unused-vars)
(#85) Missing JSDoc @returns for function. (valid-jsdoc)
(#85) Missing JSDoc for parameter 'num'. (valid-jsdoc)
(#88) Identifier 'two_digit' is not in camel case. (camelcase)
(#109) 'M.str' is restricted from being used. Use AMD module "core/str" or M.util.get_string() (no-restricted-properties)
(#145) Identifier 'update_flag_state' is not in camel case. (camelcase)
(#151) 'M.str' is restricted from being used. Use AMD module "core/str" or M.util.get_string() (no-restricted-properties)
(#164) Move function declaration to function body root. (no-inner-declarations)
(#164) Missing JSDoc comment. (require-jsdoc)
(#164) Identifier 'find_enabled_submit' is not in camel case. (camelcase)
(#174) Missing JSDoc comment. (require-jsdoc)
(#174) Move function declaration to function body root. (no-inner-declarations)
(#174) Identifier 'nav_to_page' is not in camel case. (camelcase)
(#182) Unnecessary semicolon. (no-extra-semi)
(#220) Identifier 'secure_window' is not in camel case. (camelcase)
(#226) Multiple spaces found before 'M'. (no-multi-spaces)
(#227) Multiple spaces found before 'M'. (no-multi-spaces)
(#228) Multiple spaces found before 'M'. (no-multi-spaces)
(#230) Multiple spaces found before 'M'. (no-multi-spaces)
(#231) Multiple spaces found before 'M'. (no-multi-spaces)
(#232) Multiple spaces found before 'M'. (no-multi-spaces)
(#233) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#248) Identifier 'clear_status' is not in camel case. (camelcase)
(#254) Unexpected alert. (no-alert)
(#254) 'M.str' is restricted from being used. Use AMD module "core/str" or M.util.get_string() (no-restricted-properties)
(#258) Identifier 'prevent_mouse' is not in camel case. (camelcase)
(#266) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#266) Missing JSDoc for parameter 'args'. (valid-jsdoc)
(#269) Identifier 'start_attempt_action' is not in camel case. (camelcase)
(#271) 'openpopup' is not defined. (no-undef)
(#276) 'openpopup' is not defined. (no-undef)
(#283) Identifier 'init_close_button' is not in camel case. (camelcase)
(#284) 'e' is defined but never used. (no-unused-vars)
(#285) Missing semicolon. (semi)
mod/offlinequiz/report/statistics/doublescroll.js
(#28) Identifier 'offlinequiz_statistics' is not in camel case. (camelcase)
(#28) 'offlinequiz_statistics' is assigned a value but never used. (no-unused-vars)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Identifier 'offlinequiz_statistics_init_doublescroll' is not in camel case. (camelcase)
(#30) 'offlinequiz_statistics_init_doublescroll' is defined but never used. (no-unused-vars)
(#30) 'Y' is defined but never used. (no-unused-vars)
(#31) 'jQuery' is not defined. (no-undef)
(#35) '$' is not defined. (no-undef)
(#36) 'width' is not defined. (no-undef)
(#36) '$' is not defined. (no-undef)
(#37) '$' is not defined. (no-undef)
(#37) 'width' is not defined. (no-undef)
(#41) Missing JSDoc comment. (require-jsdoc)
(#41) Identifier 'offlinequiz_statistics_init_fxheader' is not in camel case. (camelcase)
(#41) 'offlinequiz_statistics_init_fxheader' is defined but never used. (no-unused-vars)
(#41) 'Y' is defined but never used. (no-unused-vars)
(#42) 'fxheaderInit' is not defined. (no-undef)
(#43) 'fxheader' is not defined. (no-undef)
mod/offlinequiz/yui/src/autosave/js/autosave.js
(#29) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
(#145) Identifier 'delay_timer' is not in camel case. (camelcase)
(#154) Identifier 'save_transaction' is not in camel case. (camelcase)
(#174) Identifier 'editor_change_handler' is not in camel case. (camelcase)
(#183) Identifier 'hidden_field_values' is not in camel case. (camelcase)
(#202) Multiple spaces found before 'this'. (no-multi-spaces)
(#202) Multiple spaces found before 'this'. (no-multi-spaces)
(#211) Identifier 'save_hidden_field_values' is not in camel case. (camelcase)
(#213) Multiple spaces found before '='. (no-multi-spaces)
(#221) Identifier 'watch_hidden_fields' is not in camel case. (camelcase)
(#226) Identifier 'detect_hidden_field_changes' is not in camel case. (camelcase)
(#228) Multiple spaces found before '='. (no-multi-spaces)
(#252) Identifier 'init_tinymce' is not in camel case. (camelcase)
(#263) Identifier 'editor_change_handler' is not in camel case. (camelcase)
(#274) Identifier 'init_tinymce_editor' is not in camel case. (camelcase)
(#282) Identifier 'value_changed' is not in camel case. (camelcase)
(#294) Identifier 'editor_changed' is not in camel case. (camelcase)
(#299) Identifier 'start_save_timer_if_necessary' is not in camel case. (camelcase)
(#310) Identifier 'start_save_timer' is not in camel case. (camelcase)
(#312) Identifier 'delay_timer' is not in camel case. (camelcase)
(#315) Identifier 'cancel_delay' is not in camel case. (camelcase)
(#319) Identifier 'delay_timer' is not in camel case. (camelcase)
(#322) Identifier 'save_changes' is not in camel case. (camelcase)
(#336) Identifier 'save_transaction' is not in camel case. (camelcase)
(#347) Identifier 'save_done' is not in camel case. (camelcase)
(#356) Identifier 'save_transaction' is not in camel case. (camelcase)
(#373) Identifier 'save_failed' is not in camel case. (camelcase)
(#375) Identifier 'save_transaction' is not in camel case. (camelcase)
(#387) Identifier 'is_time_nearly_over' is not in camel case. (camelcase)
(#392) Identifier 'stop_autosaving' is not in camel case. (camelcase)
(#394) Identifier 'delay_timer' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/dragdrop/js/dragdrop.js
(#20) Extra space after key 'PAGE'. (key-spacing)
mod/offlinequiz/yui/src/dragdrop/js/resource.js
(#61) Identifier 'setup_for_section' is not in camel case. (camelcase)
(#82) Identifier 'setup_for_resource' is not in camel case. (camelcase)
(#94) Identifier 'drag_start' is not in camel case. (camelcase)
(#101) Identifier 'drag_dropmiss' is not in camel case. (camelcase)
(#108) Identifier 'drop_hit' is not in camel case. (camelcase)
(#132) ["class"] is better written in dot notation. (dot-notation)
(#179) Identifier 'global_drop_over' is not in camel case. (camelcase)
(#236) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
(#237) Identifier 'init_resource_dragdrop' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/dragdrop/js/section.js
(#14) Expected to return a value at the end of method 'initializer'. (consistent-return)
(#16) There should be no space after '['. (array-bracket-spacing)
(#16) There should be no space before ']'. (array-bracket-spacing)
(#58) Identifier 'setup_for_section' is not in camel case. (camelcase)
(#94) Identifier 'drag_start' is not in camel case. (camelcase)
(#98) Line 98 exceeds the maximum line length of 132. (max-len)
(#100) Line 100 exceeds the maximum line length of 132. (max-len)
(#101) There should be no spaces inside this paren. (space-in-parens)
(#109) Identifier 'drag_dropmiss' is not in camel case. (camelcase)
(#116) Identifier 'get_section_index' is not in camel case. (camelcase)
(#125) Identifier 'drop_hit' is not in camel case. (camelcase)
(#137) Line 137 exceeds the maximum line length of 132. (max-len)
(#174) ["class"] is better written in dot notation. (dot-notation)
(#197) Empty block statement. (no-empty)
(#239) Missing space before value for key 'context'. (key-spacing)
(#264) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
(#265) Identifier 'init_section_dragdrop' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/modform/js/modform.js
(#16) Unexpected space before function parentheses. (space-before-function-paren)
(#40) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/offlinequizbase/js/offlinequizbase.js
(#14) Extra space after key 'registermodules'. (key-spacing)
(#16) Missing JSDoc @returns for function. (valid-jsdoc)
(#16) Expected JSDoc for 'object' but found 'The'. (valid-jsdoc)
(#23) Identifier 'register_module' is not in camel case. (camelcase)
(#23) Extra space after key 'register_module'. (key-spacing)
(#29) Missing JSDoc @returns for function. (valid-jsdoc)
(#37) Identifier 'invoke_function' is not in camel case. (camelcase)
(#37) Extra space after key 'invoke_function'. (key-spacing)
(#48) Extra space after key 'NAME'. (key-spacing)
(#49) Extra space after key 'ATTRS'. (key-spacing)
(#53) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
(#59) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#67) Identifier 'swap_sections' is not in camel case. (camelcase)
(#69) Extra space after key 'COURSECONTENT'. (key-spacing)
(#70) Extra space after key 'SECTIONADDMENUS'. (key-spacing)
(#78) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#78) Expected JSDoc for 'sectionlist' but found 'list'. (valid-jsdoc)
(#90) Identifier 'process_sections' is not in camel case. (camelcase)
(#92) Extra space after key 'SECTIONNAME'. (key-spacing)
(#95) Extra space after key 'SECTIONLEFTSIDE'. (key-spacing)
(#138) Identifier 'get_config' is not in camel case. (camelcase)
(#140) Extra space after key 'container_node'. (key-spacing)
(#140) Identifier 'container_node' is not in camel case. (camelcase)
(#141) Identifier 'container_class' is not in camel case. (camelcase)
(#141) Extra space after key 'container_class'. (key-spacing)
(#142) Extra space after key 'section_node'. (key-spacing)
(#142) Identifier 'section_node' is not in camel case. (camelcase)
(#143) Identifier 'section_class' is not in camel case. (camelcase)
(#143) Extra space after key 'section_class'. (key-spacing)
(#153) Identifier 'get_section_selector' is not in camel case. (camelcase)
(#158) Line 158 exceeds the maximum line length of 132. (max-len)
(#170) Identifier 'get_section_wrapper' is not in camel case. (camelcase)
(#183) Identifier 'get_containernode' is not in camel case. (camelcase)
(#183) Expected to return a value at the end of function. (consistent-return)
(#188) Line 188 exceeds the maximum line length of 132. (max-len)
(#197) Identifier 'get_containerclass' is not in camel case. (camelcase)
(#197) Expected to return a value at the end of function. (consistent-return)
(#202) Line 202 exceeds the maximum line length of 132. (max-len)
(#211) Identifier 'get_sectionwrappernode' is not in camel case. (camelcase)
(#225) Identifier 'get_sectionwrapperclass' is not in camel case. (camelcase)
(#239) Identifier 'get_sectionnode' is not in camel case. (camelcase)
(#239) Expected to return a value at the end of function. (consistent-return)
(#253) Identifier 'get_sectionclass' is not in camel case. (camelcase)
(#253) Expected to return a value at the end of function. (consistent-return)
(#258) Line 258 exceeds the maximum line length of 132. (max-len)
mod/offlinequiz/yui/src/offlinequizquestionbank/js/offlinequizquestionbank.js
(#50) Identifier 'create_dialogue' is not in camel case. (camelcase)
(#53) Extra space after key 'headerContent'. (key-spacing)
(#54) Extra space after key 'bodyContent'. (key-spacing)
(#55) Extra space after key 'draggable'. (key-spacing)
(#56) Extra space after key 'modal'. (key-spacing)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Extra space after key 'initializer'. (key-spacing)
(#81) Extra space after key 'display_dialogue'. (key-spacing)
(#81) Identifier 'display_dialogue' is not in camel case. (camelcase)
(#81) Unexpected space before function parentheses. (space-before-function-paren)
(#99) Extra space after key 'load_content'. (key-spacing)
(#99) Identifier 'load_content' is not in camel case. (camelcase)
(#120) Identifier 'load_done' is not in camel case. (camelcase)
(#132) Requires a space after '{'. (block-spacing)
(#132) Statement inside of curly braces should be on next line. (brace-style)
(#132) Requires a space before '}'. (block-spacing)
(#132) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#157) Identifier 'load_failed' is not in camel case. (camelcase)
(#161) Identifier 'link_clicked' is not in camel case. (camelcase)
(#173) Line 173 exceeds the maximum line length of 132. (max-len)
(#189) Identifier 'options_changed' is not in camel case. (camelcase)
(#208) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/questionchooser/js/questionchooser.js
(#26) Identifier 'display_dialogue' is not in camel case. (camelcase)
(#50) Expected space(s) after "for". (keyword-spacing)
(#53) There should be no spaces inside this paren. (space-in-parens)
(#59) Identifier 'parameters_to_hidden_input' is not in camel case. (camelcase)
(#77) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
(#78) Identifier 'init_questionchooser' is not in camel case. (camelcase)
(#79) Identifier 'question_chooser' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/randomquestion/js/randomquestion.js
(#48) Extra space after key 'headerContent'. (key-spacing)
(#49) Extra space after key 'bodyContent'. (key-spacing)
(#50) Extra space after key 'draggable'. (key-spacing)
(#51) Extra space after key 'modal'. (key-spacing)
(#52) Extra space after key 'zIndex'. (key-spacing)
(#59) There should be no space after '{'. (object-curly-spacing)
(#59) There should be no space before '}'. (object-curly-spacing)
(#64) Extra space after key 'initializer'. (key-spacing)
(#68) Extra space after key 'display_dialogue'. (key-spacing)
(#68) Identifier 'display_dialogue' is not in camel case. (camelcase)
(#68) Unexpected space before function parentheses. (space-before-function-paren)
(#78) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/repaginate/js/repaginate.js
(#46) Extra space after key 'initializer'. (key-spacing)
(#55) Identifier 'display_dialog' is not in camel case. (camelcase)
(#55) Extra space after key 'display_dialog'. (key-spacing)
(#55) Unexpected space before function parentheses. (space-before-function-paren)
(#60) Extra space after key 'headerContent'. (key-spacing)
(#61) Extra space after key 'bodyContent'. (key-spacing)
(#62) Extra space after key 'draggable'. (key-spacing)
(#63) Extra space after key 'modal'. (key-spacing)
(#64) Extra space after key 'zIndex'. (key-spacing)
(#73) There should be no space after '{'. (object-curly-spacing)
(#73) There should be no space before '}'. (object-curly-spacing)
(#79) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/toolboxes/js/resource.js
(#75) Identifier 'initialise_select_multiple' is not in camel case. (camelcase)
(#90) Missing space before opening brace. (space-before-blocks)
(#98) Unexpected @returns tag; function has no return statement. (valid-jsdoc)
(#108) Identifier 'handle_data_action' is not in camel case. (camelcase)
(#155) Identifier 'add_spinner' is not in camel case. (camelcase)
(#163) Missing JSDoc @returns for function. (valid-jsdoc)
(#173) Identifier 'delete_with_confirmation' is not in camel case. (camelcase)
(#178) Multiple spaces found before '='. (no-multi-spaces)
(#219) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#230) Extra space after key 'edit_maxmark'. (key-spacing)
(#230) Identifier 'edit_maxmark' is not in camel case. (camelcase)
(#233) Multiple spaces found before '='. (no-multi-spaces)
(#239) A space is required after ','. (comma-spacing)
(#241) Extra space after key 'class'. (key-spacing)
(#242) Extra space after key 'field'. (key-spacing)
(#243) Extra space after key 'id'. (key-spacing)
(#264) Extra space after key 'value'. (key-spacing)
(#265) Extra space after key 'autocomplete'. (key-spacing)
(#266) Extra space after key 'aria-describedby'. (key-spacing)
(#267) Extra space after key 'maxLength'. (key-spacing)
(#268) Extra space after key 'size'. (key-spacing)
(#310) Extra space after key 'edit_maxmark_submit'. (key-spacing)
(#310) Identifier 'edit_maxmark_submit' is not in camel case. (camelcase)
(#319) Extra space after key 'class'. (key-spacing)
(#320) Extra space after key 'field'. (key-spacing)
(#321) Extra space after key 'maxmark'. (key-spacing)
(#322) Extra space after key 'id'. (key-spacing)
(#341) Identifier 'edit_maxmark_cancel' is not in camel case. (camelcase)
(#341) Extra space after key 'edit_maxmark_cancel'. (key-spacing)
(#355) Identifier 'edit_maxmark_clear' is not in camel case. (camelcase)
(#355) Extra space after key 'edit_maxmark_clear'. (key-spacing)
(#384) Missing JSDoc @returns for function. (valid-jsdoc)
(#384) Missing JSDoc for parameter 'action'. (valid-jsdoc)
(#395) Identifier 'update_page_break' is not in camel case. (camelcase)
(#431) Identifier 'reorganise_edit_page' is not in camel case. (camelcase)
(#437) Extra space after key 'NAME'. (key-spacing)
(#438) Extra space after key 'ATTRS'. (key-spacing)
(#439) Extra space after key 'courseid'. (key-spacing)
(#440) Extra space after key 'value'. (key-spacing)
(#442) Extra space after key 'offlinequizid'. (key-spacing)
(#443) Extra space after key 'value'. (key-spacing)
(#445) Extra space after key 'offlinegroupid'. (key-spacing)
(#446) Extra space after key 'value'. (key-spacing)
(#451) Identifier 'resource_toolbox' is not in camel case. (camelcase)
(#452) Identifier 'init_resource_toolbox' is not in camel case. (camelcase)
(#453) Identifier 'resource_toolbox' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/toolboxes/js/section.js
(#45) Extra space after key 'initializer'. (key-spacing)
(#53) Identifier 'toggle_hide_section' is not in camel case. (camelcase)
(#53) Extra space after key 'toggle_hide_section'. (key-spacing)
(#83) Extra space after key 'alt'. (key-spacing)
(#84) Extra space after key 'src'. (key-spacing)
(#90) Extra space after key 'class'. (key-spacing)
(#91) Extra space after key 'field'. (key-spacing)
(#92) Line 92 exceeds the maximum line length of 132. (max-len)
(#92) Extra space after key 'id'. (key-spacing)
(#93) Extra space after key 'value'. (key-spacing)
(#124) Extra space after key 'toggle_highlight'. (key-spacing)
(#124) Identifier 'toggle_highlight' is not in camel case. (camelcase)
(#138) Identifier 'old_string' is not in camel case. (camelcase)
(#155) Identifier 'new_string' is not in camel case. (camelcase)
(#165) Extra space after key 'class'. (key-spacing)
(#166) Extra space after key 'field'. (key-spacing)
(#167) Extra space after key 'value'. (key-spacing)
(#173) Multiple spaces found before '{'. (no-multi-spaces)
(#174) Extra space after key 'NAME'. (key-spacing)
(#175) Extra space after key 'ATTRS'. (key-spacing)
(#176) Extra space after key 'courseid'. (key-spacing)
(#177) Extra space after key 'value'. (key-spacing)
(#179) Extra space after key 'offlinequizid'. (key-spacing)
(#180) Extra space after key 'value'. (key-spacing)
(#182) Extra space after key 'offlinegroupid'. (key-spacing)
(#183) Extra space after key 'value'. (key-spacing)
(#185) Extra space after key 'format'. (key-spacing)
(#186) Extra space after key 'value'. (key-spacing)
(#191) Identifier 'init_section_toolbox' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/toolboxes/js/toolbox.js
(#13) Extra space after key 'ACTIVITYINSTANCE'. (key-spacing)
(#14) Extra space after key 'AVAILABILITYINFODIV'. (key-spacing)
(#15) Extra space after key 'CONTENTWITHOUTLINK'. (key-spacing)
(#16) Extra space after key 'CONDITIONALHIDDEN'. (key-spacing)
(#17) Extra space after key 'DIMCLASS'. (key-spacing)
(#18) Extra space after key 'DIMMEDTEXT'. (key-spacing)
(#19) Extra space after key 'EDITINSTRUCTIONS'. (key-spacing)
(#21) Extra space after key 'HIDE'. (key-spacing)
(#23) Extra space after key 'MODINDENTCOUNT'. (key-spacing)
(#24) Extra space after key 'MODINDENTHUGE'. (key-spacing)
(#25) Extra space after key 'MODULEIDPREFIX'. (key-spacing)
(#27) Extra space after key 'SECTIONHIDDENCLASS'. (key-spacing)
(#28) Extra space after key 'SECTIONIDPREFIX'. (key-spacing)
(#29) Extra space after key 'SLOT'. (key-spacing)
(#30) Extra space after key 'SHOW'. (key-spacing)
(#31) Extra space after key 'TITLEEDITOR'. (key-spacing)
(#36) Extra space after key 'ACTIONLINKTEXT'. (key-spacing)
(#37) Extra space after key 'ACTIVITYACTION'. (key-spacing)
(#38) Extra space after key 'ACTIVITYFORM'. (key-spacing)
(#39) Extra space after key 'ACTIVITYICON'. (key-spacing)
(#40) Extra space after key 'ACTIVITYINSTANCE'. (key-spacing)
(#42) Extra space after key 'ACTIVITYLI'. (key-spacing)
(#43) Extra space after key 'ACTIVITYMAXMARK'. (key-spacing)
(#44) Extra space after key 'COMMANDSPAN'. (key-spacing)
(#45) Extra space after key 'CONTENTAFTERLINK'. (key-spacing)
(#46) Extra space after key 'CONTENTWITHOUTLINK'. (key-spacing)
(#49) Extra space after key 'HIDE'. (key-spacing)
(#50) Extra space after key 'HIGHLIGHT'. (key-spacing)
(#51) Extra space after key 'INSTANCENAME'. (key-spacing)
(#52) Extra space after key 'INSTANCEMAXMARK'. (key-spacing)
(#53) Extra space after key 'MODINDENTDIV'. (key-spacing)
(#54) Extra space after key 'MODINDENTOUTER'. (key-spacing)
(#55) Extra space after key 'NUMQUESTIONS'. (key-spacing)
(#56) Extra space after key 'PAGECONTENT'. (key-spacing)
(#57) Extra space after key 'PAGELI'. (key-spacing)
(#58) Extra space after key 'SECTIONUL'. (key-spacing)
(#59) Extra space after key 'SELECTMULTIPLECHECKBOX'. (key-spacing)
(#62) Extra space after key 'SHOW'. (key-spacing)
(#63) Extra space after key 'SHOWHIDE'. (key-spacing)
(#64) Extra space after key 'SLOTLI'. (key-spacing)
(#65) Extra space after key 'SUMMARKS'. (key-spacing)
(#70) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
(#86) Missing JSDoc @returns for function. (valid-jsdoc)
(#96) Identifier 'send_request' is not in camel case. (camelcase)
(#96) Identifier 'success_callback' is not in camel case. (camelcase)
(#124) Empty block statement. (no-empty)
(#131) Line 131 exceeds the maximum line length of 132. (max-len)
(#133) Identifier 'success_callback' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/util/js/page.js
(#37) Missing JSDoc parameter type for 'pagecomponent'. (valid-jsdoc)
(#48) Missing JSDoc parameter type for 'pagecomponent'. (valid-jsdoc)
(#48) Expected JSDoc for 'slot' but found 'pagecomponent'. (valid-jsdoc)
(#59) Missing JSDoc parameter type for 'page'. (valid-jsdoc)
(#79) Missing JSDoc parameter type for 'page'. (valid-jsdoc)
(#79) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#79) Missing JSDoc parameter type for 'id'. (valid-jsdoc)
(#91) Missing JSDoc parameter type for 'page'. (valid-jsdoc)
(#106) Missing JSDoc parameter type for 'page'. (valid-jsdoc)
(#126) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#126) Missing JSDoc for parameter 'number'. (valid-jsdoc)
(#126) Missing JSDoc parameter type for 'page'. (valid-jsdoc)
(#149) Missing JSDoc parameter type for 'page'. (valid-jsdoc)
(#149) Missing JSDoc return type. (valid-jsdoc)
(#163) Missing JSDoc parameter type for 'page'. (valid-jsdoc)
(#163) Missing JSDoc return type. (valid-jsdoc)
(#178) Missing JSDoc return type. (valid-jsdoc)
(#178) Missing JSDoc parameter type for 'beforenode'. (valid-jsdoc)
(#196) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#214) Missing JSDoc parameter type for 'page'. (valid-jsdoc)
(#214) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#214) Missing JSDoc for parameter 'keeppagebreak'. (valid-jsdoc)
(#230) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#259) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#307) Missing JSDoc parameter type for 'actionmenu'. (valid-jsdoc)
(#327) Missing JSDoc parameter type for 'page'. (valid-jsdoc)
(#327) Missing JSDoc parameter type for 'id'. (valid-jsdoc)
(#327) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#327) Expected JSDoc for 'actionmenu' but found 'page'. (valid-jsdoc)
mod/offlinequiz/yui/src/util/js/slot.js
(#40) Missing JSDoc parameter type for 'slotcomponent'. (valid-jsdoc)
(#51) Missing JSDoc parameter type for 'slot'. (valid-jsdoc)
(#71) Missing JSDoc parameter type for 'slot'. (valid-jsdoc)
(#86) Missing JSDoc parameter type for 'slot'. (valid-jsdoc)
(#108) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#108) Missing JSDoc for parameter 'number'. (valid-jsdoc)
(#108) Missing JSDoc parameter type for 'slot'. (valid-jsdoc)
(#142) Missing JSDoc parameter type for 'slot'. (valid-jsdoc)
(#153) Missing JSDoc parameter type for 'slot'. (valid-jsdoc)
(#179) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#212) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#228) Missing JSDoc parameter type for 'slot'. (valid-jsdoc)
(#228) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#258) Missing JSDoc parameter type for 'slot'. (valid-jsdoc)
(#269) Missing JSDoc parameter type for 'beforenode'. (valid-jsdoc)
(#269) Expected JSDoc for 'slot' but found 'beforenode'. (valid-jsdoc)
(#269) Missing JSDoc return type. (valid-jsdoc)
(#284) Missing JSDoc parameter type for 'slot'. (valid-jsdoc)
(#284) Missing JSDoc return type. (valid-jsdoc)
(#300) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#372) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#398) JSDoc syntax error. (valid-jsdoc)
(#422) Expected catch,fail() or return (promise/catch-or-return)
(#423) Each then() should return a value or throw (promise/always-return)
(#432) Expected catch,fail() or return (promise/catch-or-return)
(#433) Each then() should return a value or throw (promise/always-return)

CSS problems

(681 errors, 74 warnings)

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

mod/offlinequiz/report/statistics/help/statistics_help.css
(#2) Expected "#555555" to be "#555" (color-hex-length)
(#1) Expected "BODY" to be "body" (selector-type-case)
(#3) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#3) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#3) Expected single space after "," in a single-line list (value-list-comma-space-after)
mod/offlinequiz/styles.css
(#419) Unknown property: radial-gradient(ellipse
(#165) Expected empty line before at-rule (at-rule-empty-line-before)
(#1006) Expected empty line before at-rule (at-rule-empty-line-before)
(#30) Expected newline before "}" (block-closing-brace-newline-before)
(#33) Expected newline before "}" (block-closing-brace-newline-before)
(#42) Expected newline before "}" (block-closing-brace-newline-before)
(#44) Expected newline before "}" (block-closing-brace-newline-before)
(#47) Expected newline before "}" (block-closing-brace-newline-before)
(#48) Expected newline before "}" (block-closing-brace-newline-before)
(#51) Expected newline before "}" (block-closing-brace-newline-before)
(#52) Expected newline before "}" (block-closing-brace-newline-before)
(#53) Expected newline before "}" (block-closing-brace-newline-before)
(#55) Expected newline before "}" (block-closing-brace-newline-before)
(#56) Expected newline before "}" (block-closing-brace-newline-before)
(#58) Expected newline before "}" (block-closing-brace-newline-before)
(#59) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#63) Expected newline before "}" (block-closing-brace-newline-before)
(#65) Expected newline before "}" (block-closing-brace-newline-before)
(#66) Expected newline before "}" (block-closing-brace-newline-before)
(#68) Expected newline before "}" (block-closing-brace-newline-before)
(#72) Expected newline before "}" (block-closing-brace-newline-before)
(#73) Expected newline before "}" (block-closing-brace-newline-before)
(#74) Expected newline before "}" (block-closing-brace-newline-before)
(#75) Expected newline before "}" (block-closing-brace-newline-before)
(#77) Expected newline before "}" (block-closing-brace-newline-before)
(#79) Expected newline before "}" (block-closing-brace-newline-before)
(#81) Expected newline before "}" (block-closing-brace-newline-before)
(#83) Expected newline before "}" (block-closing-brace-newline-before)
(#86) Expected newline before "}" (block-closing-brace-newline-before)
(#87) Expected newline before "}" (block-closing-brace-newline-before)
(#88) Expected newline before "}" (block-closing-brace-newline-before)
(#89) Expected newline before "}" (block-closing-brace-newline-before)
(#90) Expected newline before "}" (block-closing-brace-newline-before)
(#91) Expected newline before "}" (block-closing-brace-newline-before)
(#92) Expected newline before "}" (block-closing-brace-newline-before)
(#93) Expected newline before "}" (block-closing-brace-newline-before)
(#94) Expected newline before "}" (block-closing-brace-newline-before)
(#95) Expected newline before "}" (block-closing-brace-newline-before)
(#96) Expected newline before "}" (block-closing-brace-newline-before)
(#97) Expected newline before "}" (block-closing-brace-newline-before)
(#98) Expected newline before "}" (block-closing-brace-newline-before)
(#99) Expected newline before "}" (block-closing-brace-newline-before)
(#100) Expected newline before "}" (block-closing-brace-newline-before)
(#101) Expected newline before "}" (block-closing-brace-newline-before)
(#102) Expected newline before "}" (block-closing-brace-newline-before)
(#103) Expected newline before "}" (block-closing-brace-newline-before)
(#106) Expected newline before "}" (block-closing-brace-newline-before)
(#107) Expected newline before "}" (block-closing-brace-newline-before)
(#111) Expected newline before "}" (block-closing-brace-newline-before)
(#114) Expected newline before "}" (block-closing-brace-newline-before)
(#117) Expected newline before "}" (block-closing-brace-newline-before)
(#119) Expected newline before "}" (block-closing-brace-newline-before)
(#121) Expected newline before "}" (block-closing-brace-newline-before)
(#124) Expected newline before "}" (block-closing-brace-newline-before)
(#126) Expected newline before "}" (block-closing-brace-newline-before)
(#128) Expected newline before "}" (block-closing-brace-newline-before)
(#130) Expected newline before "}" (block-closing-brace-newline-before)
(#131) Expected newline before "}" (block-closing-brace-newline-before)
(#142) Expected newline before "}" (block-closing-brace-newline-before)
(#144) Expected newline before "}" (block-closing-brace-newline-before)
(#145) Expected newline before "}" (block-closing-brace-newline-before)
(#146) Expected newline before "}" (block-closing-brace-newline-before)
(#147) Expected newline before "}" (block-closing-brace-newline-before)
(#148) Expected newline before "}" (block-closing-brace-newline-before)
(#149) Expected newline before "}" (block-closing-brace-newline-before)
(#150) Expected newline before "}" (block-closing-brace-newline-before)
(#151) Expected newline before "}" (block-closing-brace-newline-before)
(#152) Expected newline before "}" (block-closing-brace-newline-before)
(#153) Expected newline before "}" (block-closing-brace-newline-before)
(#156) Expected newline before "}" (block-closing-brace-newline-before)
(#158) Expected newline before "}" (block-closing-brace-newline-before)
(#161) Expected newline before "}" (block-closing-brace-newline-before)
(#162) Expected newline before "}" (block-closing-brace-newline-before)
(#163) Expected newline before "}" (block-closing-brace-newline-before)
(#164) Expected newline before "}" (block-closing-brace-newline-before)
(#166) Expected newline before "}" (block-closing-brace-newline-before)
(#170) Expected newline before "}" (block-closing-brace-newline-before)
(#171) Expected newline before "}" (block-closing-brace-newline-before)
(#172) Expected newline before "}" (block-closing-brace-newline-before)
(#175) Expected newline before "}" (block-closing-brace-newline-before)
(#176) Expected newline before "}" (block-closing-brace-newline-before)
(#177) Expected newline before "}" (block-closing-brace-newline-before)
(#180) Expected newline before "}" (block-closing-brace-newline-before)
(#191) Expected newline before "}" (block-closing-brace-newline-before)
(#192) Expected newline before "}" (block-closing-brace-newline-before)
(#193) Expected newline before "}" (block-closing-brace-newline-before)
(#194) Expected newline before "}" (block-closing-brace-newline-before)
(#195) Expected newline before "}" (block-closing-brace-newline-before)
(#196) Expected newline before "}" (block-closing-brace-newline-before)
(#197) Expected newline before "}" (block-closing-brace-newline-before)
(#198) Expected newline before "}" (block-closing-brace-newline-before)
(#199) Expected newline before "}" (block-closing-brace-newline-before)
(#200) Expected newline before "}" (block-closing-brace-newline-before)
(#201) Expected newline before "}" (block-closing-brace-newline-before)
(#202) Expected newline before "}" (block-closing-brace-newline-before)
(#203) Expected newline before "}" (block-closing-brace-newline-before)
(#204) Expected newline before "}" (block-closing-brace-newline-before)
(#206) Expected newline before "}" (block-closing-brace-newline-before)
(#208) Expected newline before "}" (block-closing-brace-newline-before)
(#209) Expected newline before "}" (block-closing-brace-newline-before)
(#210) Expected newline before "}" (block-closing-brace-newline-before)
(#211) Expected newline before "}" (block-closing-brace-newline-before)
(#212) Expected newline before "}" (block-closing-brace-newline-before)
(#213) Expected newline before "}" (block-closing-brace-newline-before)
(#214) Expected newline before "}" (block-closing-brace-newline-before)
(#215) Expected newline before "}" (block-closing-brace-newline-before)
(#216) Expected newline before "}" (block-closing-brace-newline-before)
(#217) Expected newline before "}" (block-closing-brace-newline-before)
(#218) Expected newline before "}" (block-closing-brace-newline-before)
(#219) Expected newline before "}" (block-closing-brace-newline-before)
(#221) Expected newline before "}" (block-closing-brace-newline-before)
(#222) Expected newline before "}" (block-closing-brace-newline-before)
(#224) Expected newline before "}" (block-closing-brace-newline-before)
(#225) Expected newline before "}" (block-closing-brace-newline-before)
(#226) Expected newline before "}" (block-closing-brace-newline-before)
(#228) Expected newline before "}" (block-closing-brace-newline-before)
(#230) Expected newline before "}" (block-closing-brace-newline-before)
(#231) Expected newline before "}" (block-closing-brace-newline-before)
(#232) Expected newline before "}" (block-closing-brace-newline-before)
(#233) Expected newline before "}" (block-closing-brace-newline-before)
(#234) Expected newline before "}" (block-closing-brace-newline-before)
(#235) Expected newline before "}" (block-closing-brace-newline-before)
(#236) Expected newline before "}" (block-closing-brace-newline-before)
(#237) Expected newline before "}" (block-closing-brace-newline-before)
(#240) Expected newline before "}" (block-closing-brace-newline-before)
(#241) Expected newline before "}" (block-closing-brace-newline-before)
(#289) Expected newline before "}" (block-closing-brace-newline-before)
(#291) Expected newline before "}" (block-closing-brace-newline-before)
(#295) Expected newline before "}" (block-closing-brace-newline-before)
(#296) Expected newline before "}" (block-closing-brace-newline-before)
(#297) Expected newline before "}" (block-closing-brace-newline-before)
(#30) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#33) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#42) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#44) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#47) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#48) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#51) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#52) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#53) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#55) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#56) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#58) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#59) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#63) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#65) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#66) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#68) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#72) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#73) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#74) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#75) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#77) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#79) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#81) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#83) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#86) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#87) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#88) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#89) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#90) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#91) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#92) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#93) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#94) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#95) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#96) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#97) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#98) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#99) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#100) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#101) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#102) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#103) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#106) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#107) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#111) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#114) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#117) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#119) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#121) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#124) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#126) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#128) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#130) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#131) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#142) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#144) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#145) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#146) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#147) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#148) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#149) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#150) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#151) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#158) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#161) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#162) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#163) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#164) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#170) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#171) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#172) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#175) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#176) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#177) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#180) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#191) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#192) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#193) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#194) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#195) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#196) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#197) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#198) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#199) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#200) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#201) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#202) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#203) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#204) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#206) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#208) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#209) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#210) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#211) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#212) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#213) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#214) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#215) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#216) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#217) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#218) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#219) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#221) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#222) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#224) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#225) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#226) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#228) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#231) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#232) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#234) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#237) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#240) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#241) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#289) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#291) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#295) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#296) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#297) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#30) Expected newline after "{" (block-opening-brace-newline-after)
(#33) Expected newline after "{" (block-opening-brace-newline-after)
(#42) Expected newline after "{" (block-opening-brace-newline-after)
(#44) Expected newline after "{" (block-opening-brace-newline-after)
(#47) Expected newline after "{" (block-opening-brace-newline-after)
(#48) Expected newline after "{" (block-opening-brace-newline-after)
(#51) Expected newline after "{" (block-opening-brace-newline-after)
(#52) Expected newline after "{" (block-opening-brace-newline-after)
(#53) Expected newline after "{" (block-opening-brace-newline-after)
(#55) Expected newline after "{" (block-opening-brace-newline-after)
(#56) Expected newline after "{" (block-opening-brace-newline-after)
(#58) Expected newline after "{" (block-opening-brace-newline-after)
(#59) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#63) Expected newline after "{" (block-opening-brace-newline-after)
(#65) Expected newline after "{" (block-opening-brace-newline-after)
(#66) Expected newline after "{" (block-opening-brace-newline-after)
(#68) Expected newline after "{" (block-opening-brace-newline-after)
(#72) Expected newline after "{" (block-opening-brace-newline-after)
(#73) Expected newline after "{" (block-opening-brace-newline-after)
(#74) Expected newline after "{" (block-opening-brace-newline-after)
(#75) Expected newline after "{" (block-opening-brace-newline-after)
(#77) Expected newline after "{" (block-opening-brace-newline-after)
(#79) Expected newline after "{" (block-opening-brace-newline-after)
(#81) Expected newline after "{" (block-opening-brace-newline-after)
(#83) Expected newline after "{" (block-opening-brace-newline-after)
(#86) Expected newline after "{" (block-opening-brace-newline-after)
(#87) Expected newline after "{" (block-opening-brace-newline-after)
(#88) Expected newline after "{" (block-opening-brace-newline-after)
(#89) Expected newline after "{" (block-opening-brace-newline-after)
(#90) Expected newline after "{" (block-opening-brace-newline-after)
(#91) Expected newline after "{" (block-opening-brace-newline-after)
(#92) Expected newline after "{" (block-opening-brace-newline-after)
(#93) Expected newline after "{" (block-opening-brace-newline-after)
(#94) Expected newline after "{" (block-opening-brace-newline-after)
(#95) Expected newline after "{" (block-opening-brace-newline-after)
(#96) Expected newline after "{" (block-opening-brace-newline-after)
(#97) Expected newline after "{" (block-opening-brace-newline-after)
(#98) Expected newline after "{" (block-opening-brace-newline-after)
(#99) Expected newline after "{" (block-opening-brace-newline-after)
(#100) Expected newline after "{" (block-opening-brace-newline-after)
(#101) Expected newline after "{" (block-opening-brace-newline-after)
(#102) Expected newline after "{" (block-opening-brace-newline-after)
(#103) Expected newline after "{" (block-opening-brace-newline-after)
(#106) Expected newline after "{" (block-opening-brace-newline-after)
(#107) Expected newline after "{" (block-opening-brace-newline-after)
(#111) Expected newline after "{" (block-opening-brace-newline-after)
(#114) Expected newline after "{" (block-opening-brace-newline-after)
(#117) Expected newline after "{" (block-opening-brace-newline-after)
(#119) Expected newline after "{" (block-opening-brace-newline-after)
(#121) Expected newline after "{" (block-opening-brace-newline-after)
(#124) Expected newline after "{" (block-opening-brace-newline-after)
(#126) Expected newline after "{" (block-opening-brace-newline-after)
(#128) Expected newline after "{" (block-opening-brace-newline-after)
(#130) Expected newline after "{" (block-opening-brace-newline-after)
(#131) Expected newline after "{" (block-opening-brace-newline-after)
(#142) Expected newline after "{" (block-opening-brace-newline-after)
(#144) Expected newline after "{" (block-opening-brace-newline-after)
(#145) Expected newline after "{" (block-opening-brace-newline-after)
(#146) Expected newline after "{" (block-opening-brace-newline-after)
(#147) Expected newline after "{" (block-opening-brace-newline-after)
(#148) Expected newline after "{" (block-opening-brace-newline-after)
(#149) Expected newline after "{" (block-opening-brace-newline-after)
(#150) Expected newline after "{" (block-opening-brace-newline-after)
(#151) Expected newline after "{" (block-opening-brace-newline-after)
(#152) Expected newline after "{" (block-opening-brace-newline-after)
(#153) Expected newline after "{" (block-opening-brace-newline-after)
(#156) Expected newline after "{" (block-opening-brace-newline-after)
(#158) Expected newline after "{" (block-opening-brace-newline-after)
(#161) Expected newline after "{" (block-opening-brace-newline-after)
(#162) Expected newline after "{" (block-opening-brace-newline-after)
(#163) Expected newline after "{" (block-opening-brace-newline-after)
(#164) Expected newline after "{" (block-opening-brace-newline-after)
(#166) Expected newline after "{" (block-opening-brace-newline-after)
(#170) Expected newline after "{" (block-opening-brace-newline-after)
(#171) Expected newline after "{" (block-opening-brace-newline-after)
(#172) Expected newline after "{" (block-opening-brace-newline-after)
(#175) Expected newline after "{" (block-opening-brace-newline-after)
(#176) Expected newline after "{" (block-opening-brace-newline-after)
(#177) Expected newline after "{" (block-opening-brace-newline-after)
(#180) Expected newline after "{" (block-opening-brace-newline-after)
(#191) Expected newline after "{" (block-opening-brace-newline-after)
(#192) Expected newline after "{" (block-opening-brace-newline-after)
(#193) Expected newline after "{" (block-opening-brace-newline-after)
(#194) Expected newline after "{" (block-opening-brace-newline-after)
(#195) Expected newline after "{" (block-opening-brace-newline-after)
(#196) Expected newline after "{" (block-opening-brace-newline-after)
(#197) Expected newline after "{" (block-opening-brace-newline-after)
(#198) Expected newline after "{" (block-opening-brace-newline-after)
(#199) Expected newline after "{" (block-opening-brace-newline-after)
(#200) Expected newline after "{" (block-opening-brace-newline-after)
(#201) Expected newline after "{" (block-opening-brace-newline-after)
(#202) Expected newline after "{" (block-opening-brace-newline-after)
(#203) Expected newline after "{" (block-opening-brace-newline-after)
(#204) Expected newline after "{" (block-opening-brace-newline-after)
(#206) Expected newline after "{" (block-opening-brace-newline-after)
(#208) Expected newline after "{" (block-opening-brace-newline-after)
(#209) Expected newline after "{" (block-opening-brace-newline-after)
(#210) Expected newline after "{" (block-opening-brace-newline-after)
(#211) Expected newline after "{" (block-opening-brace-newline-after)
(#212) Expected newline after "{" (block-opening-brace-newline-after)
(#213) Expected newline after "{" (block-opening-brace-newline-after)
(#214) Expected newline after "{" (block-opening-brace-newline-after)
(#215) Expected newline after "{" (block-opening-brace-newline-after)
(#216) Expected newline after "{" (block-opening-brace-newline-after)
(#217) Expected newline after "{" (block-opening-brace-newline-after)
(#218) Expected newline after "{" (block-opening-brace-newline-after)
(#219) Expected newline after "{" (block-opening-brace-newline-after)
(#221) Expected newline after "{" (block-opening-brace-newline-after)
(#222) Expected newline after "{" (block-opening-brace-newline-after)
(#224) Expected newline after "{" (block-opening-brace-newline-after)
(#225) Expected newline after "{" (block-opening-brace-newline-after)
(#226) Expected newline after "{" (block-opening-brace-newline-after)
(#228) Expected newline after "{" (block-opening-brace-newline-after)
(#230) Expected newline after "{" (block-opening-brace-newline-after)
(#231) Expected newline after "{" (block-opening-brace-newline-after)
(#232) Expected newline after "{" (block-opening-brace-newline-after)
(#233) Expected newline after "{" (block-opening-brace-newline-after)
(#234) Expected newline after "{" (block-opening-brace-newline-after)
(#235) Expected newline after "{" (block-opening-brace-newline-after)
(#236) Expected newline after "{" (block-opening-brace-newline-after)
(#237) Expected newline after "{" (block-opening-brace-newline-after)
(#240) Expected newline after "{" (block-opening-brace-newline-after)
(#241) Expected newline after "{" (block-opening-brace-newline-after)
(#289) Expected newline after "{" (block-opening-brace-newline-after)
(#291) Expected newline after "{" (block-opening-brace-newline-after)
(#295) Expected newline after "{" (block-opening-brace-newline-after)
(#296) Expected newline after "{" (block-opening-brace-newline-after)
(#297) Expected newline after "{" (block-opening-brace-newline-after)
(#30) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#33) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#42) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#44) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#48) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#51) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#52) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#53) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#55) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#56) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#58) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#59) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#63) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#65) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#66) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#68) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#72) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#73) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#74) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#75) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#77) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#79) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#81) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#83) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#86) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#87) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#88) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#89) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#90) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#91) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#92) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#93) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#94) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#95) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#96) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#97) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#98) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#99) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#100) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#101) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#102) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#103) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#106) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#107) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#111) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#114) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#117) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#119) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#121) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#124) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#126) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#128) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#130) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#131) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#142) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#144) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#145) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#146) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#147) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#148) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#149) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#150) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#151) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#158) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#161) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#162) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#163) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#164) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#170) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#171) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#172) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#175) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#176) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#177) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#180) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#191) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#192) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#193) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#194) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#195) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#196) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#197) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#198) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#199) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#200) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#201) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#202) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#203) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#204) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#206) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#208) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#209) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#210) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#211) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#212) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#213) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#214) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#215) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#216) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#217) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#218) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#219) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#221) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#222) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#224) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#225) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#226) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#228) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#230) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#231) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#232) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#237) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#240) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#289) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#291) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#296) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#297) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#196) Expected single space before "{" (block-opening-brace-space-before)
(#197) Expected single space before "{" (block-opening-brace-space-before)
(#198) Expected single space before "{" (block-opening-brace-space-before)
(#208) Expected single space before "{" (block-opening-brace-space-before)
(#236) Expected single space before "{" (block-opening-brace-space-before)
(#399) Expected single space before "{" (block-opening-brace-space-before)
(#412) Expected single space before "{" (block-opening-brace-space-before)
(#35) Expected "#FFFFAA" to be "#ffffaa" (color-hex-case)
(#36) Expected "#FB3232" to be "#fb3232" (color-hex-case)
(#211) Expected "#DDD" to be "#ddd" (color-hex-case)
(#306) Expected "#DDD" to be "#ddd" (color-hex-case)
(#310) Expected "#F2F2F2" to be "#f2f2f2" (color-hex-case)
(#313) Expected "#DDD" to be "#ddd" (color-hex-case)
(#317) Expected "#F2F2F2" to be "#f2f2f2" (color-hex-case)
(#323) Expected "#F2F2F2" to be "#f2f2f2" (color-hex-case)
(#326) Expected "#DDD" to be "#ddd" (color-hex-case)
(#331) Expected "#F2F2F2" to be "#f2f2f2" (color-hex-case)
(#340) Expected "#DDDDDD" to be "#dddddd" (color-hex-case)
(#344) Expected "#DDDDDD" to be "#dddddd" (color-hex-case)
(#348) Expected "#F2F2F2" to be "#f2f2f2" (color-hex-case)
(#361) Expected "#DDDDDD" to be "#dddddd" (color-hex-case)
(#365) Expected "#DDDDDD" to be "#dddddd" (color-hex-case)
(#370) Expected "#DDDDDD" to be "#dddddd" (color-hex-case)
(#495) Expected "#D3D3D3" to be "#d3d3d3" (color-hex-case)
(#506) Expected "#FAFAFA" to be "#fafafa" (color-hex-case)
(#554) Expected "#E6E6E6" to be "#e6e6e6" (color-hex-case)
(#843) Expected "#AAFFAA" to be "#aaffaa" (color-hex-case)
(#990) Expected "#FFF" to be "#fff" (color-hex-case)
(#35) Expected "#FFFFAA" to be "#FFA" (color-hex-length)
(#38) Expected "#000000" to be "#000" (color-hex-length)
(#88) Expected "#ffffff" to be "#fff" (color-hex-length)
(#89) Expected "#ffeeee" to be "#fee" (color-hex-length)
(#90) Expected "#ffdddd" to be "#fdd" (color-hex-length)
(#91) Expected "#ffcccc" to be "#fcc" (color-hex-length)
(#92) Expected "#ffbbbb" to be "#fbb" (color-hex-length)
(#93) Expected "#ffaaaa" to be "#faa" (color-hex-length)
(#94) Expected "#ff9999" to be "#f99" (color-hex-length)
(#95) Expected "#ff8888" to be "#f88" (color-hex-length)
(#96) Expected "#ff7777" to be "#f77" (color-hex-length)
(#97) Expected "#ff6666" to be "#f66" (color-hex-length)
(#98) Expected "#ff5555" to be "#f55" (color-hex-length)
(#99) Expected "#ff4444" to be "#f44" (color-hex-length)
(#100) Expected "#ff3333" to be "#f33" (color-hex-length)
(#101) Expected "#ff2222" to be "#f22" (color-hex-length)
(#102) Expected "#ff1111" to be "#f11" (color-hex-length)
(#103) Expected "#ff0000" to be "#f00" (color-hex-length)
(#340) Expected "#DDDDDD" to be "#DDD" (color-hex-length)
(#344) Expected "#DDDDDD" to be "#DDD" (color-hex-length)
(#354) Expected "#555555" to be "#555" (color-hex-length)
(#361) Expected "#DDDDDD" to be "#DDD" (color-hex-length)
(#365) Expected "#DDDDDD" to be "#DDD" (color-hex-length)
(#370) Expected "#DDDDDD" to be "#DDD" (color-hex-length)
(#843) Expected "#AAFFAA" to be "#AFA" (color-hex-length)
(#60) Unexpected duplicate "cursor" (declaration-block-no-duplicate-properties)
(#415) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#416) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#417) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#418) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#30) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#47) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#47) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#52) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#56) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#56) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#58) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#83) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#106) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#107) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#107) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#111) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#111) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#114) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#114) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#114) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#114) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#119) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#147) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#148) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#148) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#148) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#151) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#162) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#162) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#171) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#171) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#171) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#171) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#172) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#172) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#197) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#204) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#206) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#211) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#211) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#211) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#211) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#295) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#297) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#452) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#30) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#33) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#47) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#52) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#56) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#58) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#60) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#63) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#81) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#83) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#86) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#106) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#107) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#111) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#114) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#119) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#124) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#126) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#147) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#148) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#151) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#158) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#162) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#163) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#171) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#172) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#192) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#194) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#197) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#198) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#204) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#206) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#211) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#226) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#228) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#230) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#234) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#236) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#295) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#297) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#161) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#234) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#47) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#47) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#47) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#147) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#147) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#148) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#148) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#148) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#148) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#197) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#197) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#198) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#228) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#228) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#506) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#507) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#197) Unexpected whitespace before ":" (declaration-colon-space-before)
(#198) Unexpected whitespace before ":" (declaration-colon-space-before)
(#204) Unexpected whitespace before ":" (declaration-colon-space-before)
(#58) Unexpected !important (declaration-no-important)
(#166) Unexpected !important (declaration-no-important)
(#193) Unexpected !important (declaration-no-important)
(#204) Unexpected !important (declaration-no-important)
(#222) Unexpected !important (declaration-no-important)
(#303) Unexpected !important (declaration-no-important)
(#414) Expected single space after "," in a single-line function (function-comma-space-after)
(#414) Expected single space after "," in a single-line function (function-comma-space-after)
(#414) Expected single space after "," in a single-line function (function-comma-space-after)
(#414) Expected single space after "," in a single-line function (function-comma-space-after)
(#414) Expected single space after "," in a single-line function (function-comma-space-after)
(#414) Expected single space after "," in a single-line function (function-comma-space-after)
(#414) Expected single space after "," in a single-line function (function-comma-space-after)
(#415) Expected single space after "," in a single-line function (function-comma-space-after)
(#415) Expected single space after "," in a single-line function (function-comma-space-after)
(#415) Expected single space after "," in a single-line function (function-comma-space-after)
(#415) Expected single space after "," in a single-line function (function-comma-space-after)
(#415) Expected single space after "," in a single-line function (function-comma-space-after)
(#415) Expected single space after "," in a single-line function (function-comma-space-after)
(#415) Expected single space after "," in a single-line function (function-comma-space-after)
(#415) Expected single space after "," in a single-line function (function-comma-space-after)
(#416) Expected single space after "," in a single-line function (function-comma-space-after)
(#416) Expected single space after "," in a single-line function (function-comma-space-after)
(#416) Expected single space after "," in a single-line function (function-comma-space-after)
(#416) Expected single space after "," in a single-line function (function-comma-space-after)
(#416) Expected single space after "," in a single-line function (function-comma-space-after)
(#416) Expected single space after "," in a single-line function (function-comma-space-after)
(#416) Expected single space after "," in a single-line function (function-comma-space-after)
(#416) Expected single space after "," in a single-line function (function-comma-space-after)
(#417) Expected single space after "," in a single-line function (function-comma-space-after)
(#417) Expected single space after "," in a single-line function (function-comma-space-after)
(#417) Expected single space after "," in a single-line function (function-comma-space-after)
(#417) Expected single space after "," in a single-line function (function-comma-space-after)
(#417) Expected single space after "," in a single-line function (function-comma-space-after)
(#417) Expected single space after "," in a single-line function (function-comma-space-after)
(#417) Expected single space after "," in a single-line function (function-comma-space-after)
(#417) Expected single space after "," in a single-line function (function-comma-space-after)
(#418) Expected single space after "," in a single-line function (function-comma-space-after)
(#418) Expected single space after "," in a single-line function (function-comma-space-after)
(#418) Expected single space after "," in a single-line function (function-comma-space-after)
(#418) Expected single space after "," in a single-line function (function-comma-space-after)
(#418) Expected single space after "," in a single-line function (function-comma-space-after)
(#418) Expected single space after "," in a single-line function (function-comma-space-after)
(#418) Expected single space after "," in a single-line function (function-comma-space-after)
(#418) Expected single space after "," in a single-line function (function-comma-space-after)
(#420) Expected single space after "," in a single-line function (function-comma-space-after)
(#420) Expected "DXImageTransform.Microsoft.gradient" to be "dximagetransform.microsoft.gradient" (function-name-case)
(#420) Unexpected whitespace after "(" in a single-line function (function-parentheses-space-inside)
(#420) Unexpected whitespace before ")" in a single-line function (function-parentheses-space-inside)
(#40) Expected indentation of 0 spaces (indentation)
(#254) Expected indentation of 0 spaces (indentation)
(#266) Expected indentation of 0 spaces (indentation)
(#277) Expected indentation of 4 spaces (indentation)
(#278) Expected indentation of 4 spaces (indentation)
(#419) Expected indentation of 4 spaces (indentation)
(#429) Expected indentation of 4 spaces (indentation)
(#236) Unexpected unit (length-zero-no-unit)
(#415) Unexpected unit (length-zero-no-unit)
(#425) Unexpected unit (length-zero-no-unit)
(#426) Unexpected unit (length-zero-no-unit)
(#642) Unexpected unit (length-zero-no-unit)
(#690) Unexpected unit (length-zero-no-unit)
(#696) Unexpected unit (length-zero-no-unit)
(#706) Unexpected unit (length-zero-no-unit)
(#706) Unexpected unit (length-zero-no-unit)
(#712) Unexpected unit (length-zero-no-unit)
(#725) Unexpected unit (length-zero-no-unit)
(#726) Unexpected unit (length-zero-no-unit)
(#731) Unexpected unit (length-zero-no-unit)
(#737) Unexpected unit (length-zero-no-unit)
(#760) Unexpected unit (length-zero-no-unit)
(#814) Unexpected unit (length-zero-no-unit)
(#815) Unexpected unit (length-zero-no-unit)
(#815) Unexpected unit (length-zero-no-unit)
(#815) Unexpected unit (length-zero-no-unit)
(#1000) Unexpected unit (length-zero-no-unit)
(#398) Expected no more than 2 empty lines (max-empty-lines)
(#58) Expected line length to be no more than 132 characters (max-line-length)
(#171) Expected line length to be no more than 132 characters (max-line-length)
(#211) Expected line length to be no more than 132 characters (max-line-length)
(#295) Expected line length to be no more than 132 characters (max-line-length)
(#296) Expected line length to be no more than 132 characters (max-line-length)
(#297) Expected line length to be no more than 132 characters (max-line-length)
(#415) Expected line length to be no more than 132 characters (max-line-length)
(#419) Unexpected unknown property "radial-gradient(ellipse" (property-no-unknown)
(#295) Expected newline after "," (selector-list-comma-newline-after)
(#296) Expected newline after "," (selector-list-comma-newline-after)
(#297) Expected newline after "," (selector-list-comma-newline-after)
(#184) Expected no more than 0 empty lines (selector-max-empty-lines)
(#188) Expected no more than 0 empty lines (selector-max-empty-lines)

PHPDocs style problems

(715 errors, 1 warnings)

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

mod/offlinequiz/accessmanager.php
(#31) No one-line description found in phpdocs for class offlinequiz_access_manager
(#91) There is no description in phpdocs for function get_rule_classes
(#271) There is no description in phpdocs for function get_active_rule_names
(#350) There is no description in phpdocs for function is_preflight_check_required
(#456) There is no description in phpdocs for function attempt_must_be_in_popup
(#468) There is no description in phpdocs for function get_popup_options
(#181) Phpdocs for function offlinequiz_access_manager::get_load_sql has incomplete parameters list
(#319) Phpdocs for function offlinequiz_access_manager::prevent_new_attempt has incomplete parameters list
(#393) Phpdocs for function offlinequiz_access_manager::is_finished has incomplete parameters list
(#501) Phpdocs for function offlinequiz_access_manager::make_review_link has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/addrandom.php
(#17) No one-line description found in phpdocs for file
(#21) Package mod is not valid
mod/offlinequiz/addrandomform.php
(#41) Function offlinequiz_add_random_form::definition is not documented
(#79) Function offlinequiz_add_random_form::validation is not documented
(#20) Package mod is not valid
mod/offlinequiz/backup/moodle2/backup_offlinequiz_activity_task.class.php
(#34) Class backup_offlinequiz_activity_task is not documented
(#66) Phpdocs for function backup_offlinequiz_activity_task::encode_content_links has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/backup/moodle2/backup_offlinequiz_stepslib.php
(#32) Class backup_offlinequiz_activity_structure_step is not documented
(#34) Function backup_offlinequiz_activity_structure_step::define_structure is not documented
(#20) Package mod is not valid
mod/offlinequiz/backup/moodle2/restore_offlinequiz_activity_task.class.php
(#35) No one-line description found in phpdocs for class restore_offlinequiz_activity_task
(#20) Package mod is not valid
mod/offlinequiz/backup/moodle2/restore_offlinequiz_stepslib.php
(#42) Function restore_offlinequiz_activity_structure_step::define_structure is not documented
(#92) Function restore_offlinequiz_activity_structure_step::process_group_question_usage is not documented
(#96) Function restore_offlinequiz_activity_structure_step::process_group_question_attempt is not documented
(#100) Function restore_offlinequiz_activity_structure_step::process_group_question_attempt_step is not documented
(#104) Function restore_offlinequiz_activity_structure_step::process_result_question_usage is not documented
(#108) Function restore_offlinequiz_activity_structure_step::process_result_question_attempt is not documented
(#112) Function restore_offlinequiz_activity_structure_step::process_result_question_attempt_step is not documented
(#117) Function restore_offlinequiz_activity_structure_step::process_offlinequiz is not documented
(#144) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_group is not documented
(#165) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_groupquestion is not documented
(#188) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_scannedpage is not documented
(#202) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_choice is not documented
(#214) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_corner is not documented
(#226) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_scannedppage is not documented
(#239) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_pchoice is not documented
(#251) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_plist is not documented
(#264) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_participant is not documented
(#276) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_result is not documented
(#297) Function restore_offlinequiz_activity_structure_step::inform_new_usage_id is not documented
(#327) Function restore_offlinequiz_activity_structure_step::after_execute is not documented
(#39) Variable restore_offlinequiz_activity_structure_step::$currentofflinequizresult is not documented
(#40) Variable restore_offlinequiz_activity_structure_step::$currentofflinegroup is not documented
(#20) Package mod is not valid
mod/offlinequiz/classes/event/participant_manually_marked.php
(#20) Package core is not valid
(#39) Package core is not valid
mod/offlinequiz/classes/event/question_manually_graded.php
(#20) Package core is not valid
(#41) Package core is not valid
mod/offlinequiz/classes/output/edit_renderer.php
(#184) Function edit_renderer::start_add_to_group_form is not documented
(#194) Function edit_renderer::add_to_group_button is not documented
(#217) Function edit_renderer::end_add_to_group_form is not documented
(#223) Function edit_renderer::start_grading_form is not documented
(#232) Function edit_renderer::end_grading_form is not documented
(#405) Function edit_renderer::select_all_links is not documented
(#433) Function edit_renderer::remove_selected_button is not documented
(#902) Function edit_renderer::question_checkbox is not documented
(#240) There is no description in phpdocs for function offlinequiz_group_selector
(#49) Phpdocs for function edit_renderer::edit_page has incomplete parameters list
(#135) Phpdocs for function edit_renderer::edit_grades_page has incomplete parameters list
(#242) Phpdocs for function edit_renderer::offlinequiz_group_selector has incomplete parameters list
(#342) Phpdocs for function edit_renderer::repaginate_button has incomplete parameters list
(#1135) Phpdocs for function edit_renderer::render_question_chooser has incomplete parameters list
(#38) Class edit_renderer does not have @copyright tag
(#20) Package mod is not valid
mod/offlinequiz/classes/plugininfo/offlinequiz.php
(#35) Class offlinequiz is not documented
(#36) Function offlinequiz::is_uninstall_allowed is not documented
(#46) Invalid phpdocs tag @private used
(#20) Package mod is not valid
mod/offlinequiz/classes/privacy/provider.php
(#17) File-level phpdocs block is not found
(#31) Class provider is not documented
(#40) Function provider::get_metadata is not documented
(#346) Function provider::get_users_in_context is not documented
(#408) Function provider::export_offlinequiz is not documented
(#412) Function provider::export_student_data is not documented
(#448) Function provider::get_scanned_p_page_objects is not documented
(#464) Function provider::get_results is not documented
(#480) Function provider::get_group_name_by_result is not documented
(#491) Function provider::get_scanned_pages_objects is not documented
(#499) Function provider::export_file is not documented
(#509) Function provider::get_scanned_page_object is not documented
(#519) Function provider::get_page_corners is not documented
(#524) Function provider::get_group is not documented
(#537) Function provider::get_group_letter is not documented
(#31) Package is not specified for class provider. It is also not specified in file-level phpdocs
mod/offlinequiz/classes/question/bank/add_action_column.php
(#42) Function add_action_column::init is not documented
(#47) Function add_action_column::get_name is not documented
(#51) Function add_action_column::print_icon is not documented
(#66) Function add_action_column::display_content is not documented
(#77) Function add_action_column::get_required_fields is not documented
(#20) Package mod is not valid
mod/offlinequiz/classes/question/bank/checkbox_column.php
(#17) File-level phpdocs block is not found
(#33) Function checkbox_column::display_content is not documented
(#31) Variable checkbox_column::$strselect is not documented
(#23) Package mod is not valid
mod/offlinequiz/classes/question/bank/custom_view.php
(#60) Function custom_view::wanted_columns is not documented
(#104) Function custom_view::default_sort is not documented
(#124) Function custom_view::preview_question_url is not documented
(#128) Function custom_view::add_to_offlinequiz_url is not documented
(#137) Function custom_view::offlinequiz_contains is not documented
(#214) Function custom_view::display_options_form is not documented
(#220) Function custom_view::print_category_info is not documented
(#235) Function custom_view::display_options is not documented
(#250) Function custom_view::create_new_question_form is not documented
(#146) Phpdocs for function custom_view::render has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/classes/question/bank/question_name_text_column.php
(#39) Function question_name_text_column::get_name is not documented
(#43) Function question_name_text_column::display_content is not documented
(#60) Function question_name_text_column::get_required_fields is not documented
(#20) Package mod is not valid
mod/offlinequiz/classes/question/bank/question_type_column.php
(#17) File-level phpdocs block is not found
(#31) Function question_type_column::display_content is not documented
(#23) Package mod is not valid
mod/offlinequiz/classes/repaginate.php
(#57) Phpdocs for function repaginate::__construct has incomplete parameters list
(#31) Class repaginate does not have @copyright tag
(#20) Package mod is not valid
mod/offlinequiz/classes/structure.php
(#782) Function structure::add_warning is not documented
(#71) Variable structure::$warnings is not documented
(#34) Class structure does not have @copyright tag
(#34) Class structure does not have @license tag
(#20) Package mod is not valid
mod/offlinequiz/classes/task/page_evaluation_task.php
(#33) Class page_evaluation_task is not documented
(#34) Function page_evaluation_task::get_name is not documented
(#39) Function page_evaluation_task::execute is not documented
(#20) Package mod is not valid
mod/offlinequiz/comment.php
(#17) No one-line description found in phpdocs for file
(#21) Package mod is not valid
mod/offlinequiz/correct.php
(#20) Package mod is not valid
mod/offlinequiz/createquiz.php
(#21) Package mod is not valid
mod/offlinequiz/cron.php
(#2) File-level phpdocs block is not found
(#48) Function offlinequiz_evaluation_cron is not documented
(#48) Package is not specified for function offlinequiz_evaluation_cron. It is also not specified in file-level phpdocs
(#24) Package mod is not valid
mod/offlinequiz/db/access.php
(#20) Package mod is not valid
mod/offlinequiz/db/install.php
(#20) Package mod is not valid
mod/offlinequiz/db/renamedclasses.php
(#20) Package mod is not valid
mod/offlinequiz/db/subplugins.php
(#20) Package mod is not valid
mod/offlinequiz/db/tasks.php
(#19) Package mod is not valid
mod/offlinequiz/db/upgrade.php
(#32) Function xmldb_offlinequiz_upgrade is not documented
(#20) Package mod is not valid
mod/offlinequiz/db/upgradelib.php
(#46) Class offlinequiz_ilog_upgrader is not documented
(#80) Function offlinequiz_ilog_upgrader::prevent_timeout is not documented
(#92) Function offlinequiz_ilog_upgrader::convert_all_offlinequiz_attempts is not documented
(#127) Function offlinequiz_ilog_upgrader::update_all_files is not documented
(#173) Function offlinequiz_ilog_upgrader::update_all_group_template_usages is not documented
(#193) Function offlinequiz_ilog_upgrader::update_all_results_and_logs is not documented
(#481) Function offlinequiz_ilog_upgrader::get_user_name is not documented
(#486) Function offlinequiz_ilog_upgrader::get_group is not documented
(#492) Function offlinequiz_ilog_upgrader::get_item_data is not documented
(#543) Function offlinequiz_attempt_upgrader::get_quiz_ids is not documented
(#572) Function offlinequiz_attempt_upgrader::convert_all_quiz_attempts is not documented
(#600) Function offlinequiz_attempt_upgrader::get_attempts_extra_where is not documented
(#604) Function offlinequiz_attempt_upgrader::update_all_attempts_at_quiz is not documented
(#650) Function offlinequiz_attempt_upgrader::convert_quiz_attempt is not documented
(#694) Function offlinequiz_attempt_upgrader::save_usage is not documented
(#752) Function offlinequiz_attempt_upgrader::set_quiz_attempt_layout is not documented
(#757) Function offlinequiz_attempt_upgrader::delete_quiz_attempt is not documented
(#764) Function offlinequiz_attempt_upgrader::get_converter_class_name is not documented
(#780) Function offlinequiz_attempt_upgrader::supply_missing_question_attempt is not documented
(#795) Function offlinequiz_attempt_upgrader::prevent_timeout is not documented
(#807) Function offlinequiz_attempt_upgrader::convert_question_attempt is not documented
(#819) Function offlinequiz_attempt_upgrader::decode_random_attempt is not documented
(#850) Function offlinequiz_attempt_upgrader::prepare_to_restore is not documented
(#866) Function offlinequiz_upgrade_question_loader::load_question is not documented
(#995) Function offlinequiz_update_refresh_all_pagecounts is not documented
(#1042) Function offlinequiz_get_number_of_columns is not documented
(#1051) Function offlinequiz_get_number_of_pages is not documented
(#58) Variable offlinequiz_ilog_upgrader::$contextid is not documented
(#506) No one-line description found in phpdocs for class offlinequiz_attempt_upgrader
(#858) No one-line description found in phpdocs for class offlinequiz_upgrade_question_loader
(#467) Phpdocs for function offlinequiz_ilog_upgrader::get_pic_name has incomplete parameters list
(#506) Class offlinequiz_attempt_upgrader does not have @copyright tag
(#858) Class offlinequiz_upgrade_question_loader does not have @copyright tag
(#506) Class offlinequiz_attempt_upgrader does not have @license tag
(#20) Package mod is not valid
mod/offlinequiz/documentlib.php
(#30) Function offlinequiz_get_question_infostring is not documented
(#56) Function offlinequiz_get_questioninfo is not documented
(#82) Function offlinequiz_get_amount_correct_answers is not documented
(#20) Package mod is not valid
mod/offlinequiz/docxlib.php
(#280) Phpdocs for function offlinequiz_convert_image_docx has incomplete parameters list
(#347) Phpdocs for function offlinequiz_create_docx_question has incomplete parameters list
(#775) Phpdocs for function offlinequiz_str_html_docx has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/edit.php
(#37) Package mod is not valid
mod/offlinequiz/evallib.php
(#38) Phpdocs for function offlinequiz_check_scanned_page has incomplete parameters list
(#308) Phpdocs for function offlinequiz_process_scanned_page has incomplete parameters list
(#783) Phpdocs for function offlinequiz_check_scanned_participants_page has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/html2text.php
(#31) Class offlinequiz_html_translator is not documented
(#35) Function offlinequiz_html_translator::__construct is not documented
(#33) Variable offlinequiz_html_translator::$tempfiles is not documented
(#42) Phpdocs for function offlinequiz_html_translator::fix_image_paths has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/image.php
(#20) Package mod is not valid
mod/offlinequiz/index.php
(#20) Package mod is not valid
mod/offlinequiz/lang/en/offlinequiz.php
(#20) Package mod is not valid
mod/offlinequiz/latexlib.php
(#213) Function offlinequiz_convert_html_to_latex_tagreplace is not documented
(#220) Function offlinequiz_convert_html_to_latex_paragraph is not documented
(#241) Function offlinequiz_convert_html_to_latex_span is not documented
(#259) Function offlinequiz_convert_html_to_latex_tables is not documented
(#301) Function offlinequiz_convert_html_to_latex_single_tag_replace is not documented
(#39) Phpdocs for function offlinequiz_create_latex_question has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/lib.php
(#1296) There is no description in phpdocs for function offlinequiz_get_user_results
(#1389) There is no description in phpdocs for function offlinequiz_questions_in_use
(#265) Phpdocs for function offlinequiz_get_editor_options has incomplete parameters list
(#341) Phpdocs for function offlinequiz_question_preview_pluginfile has incomplete parameters list
(#376) Phpdocs for function offlinequiz_answertext_preview_pluginfile has incomplete parameters list
(#400) Phpdocs for function offlinequiz_send_answertext_file has incomplete parameters list
(#874) Phpdocs for function offlinequiz_scale_used has incomplete parameters list
(#896) Phpdocs for function offlinequiz_scale_used_anywhere has incomplete parameters list
(#942) Phpdocs for function offlinequiz_update_events has incomplete parameters list
(#1166) Phpdocs for function offlinequiz_update_grades has incomplete parameters list
(#1297) Phpdocs for function offlinequiz_get_user_results has incomplete parameters list
(#26) Package mod is not valid
mod/offlinequiz/lib/PHPWord.php
(#158) Phpdocs for function PHPWord::addParagraphStyle has incomplete parameters list
(#168) Phpdocs for function PHPWord::addFontStyle has incomplete parameters list
(#178) Phpdocs for function PHPWord::addTableStyle has incomplete parameters list
(#188) Phpdocs for function PHPWord::addTitleStyle has incomplete parameters list
(#198) Phpdocs for function PHPWord::addLinkStyle has incomplete parameters list
(#229) Phpdocs for function PHPWord::addNumbering has incomplete parameters list
(#36) Class PHPWord does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#40) Package PHPWord is not valid
(#21) Category PHPWord is not valid
(#39) Category PHPWord is not valid
mod/offlinequiz/locallib.php
(#77) Class offlinequiz_question_usage_by_activity is not documented
(#79) Function offlinequiz_question_usage_by_activity::get_clone is not documented
(#143) Function offlinequiz_make_questions_usage_by_activity is not documented
(#749) Function result_qubaids_for_offlinequiz::__construct is not documented
(#1161) Function mod_offlinequiz_display_options::extract is not documented
(#741) No one-line description found in phpdocs for class result_qubaids_for_offlinequiz
(#1105) No one-line description found in phpdocs for class mod_offlinequiz_display_options
(#202) There is no description in phpdocs for function offlinequiz_get_group_question_ids
(#233) There is no description in phpdocs for function offlinequiz_get_empty_groups
(#395) There is no description in phpdocs for function offlinequiz_save_page_corners
(#526) There is no description in phpdocs for function offlinequiz_delete_scanned_page
(#560) There is no description in phpdocs for function offlinequiz_delete_scanned_p_page
(#822) There is no description in phpdocs for function offlinequiz_question_action_icons
(#866) There is no description in phpdocs for function offlinequiz_load_useridentification
(#1338) There is no description in phpdocs for function offlinequiz_question_preview_url
(#2252) There is no description in phpdocs for function offlinequiz_remove_questionlist
(#107) Phpdocs for function offlinequiz_question_usage_by_activity::load_from_records has incomplete parameters list
(#150) Phpdocs for function offlinequiz_load_questions_usage_by_activity has incomplete parameters list
(#258) Phpdocs for function offlinequiz_get_slot_for_question has incomplete parameters list
(#423) Phpdocs for function offlinequiz_get_maxanswers has incomplete parameters list
(#470) Phpdocs for function offlinequiz_repaginate_questions has incomplete parameters list
(#502) Phpdocs for function offlinequiz_shuffle_questions has incomplete parameters list
(#528) Phpdocs for function offlinequiz_delete_scanned_page has incomplete parameters list
(#562) Phpdocs for function offlinequiz_delete_scanned_p_page has incomplete parameters list
(#617) Phpdocs for function offlinequiz_delete_result has incomplete parameters list
(#653) Phpdocs for function offlinequiz_update_question_instance has incomplete parameters list
(#842) Phpdocs for function offlinequiz_results_open has incomplete parameters list
(#971) Phpdocs for function offlinequiz_update_sumgrades has incomplete parameters list
(#1007) Phpdocs for function offlinequiz_rescale_grade has incomplete parameters list
(#1070) Phpdocs for function offlinequiz_add_group has incomplete parameters list
(#1131) Phpdocs for function mod_offlinequiz_display_options::make_from_offlinequiz has incomplete parameters list
(#1175) Phpdocs for function offlinequiz_get_review_options has incomplete parameters list
(#1224) Phpdocs for function offlinequiz_get_combined_reviewoptions has incomplete parameters list
(#1258) Phpdocs for function offlinequiz_question_edit_button has incomplete parameters list
(#1466) Phpdocs for function offlinequiz_delete_template_usages has incomplete parameters list
(#1493) Phpdocs for function offlinequiz_print_question_preview has incomplete parameters list
(#2026) Phpdocs for function offlinequiz_question_tostring has incomplete parameters list
(#2088) Phpdocs for function offlinequiz_add_questionlist_to_group has incomplete parameters list
(#2171) Phpdocs for function offlinequiz_add_random_questions has incomplete parameters list
(#23) Package mod is not valid
mod/offlinequiz/mod_form.php
(#42) Function mod_offlinequiz_mod_form::definition is not documented
(#264) Phpdocs for function mod_offlinequiz_mod_form::data_preprocessing has incomplete parameters list
(#328) Phpdocs for function mod_offlinequiz_mod_form::validation has incomplete parameters list
(#21) Package mod is not valid
mod/offlinequiz/offlinequiz.class.php
(#50) Variable offlinequiz::$course is not documented
(#51) Variable offlinequiz::$cm is not documented
(#52) Variable offlinequiz::$offlinequiz is not documented
(#53) Variable offlinequiz::$context is not documented
(#56) Variable offlinequiz::$questions is not documented
(#57) Variable offlinequiz::$accessmanager is not documented
(#58) Variable offlinequiz::$ispreviewuser is not documented
(#36) No one-line description found in phpdocs for class offlinequiz
(#148) There is no description in phpdocs for function get_courseid
(#153) There is no description in phpdocs for function get_course
(#158) There is no description in phpdocs for function get_offlinequizid
(#163) There is no description in phpdocs for function get_offlinegroupid
(#168) There is no description in phpdocs for function get_offlinequiz
(#173) There is no description in phpdocs for function get_offlinequiz_name
(#178) There is no description in phpdocs for function get_navigation_method
(#183) There is no description in phpdocs for function get_num_attempts_allowed
(#188) There is no description in phpdocs for function get_cmid
(#193) There is no description in phpdocs for function get_cm
(#198) There is no description in phpdocs for function get_context
(#203) There is no description in phpdocs for function is_preview_user
(#214) There is no description in phpdocs for function has_questions
(#224) There is no description in phpdocs for function get_question
(#232) There is no description in phpdocs for function get_questions
(#250) There is no description in phpdocs for function get_access_manager
(#278) There is no description in phpdocs for function view_url
(#286) There is no description in phpdocs for function edit_url
(#294) There is no description in phpdocs for function attempt_url
(#308) There is no description in phpdocs for function start_attempt_url
(#319) There is no description in phpdocs for function review_url
(#327) There is no description in phpdocs for function summary_url
(#337) There is no description in phpdocs for function confirm_start_attempt_message
(#389) There is no description in phpdocs for function navigation
(#81) Phpdocs for function offlinequiz::create has incomplete parameters list
(#263) Phpdocs for function offlinequiz::has_capability has incomplete parameters list
(#270) Phpdocs for function offlinequiz::require_capability has incomplete parameters list
(#308) Phpdocs for function offlinequiz::start_attempt_url has incomplete parameters list
(#403) Phpdocs for function offlinequiz::ensure_question_loaded has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/participants.php
(#114) Function find_pdf_file is not documented
(#19) Package mod is not valid
mod/offlinequiz/participants/participants_listform.php
(#31) Class offlinequiz_participantslistform is not documented
(#36) Function offlinequiz_participantslistform::__construct is not documented
(#42) Function offlinequiz_participantslistform::definition is not documented
(#33) Variable offlinequiz_participantslistform::$offlinequiz is not documented
(#34) Variable offlinequiz_participantslistform::$label is not documented
(#19) Package mod is not valid
mod/offlinequiz/participants/participants_report.php
(#32) Class participants_report is not documented
(#33) Phpdocs for function participants_report::error_report has incomplete parameters list
(#19) Package mod is not valid
mod/offlinequiz/participants/participants_scanner.php
(#31) No one-line description found in phpdocs for class offlinequiz_participants_scanner
(#31) Class offlinequiz_participants_scanner does not have @copyright tag
(#31) Class offlinequiz_participants_scanner does not have @license tag
(#19) Package mod is not valid
mod/offlinequiz/participants/participants_uploadform.php
(#32) Class offlinequiz_participants_upload_form is not documented
(#34) Function offlinequiz_participants_upload_form::definition is not documented
(#19) Package mod is not valid
mod/offlinequiz/participants_correct.php
(#19) Package mod is not valid
mod/offlinequiz/pdflib.php
(#40) Class offlinequiz_pdf is not documented
(#65) Class offlinequiz_question_pdf is not documented
(#100) Class offlinequiz_answer_pdf is not documented
(#291) Class offlinequiz_participants_pdf is not documented
(#47) Function offlinequiz_pdf::checkpoint is not documented
(#51) Function offlinequiz_pdf::backtrack is not documented
(#55) Function offlinequiz_pdf::is_overflowing is not documented
(#59) Function offlinequiz_pdf::set_title is not documented
(#216) Function offlinequiz_answer_pdf::get_logo_aspect_ratio is not documented
(#861) Function offlinequiz_create_pdf_answer is not documented
(#67) Variable offlinequiz_question_pdf::$tempfiles is not documented
(#101) Variable offlinequiz_answer_pdf::$groupid is not documented
(#293) Variable offlinequiz_participants_pdf::$listno is not documented
(#406) Phpdocs for function offlinequiz_create_pdf_question has incomplete parameters list
(#42) Phpdocs for variable offlinequiz_pdf::$checkpoint does not contain @var or incorrect
(#20) Package mod is not valid
mod/offlinequiz/questionbank.ajax.php
(#21) Package mod is not valid
mod/offlinequiz/repaginate.php
(#20) Package mod is not valid
mod/offlinequiz/report.php
(#20) Package mod is not valid
mod/offlinequiz/report/default.php
(#41) Class offlinequiz_default_report is not documented
(#42) Constant offlinequiz_default_report::NO_GROUPS_ALLOWED is not documented
(#46) Phpdocs for function offlinequiz_default_report::display has incomplete parameters list
(#55) Phpdocs for function offlinequiz_default_report::print_header_and_tabs has incomplete parameters list
(#99) Phpdocs for function offlinequiz_default_report::get_current_group has incomplete parameters list
(#30) Package mod is not valid
mod/offlinequiz/report/overview/classes/privacy/provider.php
(#17) File-level phpdocs block is not found
(#21) Class provider is not documented
(#21) Package is not specified for class provider. It is also not specified in file-level phpdocs
mod/offlinequiz/report/overview/lang/en/offlinequiz_overview.php
(#20) Package mod is not valid
mod/offlinequiz/report/overview/report.php
(#35) Class offlinequiz_overview_report is not documented
(#736) Function offlinequiz_overview_report::get_grade is not documented
(#747) Function offlinequiz_overview_report::get_gradeletter is not documented
(#37) Phpdocs for function offlinequiz_overview_report::display has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/report/overview/results_table.php
(#33) Class offlinequiz_results_table is not documented
(#39) Function offlinequiz_results_table::__construct is not documented
(#46) Function offlinequiz_results_table::print_nothing_to_display is not documented
(#51) Function offlinequiz_results_table::wrap_html_start is not documented
(#65) Function offlinequiz_results_table::wrap_html_finish is not documented
(#82) Function offlinequiz_results_table::print_one_initials_bar is not documented
(#35) Variable offlinequiz_results_table::$offlinequiz is not documented
(#36) Variable offlinequiz_results_table::$noresults is not documented
(#37) Variable offlinequiz_results_table::$psize is not documented
(#20) Package mod is not valid
mod/offlinequiz/report/overview/version.php
(#20) Package mod is not valid
mod/offlinequiz/report/regrade/lang/de/offlinequiz_regrade.php
(#20) Package mod is not valid
mod/offlinequiz/report/regrade/lang/en/offlinequiz_regrade.php
(#20) Package mod is not valid
mod/offlinequiz/report/regrade/report.php
(#35) Class offlinequiz_regrade_report is not documented
(#37) Function offlinequiz_regrade_report::display is not documented
(#187) Phpdocs for function offlinequiz_regrade_report::regrade_result has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/report/regrade/version.php
(#20) Package mod is not valid
mod/offlinequiz/report/reportlib.php
(#82) Function offlinequiz_report_unindex is not documented
(#41) Phpdocs for function offlinequiz_report_list has incomplete parameters list
(#155) Phpdocs for function offlinequiz_report_scale_summarks_as_percentage has incomplete parameters list
(#177) Phpdocs for function offlinequiz_report_scale_grade has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/report/rimport/boxscanner.php
(#16) File-level phpdocs block is not found
(#26) Class pixelcountboxscanner is not documented
(#98) Class weighted_diagonal_box_scanner is not documented
(#86) Function pixelcountboxscanner::get_image_black_value is not documented
(#179) Function weighted_diagonal_box_scanner::remove_edges is not documented
(#234) Function weighted_diagonal_box_scanner::get_image_black_value is not documented
(#245) Function weighted_diagonal_box_scanner::get_box_diag_up_black_value is not documented
(#265) Function weighted_diagonal_box_scanner::get_box_diag_down_black_value is not documented
(#284) Function weighted_diagonal_box_scanner::get_diag_up_value is not documented
(#291) Function weighted_diagonal_box_scanner::get_diag_down_value is not documented
(#298) Function weighted_diagonal_box_scanner::get_diag_up_distance is not documented
(#314) Function weighted_diagonal_box_scanner::get_diag_down_distance is not documented
(#28) Variable pixelcountboxscanner::$count is not documented
(#99) Variable weighted_diagonal_box_scanner::$count is not documented
(#34) Phpdocs for function pixelcountboxscanner::scan_box has incomplete parameters list
(#105) Phpdocs for function weighted_diagonal_box_scanner::scan_box has incomplete parameters list
(#26) Package is not specified for class pixelcountboxscanner. It is also not specified in file-level phpdocs
(#98) Package is not specified for class weighted_diagonal_box_scanner. It is also not specified in file-level phpdocs
mod/offlinequiz/report/rimport/classes/privacy/provider.php
(#17) File-level phpdocs block is not found
(#21) Class provider is not documented
(#21) Package is not specified for class provider. It is also not specified in file-level phpdocs
mod/offlinequiz/report/rimport/crossscanner.php
(#16) File-level phpdocs block is not found
(#24) Class crossfinder is not documented
(#149) Class simple_cross_scanner is not documented
(#130) Function crossfinder::findclosest is not documented
(#151) Function simple_cross_scanner::findcross is not documented
(#24) Package is not specified for class crossfinder. It is also not specified in file-level phpdocs
(#149) Package is not specified for class simple_cross_scanner. It is also not specified in file-level phpdocs
mod/offlinequiz/report/rimport/errorpages_table.php
(#34) Class offlinequiz_selectall_table is not documented
(#84) Class offlinequiz_partlist_table is not documented
(#40) Function offlinequiz_selectall_table::__construct is not documented
(#46) Function offlinequiz_selectall_table::print_nothing_to_display is not documented
(#51) Function offlinequiz_selectall_table::wrap_html_start is not documented
(#65) Function offlinequiz_selectall_table::wrap_html_finish is not documented
(#86) Function offlinequiz_partlist_table::wrap_html_finish is not documented
(#112) Function offlinequiz_partlist_table::print_one_initials_bar is not documented
(#36) Variable offlinequiz_selectall_table::$reportscript is not documented
(#37) Variable offlinequiz_selectall_table::$params is not documented
(#17) No one-line description found in phpdocs for file
(#21) Package mod is not valid
mod/offlinequiz/report/rimport/groupnumberscanner.php
(#16) File-level phpdocs block is not found
(#25) Class offlinequiz_groupnumberscanner is not documented
(#29) Function offlinequiz_groupnumberscanner::__construct is not documented
(#33) Function offlinequiz_groupnumberscanner::scan_group_number is not documented
(#65) Function offlinequiz_groupnumberscanner::calculate_group_number_middles is not documented
(#27) Variable offlinequiz_groupnumberscanner::$boxscanner is not documented
(#25) Package is not specified for class offlinequiz_groupnumberscanner. It is also not specified in file-level phpdocs
mod/offlinequiz/report/rimport/lang/en/offlinequiz_rimport.php
(#20) Package mod is not valid
mod/offlinequiz/report/rimport/page.php
(#16) File-level phpdocs block is not found
(#25) Class offlinequiz_result_page is not documented
(#46) Function offlinequiz_result_page::__construct is not documented
(#28) Variable offlinequiz_result_page::$pagenumber is not documented
(#29) Variable offlinequiz_result_page::$answers is not documented
(#30) Variable offlinequiz_result_page::$startanswer is not documented
(#31) Variable offlinequiz_result_page::$resultid is not documented
(#32) Variable offlinequiz_result_page::$expectedstudentidpositions is not documented
(#33) Variable offlinequiz_result_page::$expectedgroupnumberpositions is not documented
(#34) Variable offlinequiz_result_page::$group is not documented
(#35) Variable offlinequiz_result_page::$image is not documented
(#36) Variable offlinequiz_result_page::$scanproperties is not documented
(#37) Variable offlinequiz_result_page::$scannedpageid is not documented
(#38) Variable offlinequiz_result_page::$positionproperties is not documented
(#39) Variable offlinequiz_result_page::$offlinequizid is not documented
(#40) Variable offlinequiz_result_page::$status is not documented
(#41) Variable offlinequiz_result_page::$studentidziphers is not documented
(#42) Variable offlinequiz_result_page::$teacherid is not documented
(#43) Variable offlinequiz_result_page::$userid is not documented
(#25) Package is not specified for class offlinequiz_result_page. It is also not specified in file-level phpdocs
mod/offlinequiz/report/rimport/pagenumberscanner.php
(#16) File-level phpdocs block is not found
(#30) Class offlinequiz_pagenumberscanner is not documented
(#33) Function offlinequiz_pagenumberscanner::scan_page_number is not documented
(#57) Function offlinequiz_pagenumberscanner::find_positions is not documented
(#30) Package is not specified for class offlinequiz_pagenumberscanner. It is also not specified in file-level phpdocs
mod/offlinequiz/report/rimport/pagepositionscanner.php
(#16) File-level phpdocs block is not found
(#25) Class offlinequiz_pagepositionscanner is not documented
(#30) Function offlinequiz_pagepositionscanner::__construct is not documented
(#39) Function offlinequiz_pagepositionscanner::scanposition is not documented
(#92) Function offlinequiz_pagepositionscanner::calculatepositions is not documented
(#126) Function offlinequiz_pagepositionscanner::findcross is not documented
(#27) Variable offlinequiz_pagepositionscanner::$expectedcrosspositions is not documented
(#28) Variable offlinequiz_pagepositionscanner::$page is not documented
(#25) Package is not specified for class offlinequiz_pagepositionscanner. It is also not specified in file-level phpdocs
mod/offlinequiz/report/rimport/pagesaver.php
(#32) Class offlinequiz_page_saver is not documented
(#35) Function offlinequiz_page_saver::save_page_information is not documented
(#67) Function offlinequiz_page_saver::save_choices is not documented
(#77) Function offlinequiz_page_saver::get_results_for_db is not documented
(#98) Function offlinequiz_page_saver::save_status is not documented
(#118) Function offlinequiz_page_saver::save_user_id is not documented
(#133) Function offlinequiz_page_saver::save_pagenumber is not documented
(#141) Function offlinequiz_page_saver::save_group_number is not documented
(#150) Function offlinequiz_page_saver::save_page_corners is not documented
(#172) Function offlinequiz_page_saver::update_corner is not documented
(#181) Function offlinequiz_page_saver::get_fitting_corner_name is not documented
(#20) Package mod is not valid
mod/offlinequiz/report/rimport/point.php
(#16) File-level phpdocs block is not found
(#18) Class offlinequiz_point is not documented
(#28) Function offlinequiz_point::__construct is not documented
(#36) Function offlinequiz_point::getx is not documented
(#40) Function offlinequiz_point::gety is not documented
(#43) Function offlinequiz_point::isfound is not documented
(#46) Function offlinequiz_point::getdistance is not documented
(#52) Function pixelisblack is not documented
(#20) Variable offlinequiz_point::$x is not documented
(#21) Variable offlinequiz_point::$y is not documented
(#26) Variable offlinequiz_point::$mode is not documented
(#18) Package is not specified for class offlinequiz_point. It is also not specified in file-level phpdocs
(#52) Package is not specified for function pixelisblack. It is also not specified in file-level phpdocs
mod/offlinequiz/report/rimport/positionslib.php
(#16) File-level phpdocs block is not found
(#32) Function calculatewithoutadjustment is not documented
(#39) Function add_with_adjustment is not documented
(#51) Function add is not documented
(#55) Function getdiagonalangle is not documented
(#60) Function calculatepoint is not documented
(#71) Function calculatepointangle is not documented
(#80) Function calculatepointlength is not documented
(#83) Function calculate_point_relative_to_corner is not documented
(#32) Package is not specified for function calculatewithoutadjustment. It is also not specified in file-level phpdocs
(#39) Package is not specified for function add_with_adjustment. It is also not specified in file-level phpdocs
(#51) Package is not specified for function add. It is also not specified in file-level phpdocs
(#55) Package is not specified for function getdiagonalangle. It is also not specified in file-level phpdocs
(#60) Package is not specified for function calculatepoint. It is also not specified in file-level phpdocs
(#71) Package is not specified for function calculatepointangle. It is also not specified in file-level phpdocs
(#80) Package is not specified for function calculatepointlength. It is also not specified in file-level phpdocs
(#83) Package is not specified for function calculate_point_relative_to_corner. It is also not specified in file-level phpdocs
mod/offlinequiz/report/rimport/report.php
(#34) Class offlinequiz_rimport_report is not documented
(#36) Function offlinequiz_rimport_report::print_error_report is not documented
(#378) Function offlinequiz_rimport_report::convert_black_white is not documented
(#357) There is no description in phpdocs for function extract_pdf_to_tiff
(#177) Phpdocs for function offlinequiz_rimport_report::display has incomplete parameters list
(#358) Phpdocs for function offlinequiz_rimport_report::extract_pdf_to_tiff has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/report/rimport/resultsaver.php
(#37) Class offlinequiz_resultsaver is not documented
(#40) Function offlinequiz_resultsaver::create_or_update_result_in_db is not documented
(#113) Function offlinequiz_resultsaver::get_result_exists_errors is not documented
(#157) Function offlinequiz_resultsaver::results_have_same_crosses is not documented
(#248) Function offlinequiz_resultsaver::get_result_id is not documented
(#257) Function offlinequiz_resultsaver::get_userid_by_userkey is not documented
(#264) Function offlinequiz_resultsaver::save_page_status is not documented
(#133) There is no description in phpdocs for function clone_template_usage
(#133) Phpdocs for function offlinequiz_resultsaver::clone_template_usage has incomplete parameters list
(#175) Phpdocs for function offlinequiz_resultsaver::submit_scanned_page_to_result has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/report/rimport/resultscanner.php
(#16) File-level phpdocs block is not found
(#32) Class offlinequiz_resultscanner is not documented
(#35) Function offlinequiz_resultscanner::__construct is not documented
(#40) Function offlinequiz_resultscanner::scanresults is not documented
(#86) Function offlinequiz_resultscanner::get_max_answers is not documented
(#103) Function offlinequiz_resultscanner::get_answer_counts is not documented
(#118) Function offlinequiz_resultscanner::get_number_of_columns is not documented
(#128) Function offlinequiz_resultscanner::get_questions_per_page is not documented
(#132) Function offlinequiz_resultscanner::get_question_cell is not documented
(#143) Function offlinequiz_resultscanner::calculate_result is not documented
(#33) Variable offlinequiz_resultscanner::$boxscanner is not documented
(#32) Package is not specified for class offlinequiz_resultscanner. It is also not specified in file-level phpdocs
mod/offlinequiz/report/rimport/scanner.php
(#1619) Function offlinequiz_page_scanner::set_maxanswers is not documented
(#50) Variable oq_point::$x is not documented
(#51) Variable oq_point::$y is not documented
(#52) Variable oq_point::$blank is not documented
(#105) Variable offlinequiz_page_scanner::$calibrated is not documented
(#106) Variable offlinequiz_page_scanner::$contextid is not documented
(#107) Variable offlinequiz_page_scanner::$offlinequizid is not documented
(#108) Variable offlinequiz_page_scanner::$filename is not documented
(#109) Variable offlinequiz_page_scanner::$sourcefile is not documented
(#110) Variable offlinequiz_page_scanner::$pageimage is not documented
(#111) Variable offlinequiz_page_scanner::$path is not documented
(#112) Variable offlinequiz_page_scanner::$id_digits is not documented
(#113) Variable offlinequiz_page_scanner::$maxanswers is not documented
(#114) Variable offlinequiz_page_scanner::$maxquestions is not documented
(#115) Variable offlinequiz_page_scanner::$questionsonpage is not documented
(#116) Variable offlinequiz_page_scanner::$formtype is not documented
(#117) Variable offlinequiz_page_scanner::$numpages is not documented
(#118) Variable offlinequiz_page_scanner::$offset is not documented
(#119) Variable offlinequiz_page_scanner::$image is not documented
(#120) Variable offlinequiz_page_scanner::$zoomx is not documented
(#121) Variable offlinequiz_page_scanner::$zoomy is not documented
(#122) Variable offlinequiz_page_scanner::$alpha is not documented
(#123) Variable offlinequiz_page_scanner::$hotspots is not documented
(#124) Variable offlinequiz_page_scanner::$pattern is not documented
(#125) Variable offlinequiz_page_scanner::$pattern1 is not documented
(#126) Variable offlinequiz_page_scanner::$pattern2 is not documented
(#127) Variable offlinequiz_page_scanner::$pattern3 is not documented
(#128) Variable offlinequiz_page_scanner::$pattern4 is not documented
(#129) Variable offlinequiz_page_scanner::$papergray is not documented
(#130) Variable offlinequiz_page_scanner::$corners is not documented
(#131) Variable offlinequiz_page_scanner::$lowertrigger is not documented
(#132) Variable offlinequiz_page_scanner::$uppertrigger is not documented
(#133) Variable offlinequiz_page_scanner::$lowerwarning is not documented
(#134) Variable offlinequiz_page_scanner::$upperwarning is not documented
(#135) Variable offlinequiz_page_scanner::$upperleft is not documented
(#136) Variable offlinequiz_page_scanner::$lowerleft is not documented
(#137) Variable offlinequiz_page_scanner::$upperright is not documented
(#138) Variable offlinequiz_page_scanner::$lowerright is not documented
(#139) Variable offlinequiz_page_scanner::$insecure is not documented
(#140) Variable offlinequiz_page_scanner::$blankbox is not documented
(#141) Variable offlinequiz_page_scanner::$ontop is not documented
(#142) Variable offlinequiz_page_scanner::$page is not documented
(#143) Variable offlinequiz_page_scanner::$cache is not documented
(#498) Phpdocs for function offlinequiz_page_scanner::load_stored_image has incomplete parameters list
(#831) Phpdocs for function offlinequiz_page_scanner::hotspot_value has incomplete parameters list
(#1346) Phpdocs for function offlinequiz_page_scanner::get_corners has incomplete parameters list
(#1375) Phpdocs for function offlinequiz_page_scanner::adjust has incomplete parameters list
(#45) Class oq_point does not have @copyright tag
(#97) Class offlinequiz_page_scanner does not have @copyright tag
(#45) Class oq_point does not have @license tag
(#97) Class offlinequiz_page_scanner does not have @license tag
(#20) Package mod is not valid
mod/offlinequiz/report/rimport/scanner2.php
(#17) File-level phpdocs block is not found
(#30) Class offlinequiz_result_engine is not documented
(#42) Function offlinequiz_result_engine::__construct is not documented
(#59) Function offlinequiz_result_engine::scanpage is not documented
(#85) Function offlinequiz_result_engine::save_page is not documented
(#32) Variable offlinequiz_result_engine::$offlinequizid is not documented
(#33) Variable offlinequiz_result_engine::$contextid is not documented
(#34) Variable offlinequiz_result_engine::$pagepositionscanner is not documented
(#35) Variable offlinequiz_result_engine::$pagenumberscanner is not documented
(#36) Variable offlinequiz_result_engine::$groupnumberscanner is not documented
(#37) Variable offlinequiz_result_engine::$studentidscanner is not documented
(#38) Variable offlinequiz_result_engine::$resultscanner is not documented
(#39) Variable offlinequiz_result_engine::$page is not documented
(#40) Variable offlinequiz_result_engine::$pagesaver is not documented
(#30) Package is not specified for class offlinequiz_result_engine. It is also not specified in file-level phpdocs
mod/offlinequiz/report/rimport/studentidscanner.php
(#16) File-level phpdocs block is not found
(#25) Class offlinequiz_studentid_scanner is not documented
(#29) Function offlinequiz_studentid_scanner::__construct is not documented
(#33) Function offlinequiz_studentid_scanner::scan_studentid is not documented
(#50) Function offlinequiz_studentid_scanner::extract_number is not documented
(#55) Function offlinequiz_studentid_scanner::scannumber is not documented
(#72) Function offlinequiz_studentid_scanner::calculate_student_id_middles is not documented
(#27) Variable offlinequiz_studentid_scanner::$boxscanner is not documented
(#25) Package is not specified for class offlinequiz_studentid_scanner. It is also not specified in file-level phpdocs
mod/offlinequiz/report/rimport/upload_form.php
(#33) Class offlinequiz_upload_form is not documented
(#35) Function offlinequiz_upload_form::definition is not documented
(#20) Package mod is not valid
mod/offlinequiz/report/rimport/version.php
(#20) Package mod is not valid
mod/offlinequiz/report/statistics/classes/privacy/provider.php
(#17) File-level phpdocs block is not found
(#21) Class provider is not documented
(#21) Package is not specified for class provider. It is also not specified in file-level phpdocs
mod/offlinequiz/report/statistics/db/upgrade.php
(#29) Phpdocs for function xmldb_offlinequiz_statistics_upgrade has incomplete parameters list
mod/offlinequiz/report/statistics/lib.php
(#20) Package mod is not valid
(#35) Package mod_offlinequiz is not valid
mod/offlinequiz/report/statistics/qstats.php
(#159) Function offlinequiz_statistics_question_stats::compute_statistics is not documented
(#39) Variable offlinequiz_statistics_question_stats::$questions is not documented
(#40) Variable offlinequiz_statistics_question_stats::$subquestions is not documented
(#42) Variable offlinequiz_statistics_question_stats::$s is not documented
(#43) Variable offlinequiz_statistics_question_stats::$summarksavg is not documented
(#44) Variable offlinequiz_statistics_question_stats::$allattempts is not documented
(#49) Variable offlinequiz_statistics_question_stats::$sumofmarkvariance is not documented
(#50) Variable offlinequiz_statistics_question_stats::$randomselectors is not documented
(#71) There is no description in phpdocs for function make_blank_question_stats
(#434) There is no description in phpdocs for function get_random_guess_score
(#54) Phpdocs for function offlinequiz_statistics_question_stats::__construct has incomplete parameters list
(#96) Phpdocs for function offlinequiz_statistics_question_stats::load_step_data has incomplete parameters list
(#365) Phpdocs for function offlinequiz_statistics_question_stats::secondary_steps_walker has incomplete parameters list
(#32) Class offlinequiz_statistics_question_stats does not have @copyright tag
(#20) Package mod is not valid
mod/offlinequiz/report/statistics/report.php
(#683) Function offlinequiz_statistics_report::get_formatted_offlinequiz_info_data is not documented
(#1308) Function offlinequiz_statistics_report::analyse_responses is not documented
(#1448) Function offlinequiz_statistics_attempts_sql is not documented
(#36) No one-line description found in phpdocs for class offlinequiz_statistics_report
(#421) There is no description in phpdocs for function print_offlinequiz_group_selector
(#511) There is no description in phpdocs for function render_question_text
(#527) There is no description in phpdocs for function render_question_text_plain
(#1338) There is no description in phpdocs for function everything_download_options
(#1435) There is no description in phpdocs for function using_attempts_string
(#51) Phpdocs for function offlinequiz_statistics_report::display has incomplete parameters list
(#423) Phpdocs for function offlinequiz_statistics_report::print_offlinequiz_group_selector has incomplete parameters list
(#451) Phpdocs for function offlinequiz_statistics_report::output_individual_question_data has incomplete parameters list
(#528) Phpdocs for function offlinequiz_statistics_report::render_question_text_plain has incomplete parameters list
(#769) Phpdocs for function offlinequiz_statistics_report::output_offlinequiz_question_answer_table has incomplete parameters list
(#790) Phpdocs for function offlinequiz_statistics_report::output_question_answers has incomplete parameters list
(#942) Phpdocs for function offlinequiz_statistics_report::output_statistics_graph has incomplete parameters list
(#961) Phpdocs for function offlinequiz_statistics_report::get_emtpy_stats has incomplete parameters list
(#986) Phpdocs for function offlinequiz_statistics_report::compute_stats has incomplete parameters list
(#1226) Phpdocs for function offlinequiz_statistics_report::cache_stats has incomplete parameters list
(#1353) Phpdocs for function offlinequiz_statistics_report::output_caching_info has incomplete parameters list
(#1404) Phpdocs for function offlinequiz_statistics_report::clear_cached_data has incomplete parameters list
(#1479) Phpdocs for function offlinequiz_statistics_qubaids_condition has incomplete parameters list
mod/offlinequiz/report/statistics/responseanalysis.php
(#41) Variable offlinequiz_statistics_response_analyser::$loaded is not documented
(#17) No one-line description found in phpdocs for file
(#32) No one-line description found in phpdocs for class offlinequiz_statistics_response_analyser
(#78) There is no description in phpdocs for function has_subparts
(#85) There is no description in phpdocs for function has_response_classes
(#98) There is no description in phpdocs for function has_actual_responses
(#122) Phpdocs for function offlinequiz_statistics_response_analyser::analyse has incomplete parameters list
(#32) Class offlinequiz_statistics_response_analyser does not have @copyright tag
(#21) Package mod is not valid
mod/offlinequiz/report/statistics/statistics_form.php
(#38) Function offlinequiz_statistics_settings_form::definition is not documented
mod/offlinequiz/report/statistics/statistics_question_answer_table.php
(#56) Function offlinequiz_question_answer_statistics_table::set_questiondata is not documented
(#422) Function offlinequiz_question_answer_statistics_table::wrap_html_start is not documented
(#430) Function offlinequiz_question_answer_statistics_table::wrap_html_finish is not documented
(#31) No one-line description found in phpdocs for class offlinequiz_question_answer_statistics_table
(#410) Phpdocs for function offlinequiz_question_answer_statistics_table::is_dubious_question has incomplete parameters list
(#444) Phpdocs for function offlinequiz_question_answer_statistics_table::col_correct has incomplete parameters list
(#458) Phpdocs for function offlinequiz_question_answer_statistics_table::col_partially has incomplete parameters list
(#472) Phpdocs for function offlinequiz_question_answer_statistics_table::col_wrong has incomplete parameters list
mod/offlinequiz/report/statistics/statistics_question_table.php
(#106) Function offlinequiz_statistics_question_table::format_percentage is not documented
(#49) Phpdocs for function offlinequiz_statistics_question_table::__construct has incomplete parameters list
(#61) Phpdocs for function offlinequiz_statistics_question_table::question_setup has incomplete parameters list
mod/offlinequiz/report/statistics/statistics_table.php
(#321) Function offlinequiz_statistics_table::wrap_html_start is not documented
(#329) Function offlinequiz_statistics_table::wrap_html_finish is not documented
(#31) No one-line description found in phpdocs for class offlinequiz_statistics_table
(#309) Phpdocs for function offlinequiz_statistics_table::is_dubious_question has incomplete parameters list
(#350) Phpdocs for function offlinequiz_statistics_table::col_correct has incomplete parameters list
(#363) Phpdocs for function offlinequiz_statistics_table::col_partially has incomplete parameters list
(#375) Phpdocs for function offlinequiz_statistics_table::col_wrong has incomplete parameters list
mod/offlinequiz/review.php
(#20) Package mod is not valid
mod/offlinequiz/reviewquestion.php
(#17) No one-line description found in phpdocs for file
(#21) Package mod is not valid
mod/offlinequiz/settings.php
(#20) Package mod is not valid
mod/offlinequiz/settingslib.php
(#90) Function mod_offlinequiz_admin_review_setting::times is not documented
(#174) Function admin_setting_configtext_user_formula::validate is not documented
(#42) Constant mod_offlinequiz_admin_review_setting::IMMEDIATELY_AFTER is not documented
(#43) Constant mod_offlinequiz_admin_review_setting::LATER_WHILE_OPEN is not documented
(#44) Constant mod_offlinequiz_admin_review_setting::AFTER_CLOSE is not documented
(#170) No one-line description found in phpdocs for class admin_setting_configtext_user_formula
(#69) There is no description in phpdocs for function __construct
(#83) There is no description in phpdocs for function all_on
(#96) There is no description in phpdocs for function normalise_data
(#123) Phpdocs for function mod_offlinequiz_admin_review_setting::write_setting has incomplete parameters list
(#135) Phpdocs for function mod_offlinequiz_admin_review_setting::output_html has incomplete parameters list
(#170) Class admin_setting_configtext_user_formula does not have @copyright tag
(#170) Class admin_setting_configtext_user_formula does not have @license tag
(#20) Package mod is not valid
mod/offlinequiz/tabs.php
(#20) Package mod is not valid
mod/offlinequiz/tests/behat/behat_mod_offlinequiz.php
(#20) Package mod is not valid
mod/offlinequiz/tutorial/index.php
(#19) Package mod is not valid
mod/offlinequiz/version.php
(#17) No one-line description found in phpdocs for file
mod/offlinequiz/view.php
(#125) Function find_pdf_file is not documented
(#20) Package mod is not valid

Update savepoints problems

(3 errors, 0 warnings)

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

mod/offlinequiz/db/upgrade.php
version 2016101700 is missing corresponding savepoint call
version 2017020201 is missing corresponding savepoint call
version 2017081102 is missing corresponding savepoint call

Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 3 warnings)

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

mod/offlinequiz/templates/question_chooser.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “action” on element “form”: Must be non-empty. ( <form action="" id="chooserform" method=""> )
(#1) HTML Validation error, line 9: Bad value “” for attribute “method” on element “form”. ( <form action="" id="chooserform" method=""> )