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

(2669 errors, 230 warnings)

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

repository/poodll/betterrecorder.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.".
(#3) 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/>.".
(#4) Commas (,) must be followed by white space.
(#8) Inline comments must start with a capital letter, digit or 3-dots sequence
(#10) Variable "repo_id" must not contain underscores.
(#11) Inline comments must end in full-stops, exclamation marks, or question marks
(#13) Inline comments must start with a capital letter, digit or 3-dots sequence
(#13) Inline comments must end in full-stops, exclamation marks, or question marks
(#13) No space found before comment text; expected "// setup page" but found "//setup page"
(#15) Variable "repo_id" must not contain underscores.
(#16) Inline comments must start with a capital letter, digit or 3-dots sequence
(#16) Inline comments must end in full-stops, exclamation marks, or question marks
(#16) This comment is 86% valid code; is this commented out code?
(#16) No space found before comment text; expected "// $PAGE->set_url('/repository/poodll/recorder.php');" but found "//$PAGE->set_url('/repository/poodll/recorder.php');"
(#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) This comment is 86% valid code; is this commented out code?
(#19) No space found before comment text; expected "// $PAGE->set_heading('');" but found "//$PAGE->set_heading('');"
(#20) Commas (,) must be followed by white space.
(#21) Commas (,) must be followed by white space.
(#23) Inline comments must start with a capital letter, digit or 3-dots sequence
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) This comment is 67% valid code; is this commented out code?
(#23) No space found before comment text; expected "// $PAGE->set_context(get_context_instance(CONTEXT_USER, $USER->id));" but found "//$PAGE->set_context(get_context_instance(CONTEXT_USER, $USER->id));"
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Whitespace found at end of line
(#28) Variable "repo_id" must not contain underscores.
(#29) Expected "if (...) {\n"; found "if(...) {\n"
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) No space found before comment text; expected "// $PAGE->set_generaltype('popup');" but found "//$PAGE->set_generaltype('popup');"
(#35) No space found before comment text; expected "// we meed to do something like this to get a progress bar in the repo for html5" but found "//we meed to do something like this to get a progress bar in the repo for html5"
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) No space found before comment text; expected "// print_header(null, get_string('recordnew', 'repository_poodll'),null, null, null, false);" but found "//print_header(null, get_string('recordnew', 'repository_poodll'),null, null, null, false);"
(#40) Expected "if (...) {\n"; found "if(...){\n"
(#40) Expected 1 space before "=="; 0 found
(#40) Expected 1 space after "=="; 0 found
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 3
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 0 spaces, found 2
(#42) Closing brace indented incorrectly; expected 0 spaces, found 2
(#42) Expected "} else {\n"; found "}else{\n"
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 4 spaces, found 3
(#43) Space found before semicolon; expected "$filename;" but found "$filename ;"
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 0 spaces, found 2
(#44) Whitespace found at end of line
repository/poodll/db/access.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
repository/poodll/lang/en/repository_poodll.php
(#1) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1) Inline comments must end in full-stops, exclamation marks, or question marks
(#1) This comment is 67% valid code; is this commented out code?
(#1) 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 "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) 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/>.".
repository/poodll/lib.php
(#1) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1) Inline comments must end in full-stops, exclamation marks, or question marks
(#1) This comment is 67% valid code; is this commented out code?
(#1) 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".
(#4) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#4) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) 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".
(#5) 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/>.".
(#10) Inline comments must start with a capital letter, digit or 3-dots sequence
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
(#10) No space found before comment text; expected "// added for moodle 2" but found "//added for moodle 2"
(#11) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#12) Whitespace found at end of line
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Inline comments must start with a capital letter, digit or 3-dots sequence
(#16) Inline comments must end in full-stops, exclamation marks, or question marks
(#16) Line indented incorrectly; expected at least 4 spaces, found 1
(#16) No space found before comment text; expected "// here we add some constants to keep it readable" but found "//here we add some constants to keep it readable"
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 4 spaces, found 1
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 4 spaces, found 1
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 4 spaces, found 1
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 4 spaces, found 1
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 4 spaces, found 1
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 4 spaces, found 1
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Whitespace found at end of line
(#32) Whitespace found at end of line
(#34) Whitespace found at end of line
(#36) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 5
(#38) Commas (,) must be followed by white space.
(#40) Whitespace found at end of line
(#41) No space found before comment text; expected "// 2.3 requires static, 2.2 non static, what to do? Justin 20120616" but found "//2.3 requires static, 2.2 non static, what to do? Justin 20120616"
(#41) Whitespace found at end of line
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Variable "recording_format_options" must not contain underscores.
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#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 3
(#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 3
(#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 3
(#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 3
(#52) Whitespace found at end of line
(#53) Variable "recording_format_options" must not contain underscores.
(#53) Line exceeds 132 characters; contains 139 characters
(#53) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) This comment is 69% valid code; is this commented out code?
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Whitespace found at end of line
(#56) Line indented incorrectly; expected at least 8 spaces, found 3
(#57) Line indented incorrectly; expected at least 8 spaces, found 3
(#58) Line indented incorrectly; expected at least 8 spaces, found 3
(#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) Variable "hide_player_opts_options" must not contain underscores.
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 3
(#62) Variable "hide_player_opts_options" must not contain underscores.
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) This comment is 80% valid code; is this commented out code?
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) No space found before comment text; expected "// $mform->setDefault('hide_player_opts', 0);" but found "//$mform->setDefault('hide_player_opts', 0);"
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Line indented incorrectly; expected at least 4 spaces, found 1
(#71) No space found before comment text; expected "// login overrride start" but found "//login overrride start"
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 4 spaces, found 1
(#72) No space found before comment text; expected "// *****************************************************************" but 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 4 spaces, found 1
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) No space found before comment text; expected "// In Moodle 2.3 early version, screen was too narrow" but found "//In Moodle 2.3 early version, screen was too narrow"
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Expected 1 space before "="; 0 found
(#80) Expected 1 space after "="; 0 found
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Whitespace found at end of line
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) No space found before comment text; expected "// Init our array" but found "//Init our array"
(#84) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) No space found before comment text; expected "// If we are selecting PoodLL Widgets, we don't need to show a login/search screen" but found "//If we are selecting PoodLL Widgets, we don't need to show a login/search screen"
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) No space found before comment text; expected "// just list the widgets" but found "//just list the widgets"
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 8 spaces, found 2
(#88) Expected "if (...) {\n"; found "if (...){\n"
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 12 spaces, found 3
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 12 spaces, found 3
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 12 spaces, found 3
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 12 spaces, found 3
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 12 spaces, found 3
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 12 spaces, found 3
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Whitespace found at end of line
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 8 spaces, found 2
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Whitespace found at end of line
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#98) No space found before comment text; expected "// If we are using an iframe based repo" but found "//If we are using an iframe based repo"
(#101) Space found before semicolon; expected "];" but found "] ;"
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) This comment is 45% valid code; is this commented out code?
(#103) Line indented incorrectly; expected at least 8 spaces, found 7
(#104) Whitespace found at end of line
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) No space found before comment text; expected "// change next button and iframe proportions depending on recorder" but found "//change next button and iframe proportions depending on recorder"
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Line indented incorrectly; expected at least 12 spaces, found 9
(#107) No space found before comment text; expected "// video,snapshot" but found "//video,snapshot"
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 12 spaces, found 9
(#108) Whitespace found at end of line
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 12 spaces, found 3
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Whitespace found at end of line
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 16 spaces, found 5
(#110) Expected 1 space before "="; 0 found
(#110) Expected 1 space after "="; 0 found
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 16 spaces, found 5
(#111) Expected 1 space before "="; 0 found
(#111) Expected 1 space after "="; 0 found
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 16 spaces, found 5
(#112) Expected "if (...) {\n"; found "if(...){\n"
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 20 spaces, found 6
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 16 spaces, found 5
(#114) Expected "} else {\n"; found "}else{\n"
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 20 spaces, found 6
(#115) Expected 1 space before "="; 0 found
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 16 spaces, found 5
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Line indented incorrectly; expected at least 12 spaces, found 3
(#118) No space found before comment text; expected "// audio" but found "//audio"
(#118) Whitespace found at end of line
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 12 spaces, found 3
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 12 spaces, found 3
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 16 spaces, found 5
(#121) Expected 1 space before "="; 0 found
(#121) Expected 1 space after "="; 0 found
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 16 spaces, found 5
(#122) Expected 1 space before "="; 0 found
(#122) Expected 1 space after "="; 0 found
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 16 spaces, found 5
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Whitespace found at end of line
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 12 spaces, found 3
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 16 spaces, found 5
(#127) Expected 1 space before "="; 0 found
(#127) Expected 1 space after "="; 0 found
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 16 spaces, found 5
(#128) Expected 1 space before "="; 0 found
(#128) Expected 1 space after "="; 0 found
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 16 spaces, found 5
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#132) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) Line exceeds maximum limit of 180 characters; contains 209 characters
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 2
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Whitespace found at end of line
(#150) Whitespace found at end of line
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 4 spaces, found 1
(#154) Closing brace indented incorrectly; expected 1 spaces, found 4
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Whitespace found at end of line
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Whitespace found at end of line
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 3
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Whitespace found at end of line
(#167) Line indented incorrectly; expected 4 spaces, found 3
(#167) Closing brace indented incorrectly; expected 4 spaces, found 3
(#168) Whitespace found at end of line
(#169) Line indented incorrectly; expected at least 4 spaces, found 3
(#169) 3 slashes comments are not allowed; use "// Comment." instead
(#172) This comment is 60% valid code; is this commented out code?
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) No space found before comment text; expected "// added $page=0 param for 2.3 compat justin 20120524" but found "//added $page=0 param for 2.3 compat justin 20120524"
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 8 spaces, found 2
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) This comment is 75% valid code; is this commented out code?
(#181) No space found before comment text; expected "// echo $filename;" but found "//echo $filename;"
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 8 spaces, found 2
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Whitespace found at end of line
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Whitespace found at end of line
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#188) Expected 6 space(s) before asterisk; 5 found
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Expected 6 space(s) before asterisk; 2 found
(#190) Expected 6 space(s) before asterisk; 5 found
(#191) Expected 6 space(s) before asterisk; 5 found
(#192) Expected 6 space(s) before asterisk; 5 found
(#193) Expected 6 space(s) before asterisk; 5 found
(#194) Expected 6 space(s) before asterisk; 5 found
(#195) Expected 6 space(s) before asterisk; 5 found
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 8 spaces, found 2
(#197) Commas (,) must be followed by white space.
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Whitespace found at end of line
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 8 spaces, found 2
(#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 12 spaces, found 3
(#201) Expected 1 space before "="; 0 found
(#201) Expected 1 space after "="; 0 found
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 8 spaces, found 2
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Whitespace found at end of line
(#203) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Whitespace found at end of line
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Whitespace found at end of line
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Inline comments must start with a capital letter, digit or 3-dots sequence
(#207) Line indented incorrectly; expected at least 8 spaces, found 2
(#207) No space found before comment text; expected "// if user did not record anything, or the recording copy failed can out sadly." but found "//if user did not record anything, or the recording copy failed can out sadly."
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 8 spaces, found 2
(#208) Expected "if (...) {\n"; found "if(...){"
(#208) Closing brace must be on a line by itself
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) This comment is 91% valid code; is this commented out code?
(#209) Line indented incorrectly; expected at least 8 spaces, found 2
(#209) No space found before comment text; expected "// if(!$filename){$filename="houses.jpg";}" but found "//if(!$filename){$filename="houses.jpg";}"
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Whitespace found at end of line
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Inline comments must start with a capital letter, digit or 3-dots sequence
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
(#211) Line indented incorrectly; expected at least 8 spaces, found 2
(#211) No space found before comment text; expected "// determine the file extension" but found "//determine the file extension"
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 8 spaces, found 2
(#212) Commas (,) must be followed by white space.
(#212) Whitespace found at end of line
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#214) Line indented incorrectly; expected at least 8 spaces, found 2
(#214) No space found before comment text; expected "// determine the download source" but found "//determine the download source"
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected 8 spaces, found 2
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 12 spaces, found 3
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 12 spaces, found 3
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Whitespace found at end of line
(#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
(#219) Expected "if (...) {\n"; found "if (...){\n"
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 20 spaces, found 5
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 20 spaces, found 5
(#221) Expected 1 space before "="; 0 found
(#221) Expected 1 space after "="; 0 found
(#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 16 spaces, found 4
(#223) Expected "} else {\n"; found "}else{\n"
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Inline comments must start with a capital letter, digit or 3-dots sequence
(#224) Line indented incorrectly; expected at least 20 spaces, found 5
(#224) No space found before comment text; expected "// set up auto transcoding (mp3) or not" but found "//set up auto transcoding (mp3) or not"
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 20 spaces, found 5
(#225) No space found before comment text; expected "// The jsp to call is different." but found "//The jsp to call is different."
(#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) Expected 1 space before "="; 0 found
(#226) Expected 1 space after "="; 0 found
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected 20 spaces, found 5
(#227) Expected "if (...) {\n"; found "if(...){\n"
(#227) Expected 1 space after "=="; 0 found
(#227) Expected 1 space after "=="; 0 found
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 24 spaces, found 6
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 20 spaces, found 5
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Whitespace found at end of line
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 20 spaces, found 5
(#231) Expected 1 space before "="; 0 found
(#231) Expected 1 space after "="; 0 found
(#231) Whitespace found at end of line
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 20 spaces, found 6
(#232) Whitespace found at end of line
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 20 spaces, found 6
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 16 spaces, found 4
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Whitespace found at end of line
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Inline comments must start with a capital letter, digit or 3-dots sequence
(#237) Line indented incorrectly; expected at least 12 spaces, found 3
(#237) No space found before comment text; expected "// this was the download script for snapshots and direct uploads" but found "//this was the download script for snapshots and direct uploads"
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 12 spaces, found 3
(#238) No space found before comment text; expected "// the upload script is the same file, called from widget directly. Callback posted filename back to form" but found "//the upload script is the same file, called from widget directly. Callback posted filename back to form"
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) This comment is 67% valid code; is this commented out code?
(#239) Line indented incorrectly; expected at least 12 spaces, found 3
(#239) No space found before comment text; expected "// case self::POODLLSNAPSHOT:" but found "//case self::POODLLSNAPSHOT:"
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 12 spaces, found 3
(#240) Tab found before comment text; expected "// $source=$CFG->wwwroot . '/repository/poodll/uploadHandler.php?filename=' . $filename;" but found "// $source=$CFG->wwwroot . '/repository/poodll/uploadHandler.php?filename=' . $filename;"
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Inline comments must end in full-stops, exclamation marks, or question marks
(#241) This comment is 67% valid code; is this commented out code?
(#241) Line indented incorrectly; expected at least 12 spaces, found 3
(#241) Tab found before comment text; expected "// break;" but found "// break;"
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Whitespace found at end of line
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 12 spaces, found 3
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Whitespace found at end of line
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected 12 spaces, found 3
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected 12 spaces, found 3
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) This comment is 43% valid code; is this commented out code?
(#246) Inline comments must start with a capital letter, digit or 3-dots sequence
(#246) Line indented incorrectly; expected at least 16 spaces, found 4
(#246) No space found before comment text; expected "// $source=$CFG->wwwroot . '/repository/poodll/uploadHandler.php?filename=' . $filename;" but found "//$source=$CFG->wwwroot . '/repository/poodll/uploadHandler.php?filename=' . $filename;"
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) This comment is 50% valid code; is this commented out code?
(#247) Line indented incorrectly; expected at least 16 spaces, found 4
(#247) No space found before comment text; expected "// $source = $filename;" but found "//$source = $filename;"
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Whitespace found at end of line
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 16 spaces, found 4
(#250) Line indented incorrectly; expected at least 16 spaces, found 4
(#251) Line indented incorrectly; expected at least 16 spaces, found 4
(#252) Line indented incorrectly; expected at least 16 spaces, found 4
(#253) Whitespace found at end of line
(#254) Line indented incorrectly; expected at least 16 spaces, found 4
(#255) Line indented incorrectly; expected at least 16 spaces, found 4
(#256) Line indented incorrectly; expected at least 16 spaces, found 4
(#257) Line indented incorrectly; expected at least 16 spaces, found 4
(#258) Line indented incorrectly; expected at least 16 spaces, found 5
(#259) Line indented incorrectly; expected at least 16 spaces, found 4
(#260) Whitespace found at end of line
(#261) Line indented incorrectly; expected at least 16 spaces, found 4
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Whitespace found at end of line
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 16 spaces, found 4
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 16 spaces, found 4
(#264) Expected 1 space before "="; 0 found
(#264) Expected 1 space after "="; 0 found
(#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 8 spaces, found 2
(#267) Whitespace found at end of line
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Inline comments must start with a capital letter, digit or 3-dots sequence
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) Line indented incorrectly; expected at least 8 spaces, found 2
(#268) No space found before comment text; expected "// determine the player options" but found "//determine the player options"
(#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
(#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
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected 12 spaces, found 3
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Whitespace found at end of line
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Inline comments must start with a capital letter, digit or 3-dots sequence
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) Line indented incorrectly; expected at least 16 spaces, found 5
(#273) No space found before comment text; expected "// normal player" but found "//normal player"
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected 16 spaces, found 5
(#274) Expected "if (...) {\n"; found "if(...){\n"
(#274) Expected 1 space before "=="; 0 found
(#274) Expected 1 space after "=="; 0 found
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 20 spaces, found 6
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 20 spaces, found 7
(#276) Expected 1 space before "=>"; 0 found
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 20 spaces, found 7
(#277) Expected 1 space before "=>"; 0 found
(#277) Expected 1 space after "=>"; 0 found
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 20 spaces, found 7
(#278) Expected 1 space before "=>"; 0 found
(#278) Expected 1 space after "=>"; 0 found
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 20 spaces, found 7
(#279) Expected 1 space before "=>"; 0 found
(#279) Expected 1 space after "=>"; 0 found
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 20 spaces, found 7
(#280) Expected 1 space before "=>"; 0 found
(#280) Expected 1 space after "=>"; 0 found
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 20 spaces, found 7
(#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 20 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 31 spaces, found 6
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Whitespace found at end of line
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected 16 spaces, found 5
(#285) Expected "} else {\n"; found "}else{\n"
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 20 spaces, found 6
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 20 spaces, found 7
(#287) Expected 1 space before "=>"; 0 found
(#287) Commas (,) must be followed by white space.
(#287) Commas (,) must be followed by white space.
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 20 spaces, found 7
(#288) Expected 1 space before "=>"; 0 found
(#288) Expected 1 space after "=>"; 0 found
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 20 spaces, found 7
(#289) Expected 1 space before "=>"; 0 found
(#289) Expected 1 space after "=>"; 0 found
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 20 spaces, found 7
(#290) Expected 1 space before "=>"; 0 found
(#290) Expected 1 space after "=>"; 0 found
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 20 spaces, found 7
(#291) Expected 1 space before "=>"; 0 found
(#291) Expected 1 space after "=>"; 0 found
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 20 spaces, found 7
(#292) Expected 1 space before "=>"; 0 found
(#292) Expected 1 space after "=>"; 0 found
(#293) Spaces must be used for alignment; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 20 spaces, found 7
(#293) Expected 1 space before "=>"; 0 found
(#293) Expected 1 space after "=>"; 0 found
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 20 spaces, found 6
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected 16 spaces, found 5
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Whitespace found at end of line
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected 16 spaces, found 4
(#297) Expected "if (...) {\n"; found "if(...){\n"
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 20 spaces, found 5
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 20 spaces, found 7
(#299) Expected 1 space before "=>"; 0 found
(#299) Commas (,) must be followed by white space.
(#299) Commas (,) must be followed by white space.
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 20 spaces, found 7
(#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 20 spaces, found 7
(#301) Expected 1 space before "=>"; 0 found
(#301) Expected 1 space after "=>"; 0 found
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 20 spaces, found 7
(#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 20 spaces, found 7
(#303) Expected 1 space before "=>"; 0 found
(#303) Expected 1 space after "=>"; 0 found
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 20 spaces, found 7
(#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) Line indented incorrectly; expected at least 20 spaces, found 7
(#305) Expected 1 space before "=>"; 0 found
(#305) Expected 1 space after "=>"; 0 found
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 32 spaces, found 6
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Whitespace found at end of line
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 32 spaces, found 5
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 32 spaces, found 7
(#309) Expected 1 space before "=>"; 0 found
(#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 32 spaces, found 7
(#310) Expected 1 space before "=>"; 0 found
(#310) Expected 1 space after "=>"; 0 found
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 32 spaces, found 7
(#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 7
(#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 at least 32 spaces, found 7
(#313) Expected 1 space before "=>"; 0 found
(#313) Expected 1 space after "=>"; 0 found
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected at least 32 spaces, found 7
(#314) Expected 1 space before "=>"; 0 found
(#314) Expected 1 space after "=>"; 0 found
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 32 spaces, found 7
(#315) Expected 1 space before "=>"; 0 found
(#315) Expected 1 space after "=>"; 0 found
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 32 spaces, found 6
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Whitespace found at end of line
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 32 spaces, found 5
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 32 spaces, found 7
(#319) Expected 1 space before "=>"; 0 found
(#319) Commas (,) must be followed by white space.
(#319) Commas (,) must be followed by white space.
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 32 spaces, found 7
(#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) Line indented incorrectly; expected at least 32 spaces, found 7
(#321) Expected 1 space before "=>"; 0 found
(#321) Expected 1 space after "=>"; 0 found
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 32 spaces, found 7
(#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 32 spaces, found 7
(#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 32 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 32 spaces, found 7
(#325) Expected 1 space before "=>"; 0 found
(#325) Expected 1 space after "=>"; 0 found
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 32 spaces, found 6
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Whitespace found at end of line
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 32 spaces, found 5
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected at least 32 spaces, found 7
(#329) Expected 1 space before "=>"; 0 found
(#329) Commas (,) must be followed by white space.
(#329) Commas (,) must be followed by white space.
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected at least 32 spaces, found 7
(#330) Expected 1 space before "=>"; 0 found
(#330) Expected 1 space after "=>"; 0 found
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 32 spaces, found 7
(#331) Expected 1 space before "=>"; 0 found
(#331) Expected 1 space after "=>"; 0 found
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 32 spaces, found 7
(#332) Expected 1 space before "=>"; 0 found
(#332) Expected 1 space after "=>"; 0 found
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 32 spaces, found 7
(#333) Expected 1 space before "=>"; 0 found
(#333) Expected 1 space after "=>"; 0 found
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected at least 32 spaces, found 7
(#334) Expected 1 space before "=>"; 0 found
(#334) Expected 1 space after "=>"; 0 found
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected at least 32 spaces, found 7
(#335) Expected 1 space before "=>"; 0 found
(#335) Expected 1 space after "=>"; 0 found
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected at least 32 spaces, found 6
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected 16 spaces, found 4
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected 12 spaces, found 2
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Tab found within whitespace
(#340) Whitespace found at end of line
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected at least 16 spaces, found 4
(#342) Expected 1 space before "=>"; 0 found
(#342) Expected 1 space after "=>"; 0 found
(#343) Expected 1 space before "=>"; 0 found
(#343) Expected 1 space after "=>"; 0 found
(#344) Expected 1 space before "=>"; 0 found
(#344) Expected 1 space after "=>"; 0 found
(#345) Expected 1 space before "=>"; 0 found
(#345) Expected 1 space after "=>"; 0 found
(#346) Expected 1 space before "=>"; 0 found
(#346) Expected 1 space after "=>"; 0 found
(#347) Expected 1 space before "=>"; 0 found
(#347) Expected 1 space after "=>"; 0 found
(#348) Expected 1 space before "=>"; 0 found
(#348) Expected 1 space after "=>"; 0 found
(#349) Line indented incorrectly; expected at least 26 spaces, found 12
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Whitespace found at end of line
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected 8 spaces, found 2
(#352) Whitespace found at end of line
(#353) Inline comments must start with a capital letter, digit or 3-dots sequence
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#353) Line indented incorrectly; expected at least 8 spaces, found 7
(#353) No space found before comment text; expected "// return the list of files/player options" but found "//return the list of files/player options"
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Whitespace found at end of line
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Tab found within whitespace
(#357) Whitespace found at end of line
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Tab found within whitespace
(#368) Commas (,) must be followed by white space.
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Tab found within whitespace
(#369) Whitespace found at end of line
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Inline comments must start with a capital letter, digit or 3-dots sequence
(#370) Inline comments must end in full-stops, exclamation marks, or question marks
(#370) Line indented incorrectly; expected at least 8 spaces, found 2
(#370) No space found before comment text; expected "// if its mobile then we need to treat it as an upload" but found "//if its mobile then we need to treat it as an upload"
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected 8 spaces, found 2
(#371) Expected "if (...) {\n"; found "if(...){\n"
(#372) Spaces must be used for alignment; tabs are not allowed
(#372) Tab found within whitespace
(#372) Inline comments must start with a capital letter, digit or 3-dots sequence
(#372) Inline comments must end in full-stops, exclamation marks, or question marks
(#372) Line indented incorrectly; expected at least 12 spaces, found 3
(#372) No space found before comment text; expected "// get the filename as used by our recorder" but found "//get the filename as used by our recorder"
(#373) Spaces must be used for alignment; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected at least 12 spaces, found 5
(#374) Spaces must be used for alignment; tabs are not allowed
(#374) Tab found within whitespace
(#374) Whitespace found at end of line
(#375) Spaces must be used for alignment; tabs are not allowed
(#375) Tab found within whitespace
(#375) Inline comments must start with a capital letter, digit or 3-dots sequence
(#375) Inline comments must end in full-stops, exclamation marks, or question marks
(#375) Line indented incorrectly; expected at least 12 spaces, found 5
(#375) No space found before comment text; expected "// get a temporary download path" but found "//get a temporary download path"
(#376) Spaces must be used for alignment; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected at least 12 spaces, found 5
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#378) Inline comments must start with a capital letter, digit or 3-dots sequence
(#378) Inline comments must end in full-stops, exclamation marks, or question marks
(#378) Line indented incorrectly; expected at least 12 spaces, found 5
(#378) No space found before comment text; expected "// fetch the file we submitted earlier" but found "//fetch the file we submitted earlier"
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected at least 12 spaces, found 7
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected at least 12 spaces, found 7
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 12 spaces, found 5
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Whitespace found at end of line
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Inline comments must start with a capital letter, digit or 3-dots sequence
(#384) Inline comments must end in full-stops, exclamation marks, or question marks
(#384) Line indented incorrectly; expected at least 12 spaces, found 5
(#384) No space found before comment text; expected "// write the file out to the temporary location" but found "//write the file out to the temporary location"
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected at least 12 spaces, found 5
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 12 spaces, found 5
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 12 spaces, found 5
(#387) Expected 1 space before "="; 0 found
(#387) Commas (,) must be followed by white space.
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected at least 12 spaces, found 5
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 12 spaces, found 5
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Whitespace found at end of line
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Inline comments must start with a capital letter, digit or 3-dots sequence
(#392) Inline comments must end in full-stops, exclamation marks, or question marks
(#392) Line indented incorrectly; expected at least 12 spaces, found 5
(#392) No space found before comment text; expected "// bail if we errored out" but found "//bail if we errored out"
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected 12 spaces, found 5
(#393) Expected 1 space before "==="; 0 found
(#393) Expected 1 space after "==="; 0 found
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected at least 16 spaces, found 6
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected at least 16 spaces, found 6
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected 12 spaces, found 5
(#396) Expected "} else {\n"; found "}else{\n"
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Inline comments must start with a capital letter, digit or 3-dots sequence
(#397) Inline comments must end in full-stops, exclamation marks, or question marks
(#397) Line indented incorrectly; expected at least 16 spaces, found 6
(#397) No space found before comment text; expected "// clear up the original file which we no longer need" but found "//clear up the original file which we no longer need"
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 16 spaces, found 6
(#398) Whitespace found at end of line
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected 12 spaces, found 5
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Whitespace found at end of line
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Inline comments must start with a capital letter, digit or 3-dots sequence
(#401) Inline comments must end in full-stops, exclamation marks, or question marks
(#401) Line indented incorrectly; expected at least 12 spaces, found 4
(#401) No space found before comment text; expected "// return to Moodle what it needs to know" but found "//return to Moodle what it needs to know"
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 12 spaces, found 4
(#402) Expected 1 space before "=>"; 0 found
(#402) Expected 1 space after "=>"; 0 found
(#402) Expected 1 space before "=>"; 0 found
(#402) Expected 1 space after "=>"; 0 found
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Whitespace found at end of line
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected 8 spaces, found 2
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Whitespace found at end of line
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Inline comments must start with a capital letter, digit or 3-dots sequence
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) Line indented incorrectly; expected at least 8 spaces, found 2
(#406) No space found before comment text; expected "// if not mobile, determine the player options" but found "//if not mobile, determine the player options"
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected 8 spaces, found 2
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected 12 spaces, found 3
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected 12 spaces, found 3
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected 12 spaces, found 3
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Inline comments must start with a capital letter, digit or 3-dots sequence
(#411) Inline comments must end in full-stops, exclamation marks, or question marks
(#411) Line indented incorrectly; expected at least 16 spaces, found 5
(#411) No space found before comment text; expected "// get the filename as used by our recorder" but found "//get the filename as used by our recorder"
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected at least 16 spaces, found 5
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Whitespace found at end of line
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Inline comments must start with a capital letter, digit or 3-dots sequence
(#414) Inline comments must end in full-stops, exclamation marks, or question marks
(#414) Line indented incorrectly; expected at least 16 spaces, found 5
(#414) No space found before comment text; expected "// get a temporary download path" but found "//get a temporary download path"
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected at least 16 spaces, found 5
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Inline comments must start with a capital letter, digit or 3-dots sequence
(#417) Inline comments must end in full-stops, exclamation marks, or question marks
(#417) Line indented incorrectly; expected at least 16 spaces, found 5
(#417) No space found before comment text; expected "// fetch the file we submitted earlier" but found "//fetch the file we submitted earlier"
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected at least 16 spaces, found 7
(#419) Spaces must be used for alignment; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected at least 16 spaces, found 7
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Tab found within whitespace
(#420) Line indented incorrectly; expected at least 16 spaces, found 5
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Whitespace found at end of line
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) Inline comments must start with a capital letter, digit or 3-dots sequence
(#423) Inline comments must end in full-stops, exclamation marks, or question marks
(#423) Line indented incorrectly; expected at least 16 spaces, found 5
(#423) No space found before comment text; expected "// write the file out to the temporary location" but found "//write the file out to the temporary location"
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 16 spaces, found 5
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected at least 16 spaces, found 5
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected at least 16 spaces, found 5
(#426) Expected 1 space before "="; 0 found
(#426) Commas (,) must be followed by white space.
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected at least 16 spaces, found 5
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected at least 16 spaces, found 5
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Whitespace found at end of line
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Inline comments must start with a capital letter, digit or 3-dots sequence
(#431) Inline comments must end in full-stops, exclamation marks, or question marks
(#431) Line indented incorrectly; expected at least 16 spaces, found 5
(#431) No space found before comment text; expected "// bail if we errored out" but found "//bail if we errored out"
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected 16 spaces, found 5
(#432) Expected 1 space before "==="; 0 found
(#432) Expected 1 space after "==="; 0 found
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected at least 20 spaces, found 6
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected at least 20 spaces, found 6
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected 16 spaces, found 5
(#435) Expected "} else {\n"; found "}else{\n"
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Inline comments must start with a capital letter, digit or 3-dots sequence
(#436) Inline comments must end in full-stops, exclamation marks, or question marks
(#436) Line indented incorrectly; expected at least 20 spaces, found 6
(#436) No space found before comment text; expected "// clear up the original file which we no longer need" but found "//clear up the original file which we no longer need"
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected at least 20 spaces, found 6
(#437) Whitespace found at end of line
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected 16 spaces, found 5
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Whitespace found at end of line
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Inline comments must start with a capital letter, digit or 3-dots sequence
(#440) Inline comments must end in full-stops, exclamation marks, or question marks
(#440) Line indented incorrectly; expected at least 16 spaces, found 4
(#440) No space found before comment text; expected "// return to Moodle what it needs to know" but found "//return to Moodle what it needs to know"
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Expected 1 space before "=>"; 0 found
(#441) Expected 1 space after "=>"; 0 found
(#441) Expected 1 space before "=>"; 0 found
(#441) Expected 1 space after "=>"; 0 found
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected at least 12 spaces, found 4
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Whitespace found at end of line
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected 12 spaces, found 3
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Commas (,) must be followed by white space.
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Whitespace found at end of line
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected 8 spaces, found 2
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Whitespace found at end of line
(#448) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#449) Whitespace found at end of line
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Whitespace found at end of line
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected at least 4 spaces, found 1
(#453) Expected 2 space(s) before asterisk; 5 found
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Whitespace found at end of line
(#454) Expected 2 space(s) before asterisk; 5 found
(#455) Expected 2 space(s) before asterisk; 5 found
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected 4 spaces, found 1
(#456) Expected 1 space after closing parenthesis; found 0
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected at least 8 spaces, found 1
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Whitespace found at end of line
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 8 spaces, found 5
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Whitespace found at end of line
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Inline comments must start with a capital letter, digit or 3-dots sequence
(#461) Inline comments must end in full-stops, exclamation marks, or question marks
(#461) Line indented incorrectly; expected at least 8 spaces, found 6
(#461) No space found before comment text; expected "// stopwatch" but found "//stopwatch"
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected at least 8 spaces, found 6
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected at least 8 spaces, found 7
(#463) Expected 1 space before "=>"; 0 found
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected at least 8 spaces, found 7
(#464) Expected 1 space before "=>"; 0 found
(#464) Expected 1 space after "=>"; 0 found
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected at least 8 spaces, found 7
(#465) Expected 1 space before "=>"; 0 found
(#465) Expected 1 space after "=>"; 0 found
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected at least 8 spaces, found 7
(#466) Expected 1 space before "=>"; 0 found
(#466) Expected 1 space after "=>"; 0 found
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected at least 8 spaces, found 7
(#467) Expected 1 space before "=>"; 0 found
(#467) Expected 1 space after "=>"; 0 found
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected at least 8 spaces, found 7
(#468) Expected 1 space before "=>"; 0 found
(#468) Expected 1 space after "=>"; 0 found
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected at least 8 spaces, found 7
(#469) Expected 1 space before "=>"; 0 found
(#469) Expected 1 space after "=>"; 0 found
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected at least 8 spaces, found 6
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Inline comments must start with a capital letter, digit or 3-dots sequence
(#471) Inline comments must end in full-stops, exclamation marks, or question marks
(#471) Line indented incorrectly; expected at least 8 spaces, found 6
(#471) No space found before comment text; expected "// calculator" but found "//calculator"
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected at least 8 spaces, found 6
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected at least 8 spaces, found 7
(#473) Expected 1 space before "=>"; 0 found
(#474) Spaces must be used for alignment; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected at least 8 spaces, found 7
(#474) Expected 1 space before "=>"; 0 found
(#474) Expected 1 space after "=>"; 0 found
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected at least 8 spaces, found 7
(#475) Expected 1 space before "=>"; 0 found
(#475) Expected 1 space after "=>"; 0 found
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected at least 8 spaces, found 7
(#476) Expected 1 space before "=>"; 0 found
(#476) Expected 1 space after "=>"; 0 found
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Tab found within whitespace
(#477) Line indented incorrectly; expected at least 8 spaces, found 7
(#477) Expected 1 space before "=>"; 0 found
(#477) Expected 1 space after "=>"; 0 found
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Tab found within whitespace
(#478) Line indented incorrectly; expected at least 8 spaces, found 7
(#478) Expected 1 space before "=>"; 0 found
(#478) Expected 1 space after "=>"; 0 found
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected at least 8 spaces, found 7
(#479) Expected 1 space before "=>"; 0 found
(#479) Expected 1 space after "=>"; 0 found
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Tab found within whitespace
(#480) Line indented incorrectly; expected at least 8 spaces, found 6
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Tab found within whitespace
(#481) Inline comments must start with a capital letter, digit or 3-dots sequence
(#481) Inline comments must end in full-stops, exclamation marks, or question marks
(#481) Line indented incorrectly; expected at least 8 spaces, found 6
(#481) No space found before comment text; expected "// countdown timer" but found "//countdown timer"
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected at least 8 spaces, found 6
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected at least 8 spaces, found 7
(#483) Expected 1 space before "=>"; 0 found
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Tab found within whitespace
(#484) Line indented incorrectly; expected at least 8 spaces, found 7
(#484) Expected 1 space before "=>"; 0 found
(#484) Expected 1 space after "=>"; 0 found
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected at least 8 spaces, found 7
(#485) Expected 1 space before "=>"; 0 found
(#485) Expected 1 space after "=>"; 0 found
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) Line indented incorrectly; expected at least 8 spaces, found 7
(#486) Expected 1 space before "=>"; 0 found
(#486) Expected 1 space after "=>"; 0 found
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#487) Line indented incorrectly; expected at least 8 spaces, found 7
(#487) Expected 1 space before "=>"; 0 found
(#487) Expected 1 space after "=>"; 0 found
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected at least 8 spaces, found 7
(#488) Expected 1 space before "=>"; 0 found
(#488) Expected 1 space after "=>"; 0 found
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected at least 8 spaces, found 7
(#489) Expected 1 space before "=>"; 0 found
(#489) Expected 1 space after "=>"; 0 found
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Line indented incorrectly; expected at least 8 spaces, found 6
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) Inline comments must start with a capital letter, digit or 3-dots sequence
(#491) Inline comments must end in full-stops, exclamation marks, or question marks
(#491) Line indented incorrectly; expected at least 8 spaces, found 6
(#491) No space found before comment text; expected "// dice" but found "//dice"
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected at least 8 spaces, found 6
(#493) Spaces must be used for alignment; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected at least 8 spaces, found 7
(#493) Expected 1 space before "=>"; 0 found
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected at least 8 spaces, found 7
(#494) Expected 1 space before "=>"; 0 found
(#494) Expected 1 space after "=>"; 0 found
(#495) Spaces must be used for alignment; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected at least 8 spaces, found 7
(#495) Expected 1 space before "=>"; 0 found
(#495) Expected 1 space after "=>"; 0 found
(#496) Spaces must be used for alignment; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected at least 8 spaces, found 7
(#496) Expected 1 space before "=>"; 0 found
(#496) Expected 1 space after "=>"; 0 found
(#497) Spaces must be used for alignment; tabs are not allowed
(#497) Tab found within whitespace
(#497) Line indented incorrectly; expected at least 8 spaces, found 7
(#497) Expected 1 space before "=>"; 0 found
(#497) Expected 1 space after "=>"; 0 found
(#498) Spaces must be used for alignment; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 8 spaces, found 7
(#498) Expected 1 space before "=>"; 0 found
(#498) Expected 1 space after "=>"; 0 found
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected at least 8 spaces, found 7
(#499) Expected 1 space before "=>"; 0 found
(#499) Expected 1 space after "=>"; 0 found
(#500) Spaces must be used for alignment; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected at least 8 spaces, found 6
(#501) Spaces must be used for alignment; tabs are not allowed
(#501) Tab found within whitespace
(#501) Inline comments must start with a capital letter, digit or 3-dots sequence
(#501) Inline comments must end in full-stops, exclamation marks, or question marks
(#501) Line indented incorrectly; expected at least 8 spaces, found 6
(#501) No space found before comment text; expected "// simplewhiteboard" but found "//simplewhiteboard"
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) Tab found within whitespace
(#502) Line indented incorrectly; expected at least 8 spaces, found 6
(#503) Spaces must be used for alignment; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected at least 8 spaces, found 7
(#503) Expected 1 space before "=>"; 0 found
(#504) Spaces must be used for alignment; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected at least 8 spaces, found 7
(#504) Expected 1 space before "=>"; 0 found
(#504) Expected 1 space after "=>"; 0 found
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#505) Line indented incorrectly; expected at least 8 spaces, found 7
(#505) Expected 1 space before "=>"; 0 found
(#505) Expected 1 space after "=>"; 0 found
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected at least 8 spaces, found 7
(#506) Expected 1 space before "=>"; 0 found
(#506) Expected 1 space after "=>"; 0 found
(#507) Spaces must be used for alignment; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected at least 8 spaces, found 7
(#507) Expected 1 space before "=>"; 0 found
(#507) Expected 1 space after "=>"; 0 found
(#508) Spaces must be used for alignment; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected at least 8 spaces, found 7
(#508) Expected 1 space before "=>"; 0 found
(#508) Expected 1 space after "=>"; 0 found
(#509) Spaces must be used for alignment; tabs are not allowed
(#509) Tab found within whitespace
(#509) Line indented incorrectly; expected at least 8 spaces, found 7
(#509) Expected 1 space before "=>"; 0 found
(#509) Expected 1 space after "=>"; 0 found
(#510) Spaces must be used for alignment; tabs are not allowed
(#510) Tab found within whitespace
(#510) Line indented incorrectly; expected at least 8 spaces, found 6
(#511) Spaces must be used for alignment; tabs are not allowed
(#511) Tab found within whitespace
(#511) Inline comments must start with a capital letter, digit or 3-dots sequence
(#511) Inline comments must end in full-stops, exclamation marks, or question marks
(#511) Line indented incorrectly; expected at least 8 spaces, found 6
(#511) No space found before comment text; expected "// fullwhiteboard" but found "//fullwhiteboard"
(#512) Spaces must be used for alignment; tabs are not allowed
(#512) Tab found within whitespace
(#512) Line indented incorrectly; expected at least 8 spaces, found 6
(#513) Spaces must be used for alignment; tabs are not allowed
(#513) Tab found within whitespace
(#513) Line indented incorrectly; expected at least 8 spaces, found 7
(#513) Expected 1 space before "=>"; 0 found
(#514) Spaces must be used for alignment; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected at least 8 spaces, found 7
(#514) Expected 1 space before "=>"; 0 found
(#514) Expected 1 space after "=>"; 0 found
(#515) Spaces must be used for alignment; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected at least 8 spaces, found 7
(#515) Expected 1 space before "=>"; 0 found
(#515) Expected 1 space after "=>"; 0 found
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Tab found within whitespace
(#516) Line indented incorrectly; expected at least 8 spaces, found 7
(#516) Expected 1 space before "=>"; 0 found
(#516) Expected 1 space after "=>"; 0 found
(#517) Spaces must be used for alignment; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected at least 8 spaces, found 7
(#517) Expected 1 space before "=>"; 0 found
(#517) Expected 1 space after "=>"; 0 found
(#518) Spaces must be used for alignment; tabs are not allowed
(#518) Tab found within whitespace
(#518) Line indented incorrectly; expected at least 8 spaces, found 7
(#518) Expected 1 space before "=>"; 0 found
(#518) Expected 1 space after "=>"; 0 found
(#519) Spaces must be used for alignment; tabs are not allowed
(#519) Tab found within whitespace
(#519) Line indented incorrectly; expected at least 8 spaces, found 7
(#519) Expected 1 space before "=>"; 0 found
(#519) Expected 1 space after "=>"; 0 found
(#520) Spaces must be used for alignment; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected at least 8 spaces, found 6
(#521) Spaces must be used for alignment; tabs are not allowed
(#521) Tab found within whitespace
(#521) Inline comments must start with a capital letter, digit or 3-dots sequence
(#521) Inline comments must end in full-stops, exclamation marks, or question marks
(#521) Line indented incorrectly; expected at least 8 spaces, found 6
(#521) No space found before comment text; expected "// audiorecorder" but found "//audiorecorder"
(#522) Spaces must be used for alignment; tabs are not allowed
(#522) Tab found within whitespace
(#522) Line indented incorrectly; expected at least 8 spaces, found 6
(#523) Spaces must be used for alignment; tabs are not allowed
(#523) Tab found within whitespace
(#523) Line indented incorrectly; expected at least 8 spaces, found 7
(#523) Expected 1 space before "=>"; 0 found
(#524) Spaces must be used for alignment; tabs are not allowed
(#524) Tab found within whitespace
(#524) Line indented incorrectly; expected at least 8 spaces, found 7
(#524) Expected 1 space before "=>"; 0 found
(#524) Expected 1 space after "=>"; 0 found
(#525) Spaces must be used for alignment; tabs are not allowed
(#525) Tab found within whitespace
(#525) Line indented incorrectly; expected at least 8 spaces, found 7
(#525) Expected 1 space before "=>"; 0 found
(#525) Expected 1 space after "=>"; 0 found
(#526) Spaces must be used for alignment; tabs are not allowed
(#526) Tab found within whitespace
(#526) Line indented incorrectly; expected at least 8 spaces, found 7
(#526) Expected 1 space before "=>"; 0 found
(#526) Expected 1 space after "=>"; 0 found
(#527) Spaces must be used for alignment; tabs are not allowed
(#527) Tab found within whitespace
(#527) Line indented incorrectly; expected at least 8 spaces, found 7
(#527) Expected 1 space before "=>"; 0 found
(#527) Expected 1 space after "=>"; 0 found
(#528) Spaces must be used for alignment; tabs are not allowed
(#528) Tab found within whitespace
(#528) Line indented incorrectly; expected at least 8 spaces, found 7
(#528) Expected 1 space before "=>"; 0 found
(#528) Expected 1 space after "=>"; 0 found
(#529) Spaces must be used for alignment; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected at least 8 spaces, found 7
(#529) Expected 1 space before "=>"; 0 found
(#529) Expected 1 space after "=>"; 0 found
(#530) Spaces must be used for alignment; tabs are not allowed
(#530) Tab found within whitespace
(#530) Line indented incorrectly; expected at least 8 spaces, found 6
(#531) Spaces must be used for alignment; tabs are not allowed
(#531) Tab found within whitespace
(#531) Inline comments must start with a capital letter, digit or 3-dots sequence
(#531) Inline comments must end in full-stops, exclamation marks, or question marks
(#531) Line indented incorrectly; expected at least 8 spaces, found 6
(#531) No space found before comment text; expected "// videorecorder" but found "//videorecorder"
(#532) Spaces must be used for alignment; tabs are not allowed
(#532) Tab found within whitespace
(#532) Line indented incorrectly; expected at least 8 spaces, found 6
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Line indented incorrectly; expected at least 8 spaces, found 7
(#533) Expected 1 space before "=>"; 0 found
(#534) Spaces must be used for alignment; tabs are not allowed
(#534) Tab found within whitespace
(#534) Line indented incorrectly; expected at least 8 spaces, found 7
(#534) Expected 1 space before "=>"; 0 found
(#534) Expected 1 space after "=>"; 0 found
(#535) Spaces must be used for alignment; tabs are not allowed
(#535) Tab found within whitespace
(#535) Line indented incorrectly; expected at least 8 spaces, found 7
(#535) Expected 1 space before "=>"; 0 found
(#535) Expected 1 space after "=>"; 0 found
(#536) Spaces must be used for alignment; tabs are not allowed
(#536) Tab found within whitespace
(#536) Line indented incorrectly; expected at least 8 spaces, found 7
(#536) Expected 1 space before "=>"; 0 found
(#536) Expected 1 space after "=>"; 0 found
(#537) Spaces must be used for alignment; tabs are not allowed
(#537) Tab found within whitespace
(#537) Line indented incorrectly; expected at least 8 spaces, found 7
(#537) Expected 1 space before "=>"; 0 found
(#537) Expected 1 space after "=>"; 0 found
(#538) Spaces must be used for alignment; tabs are not allowed
(#538) Tab found within whitespace
(#538) Line indented incorrectly; expected at least 8 spaces, found 7
(#538) Expected 1 space before "=>"; 0 found
(#538) Expected 1 space after "=>"; 0 found
(#539) Spaces must be used for alignment; tabs are not allowed
(#539) Tab found within whitespace
(#539) Line indented incorrectly; expected at least 8 spaces, found 7
(#539) Expected 1 space before "=>"; 0 found
(#539) Expected 1 space after "=>"; 0 found
(#540) Spaces must be used for alignment; tabs are not allowed
(#540) Tab found within whitespace
(#540) Line indented incorrectly; expected at least 8 spaces, found 6
(#541) Spaces must be used for alignment; tabs are not allowed
(#541) Tab found within whitespace
(#541) Inline comments must start with a capital letter, digit or 3-dots sequence
(#541) Inline comments must end in full-stops, exclamation marks, or question marks
(#541) Line indented incorrectly; expected at least 8 spaces, found 6
(#541) No space found before comment text; expected "// click counter" but found "//click counter"
(#542) Spaces must be used for alignment; tabs are not allowed
(#542) Tab found within whitespace
(#542) Line indented incorrectly; expected at least 8 spaces, found 6
(#543) Spaces must be used for alignment; tabs are not allowed
(#543) Tab found within whitespace
(#543) Line indented incorrectly; expected at least 8 spaces, found 7
(#543) Expected 1 space before "=>"; 0 found
(#544) Spaces must be used for alignment; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected at least 8 spaces, found 7
(#544) Expected 1 space before "=>"; 0 found
(#544) Expected 1 space after "=>"; 0 found
(#545) Spaces must be used for alignment; tabs are not allowed
(#545) Tab found within whitespace
(#545) Line indented incorrectly; expected at least 8 spaces, found 7
(#545) Expected 1 space before "=>"; 0 found
(#545) Expected 1 space after "=>"; 0 found
(#546) Spaces must be used for alignment; tabs are not allowed
(#546) Tab found within whitespace
(#546) Line indented incorrectly; expected at least 8 spaces, found 7
(#546) Expected 1 space before "=>"; 0 found
(#546) Expected 1 space after "=>"; 0 found
(#547) Spaces must be used for alignment; tabs are not allowed
(#547) Tab found within whitespace
(#547) Line indented incorrectly; expected at least 8 spaces, found 7
(#547) Expected 1 space before "=>"; 0 found
(#547) Expected 1 space after "=>"; 0 found
(#548) Spaces must be used for alignment; tabs are not allowed
(#548) Tab found within whitespace
(#548) Line indented incorrectly; expected at least 8 spaces, found 7
(#548) Expected 1 space before "=>"; 0 found
(#548) Expected 1 space after "=>"; 0 found
(#549) Spaces must be used for alignment; tabs are not allowed
(#549) Tab found within whitespace
(#549) Line indented incorrectly; expected at least 8 spaces, found 7
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#550) Spaces must be used for alignment; tabs are not allowed
(#550) Tab found within whitespace
(#550) Line indented incorrectly; expected at least 8 spaces, found 6
(#551) Spaces must be used for alignment; tabs are not allowed
(#551) Tab found within whitespace
(#551) Inline comments must start with a capital letter, digit or 3-dots sequence
(#551) Inline comments must end in full-stops, exclamation marks, or question marks
(#551) Line indented incorrectly; expected at least 8 spaces, found 6
(#551) No space found before comment text; expected "// sliderocket" but found "//sliderocket"
(#552) Spaces must be used for alignment; tabs are not allowed
(#552) Tab found within whitespace
(#552) Line indented incorrectly; expected at least 8 spaces, found 6
(#553) Spaces must be used for alignment; tabs are not allowed
(#553) Tab found within whitespace
(#553) Line indented incorrectly; expected at least 8 spaces, found 7
(#553) Expected 1 space before "=>"; 0 found
(#554) Spaces must be used for alignment; tabs are not allowed
(#554) Tab found within whitespace
(#554) Line indented incorrectly; expected at least 8 spaces, found 7
(#554) Expected 1 space before "=>"; 0 found
(#554) Expected 1 space after "=>"; 0 found
(#555) Spaces must be used for alignment; tabs are not allowed
(#555) Tab found within whitespace
(#555) Line indented incorrectly; expected at least 8 spaces, found 7
(#555) Expected 1 space before "=>"; 0 found
(#555) Expected 1 space after "=>"; 0 found
(#556) Spaces must be used for alignment; tabs are not allowed
(#556) Tab found within whitespace
(#556) Line indented incorrectly; expected at least 8 spaces, found 7
(#556) Expected 1 space before "=>"; 0 found
(#556) Expected 1 space after "=>"; 0 found
(#557) Spaces must be used for alignment; tabs are not allowed
(#557) Tab found within whitespace
(#557) Line indented incorrectly; expected at least 8 spaces, found 7
(#557) Expected 1 space before "=>"; 0 found
(#557) Expected 1 space after "=>"; 0 found
(#558) Spaces must be used for alignment; tabs are not allowed
(#558) Tab found within whitespace
(#558) Line indented incorrectly; expected at least 8 spaces, found 7
(#558) Expected 1 space before "=>"; 0 found
(#558) Expected 1 space after "=>"; 0 found
(#559) Spaces must be used for alignment; tabs are not allowed
(#559) Tab found within whitespace
(#559) Line indented incorrectly; expected at least 8 spaces, found 7
(#559) Expected 1 space before "=>"; 0 found
(#559) Expected 1 space after "=>"; 0 found
(#560) Spaces must be used for alignment; tabs are not allowed
(#560) Tab found within whitespace
(#560) Line indented incorrectly; expected at least 8 spaces, found 6
(#561) Spaces must be used for alignment; tabs are not allowed
(#561) Tab found within whitespace
(#561) Inline comments must start with a capital letter, digit or 3-dots sequence
(#561) Inline comments must end in full-stops, exclamation marks, or question marks
(#561) Line indented incorrectly; expected at least 8 spaces, found 6
(#561) No space found before comment text; expected "// quizlet" but found "//quizlet"
(#562) Spaces must be used for alignment; tabs are not allowed
(#562) Tab found within whitespace
(#562) Line indented incorrectly; expected at least 8 spaces, found 6
(#563) Spaces must be used for alignment; tabs are not allowed
(#563) Tab found within whitespace
(#563) Line indented incorrectly; expected at least 8 spaces, found 7
(#563) Expected 1 space before "=>"; 0 found
(#564) Spaces must be used for alignment; tabs are not allowed
(#564) Tab found within whitespace
(#564) Line indented incorrectly; expected at least 8 spaces, found 7
(#564) Expected 1 space before "=>"; 0 found
(#564) Expected 1 space after "=>"; 0 found
(#565) Spaces must be used for alignment; tabs are not allowed
(#565) Tab found within whitespace
(#565) Line indented incorrectly; expected at least 8 spaces, found 7
(#565) Expected 1 space before "=>"; 0 found
(#565) Expected 1 space after "=>"; 0 found
(#566) Spaces must be used for alignment; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected at least 8 spaces, found 7
(#566) Expected 1 space before "=>"; 0 found
(#566) Expected 1 space after "=>"; 0 found
(#567) Spaces must be used for alignment; tabs are not allowed
(#567) Tab found within whitespace
(#567) Line indented incorrectly; expected at least 8 spaces, found 7
(#567) Expected 1 space before "=>"; 0 found
(#567) Expected 1 space after "=>"; 0 found
(#568) Spaces must be used for alignment; tabs are not allowed
(#568) Tab found within whitespace
(#568) Line indented incorrectly; expected at least 8 spaces, found 7
(#568) Expected 1 space before "=>"; 0 found
(#568) Expected 1 space after "=>"; 0 found
(#569) Spaces must be used for alignment; tabs are not allowed
(#569) Tab found within whitespace
(#569) Line indented incorrectly; expected at least 8 spaces, found 7
(#569) Expected 1 space before "=>"; 0 found
(#569) Expected 1 space after "=>"; 0 found
(#570) Spaces must be used for alignment; tabs are not allowed
(#570) Tab found within whitespace
(#570) Line indented incorrectly; expected at least 8 spaces, found 6
(#571) Spaces must be used for alignment; tabs are not allowed
(#571) Tab found within whitespace
(#571) Inline comments must start with a capital letter, digit or 3-dots sequence
(#571) Inline comments must end in full-stops, exclamation marks, or question marks
(#571) Line indented incorrectly; expected at least 8 spaces, found 6
(#571) No space found before comment text; expected "// snapshot" but found "//snapshot"
(#572) Spaces must be used for alignment; tabs are not allowed
(#572) Tab found within whitespace
(#572) Line indented incorrectly; expected at least 8 spaces, found 6
(#573) Spaces must be used for alignment; tabs are not allowed
(#573) Tab found within whitespace
(#573) Line indented incorrectly; expected at least 8 spaces, found 7
(#573) Expected 1 space before "=>"; 0 found
(#574) Spaces must be used for alignment; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected at least 8 spaces, found 7
(#574) Expected 1 space before "=>"; 0 found
(#574) Expected 1 space after "=>"; 0 found
(#575) Spaces must be used for alignment; tabs are not allowed
(#575) Tab found within whitespace
(#575) Line indented incorrectly; expected at least 8 spaces, found 7
(#575) Expected 1 space before "=>"; 0 found
(#575) Expected 1 space after "=>"; 0 found
(#576) Spaces must be used for alignment; tabs are not allowed
(#576) Tab found within whitespace
(#576) Line indented incorrectly; expected at least 8 spaces, found 7
(#576) Expected 1 space before "=>"; 0 found
(#576) Expected 1 space after "=>"; 0 found
(#577) Spaces must be used for alignment; tabs are not allowed
(#577) Tab found within whitespace
(#577) Line indented incorrectly; expected at least 8 spaces, found 7
(#577) Expected 1 space before "=>"; 0 found
(#577) Expected 1 space after "=>"; 0 found
(#578) Spaces must be used for alignment; tabs are not allowed
(#578) Tab found within whitespace
(#578) Line indented incorrectly; expected at least 8 spaces, found 7
(#578) Expected 1 space before "=>"; 0 found
(#578) Expected 1 space after "=>"; 0 found
(#579) Spaces must be used for alignment; tabs are not allowed
(#579) Tab found within whitespace
(#579) Line indented incorrectly; expected at least 8 spaces, found 7
(#579) Expected 1 space before "=>"; 0 found
(#579) Expected 1 space after "=>"; 0 found
(#580) Spaces must be used for alignment; tabs are not allowed
(#580) Tab found within whitespace
(#580) Line indented incorrectly; expected at least 8 spaces, found 6
(#581) Spaces must be used for alignment; tabs are not allowed
(#581) Tab found within whitespace
(#581) Inline comments must start with a capital letter, digit or 3-dots sequence
(#581) Inline comments must end in full-stops, exclamation marks, or question marks
(#581) Line indented incorrectly; expected at least 8 spaces, found 6
(#581) No space found before comment text; expected "// flashcards" but found "//flashcards"
(#582) Spaces must be used for alignment; tabs are not allowed
(#582) Tab found within whitespace
(#582) Line indented incorrectly; expected at least 8 spaces, found 6
(#583) Spaces must be used for alignment; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected at least 8 spaces, found 7
(#583) Expected 1 space before "=>"; 0 found
(#584) Spaces must be used for alignment; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected at least 8 spaces, found 7
(#584) Expected 1 space before "=>"; 0 found
(#584) Expected 1 space after "=>"; 0 found
(#585) Spaces must be used for alignment; tabs are not allowed
(#585) Tab found within whitespace
(#585) Line indented incorrectly; expected at least 8 spaces, found 7
(#585) Expected 1 space before "=>"; 0 found
(#585) Expected 1 space after "=>"; 0 found
(#586) Spaces must be used for alignment; tabs are not allowed
(#586) Tab found within whitespace
(#586) Line indented incorrectly; expected at least 8 spaces, found 7
(#586) Expected 1 space before "=>"; 0 found
(#586) Expected 1 space after "=>"; 0 found
(#587) Spaces must be used for alignment; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected at least 8 spaces, found 7
(#587) Expected 1 space before "=>"; 0 found
(#587) Expected 1 space after "=>"; 0 found
(#588) Spaces must be used for alignment; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected at least 8 spaces, found 7
(#588) Expected 1 space before "=>"; 0 found
(#588) Expected 1 space after "=>"; 0 found
(#589) Spaces must be used for alignment; tabs are not allowed
(#589) Tab found within whitespace
(#589) Line indented incorrectly; expected at least 8 spaces, found 7
(#589) Expected 1 space before "=>"; 0 found
(#589) Expected 1 space after "=>"; 0 found
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected at least 8 spaces, found 6
(#591) Spaces must be used for alignment; tabs are not allowed
(#591) Tab found within whitespace
(#591) Whitespace found at end of line
(#592) Spaces must be used for alignment; tabs are not allowed
(#592) Tab found within whitespace
(#592) Line indented incorrectly; expected at least 8 spaces, found 3
(#593) Spaces must be used for alignment; tabs are not allowed
(#593) Tab found within whitespace
(#593) Whitespace found at end of line
(#594) Spaces must be used for alignment; tabs are not allowed
(#594) Tab found within whitespace
(#594) Line indented incorrectly; expected 4 spaces, found 1
(#595) Spaces must be used for alignment; tabs are not allowed
(#595) Tab found within whitespace
(#595) Whitespace found at end of line
(#597) Spaces must be used for alignment; tabs are not allowed
(#597) Tab found within whitespace
(#597) Line indented incorrectly; expected at least 4 spaces, found 3
(#598) Expected 4 space(s) before asterisk; 5 found
(#598) Whitespace found at end of line
(#599) Expected 4 space(s) before asterisk; 5 found
(#600) Expected 4 space(s) before asterisk; 5 found
(#603) Spaces must be used for alignment; tabs are not allowed
(#603) Tab found within whitespace
(#603) Line indented incorrectly; expected 8 spaces, found 2
(#603) Expected "if (...) {\n"; found "if(...){\n"
(#604) Spaces must be used for alignment; tabs are not allowed
(#604) Tab found within whitespace
(#604) Line indented incorrectly; expected at least 12 spaces, found 3
(#605) Spaces must be used for alignment; tabs are not allowed
(#605) Tab found within whitespace
(#605) Line indented incorrectly; expected 8 spaces, found 2
(#605) Expected "} else {\n"; found "}else{\n"
(#606) Spaces must be used for alignment; tabs are not allowed
(#606) Tab found within whitespace
(#606) Line indented incorrectly; expected at least 12 spaces, found 3
(#607) Spaces must be used for alignment; tabs are not allowed
(#607) Tab found within whitespace
(#607) Line indented incorrectly; expected 8 spaces, found 2
(#609) Spaces must be used for alignment; tabs are not allowed
(#609) Tab found within whitespace
(#609) Whitespace found at end of line
(#614) Whitespace found at end of line
(#627) Spaces must be used for alignment; tabs are not allowed
(#627) Tab found within whitespace
(#627) Whitespace found at end of line
(#628) Spaces must be used for alignment; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected 8 spaces, found 2
(#629) Spaces must be used for alignment; tabs are not allowed
(#629) Tab found within whitespace
(#629) Line indented incorrectly; expected 12 spaces, found 3
(#630) Spaces must be used for alignment; tabs are not allowed
(#630) Tab found within whitespace
(#630) Line indented incorrectly; expected 12 spaces, found 3
(#631) Spaces must be used for alignment; tabs are not allowed
(#631) Tab found within whitespace
(#631) Line indented incorrectly; expected at least 16 spaces, found 4
(#631) Expected 1 space before "="; 0 found
(#631) Commas (,) must be followed by white space.
(#631) Commas (,) must be followed by white space.
(#632) Spaces must be used for alignment; tabs are not allowed
(#632) Tab found within whitespace
(#633) Spaces must be used for alignment; tabs are not allowed
(#633) Tab found within whitespace
(#633) Whitespace found at end of line
(#634) Spaces must be used for alignment; tabs are not allowed
(#634) Tab found within whitespace
(#634) Line indented incorrectly; expected 12 spaces, found 3
(#635) Spaces must be used for alignment; tabs are not allowed
(#635) Tab found within whitespace
(#635) Line indented incorrectly; expected 12 spaces, found 3
(#636) Spaces must be used for alignment; tabs are not allowed
(#636) Tab found within whitespace
(#636) Line indented incorrectly; expected at least 16 spaces, found 4
(#637) Spaces must be used for alignment; tabs are not allowed
(#637) Tab found within whitespace
(#638) Spaces must be used for alignment; tabs are not allowed
(#638) Tab found within whitespace
(#638) Whitespace found at end of line
(#639) Spaces must be used for alignment; tabs are not allowed
(#639) Tab found within whitespace
(#639) Line indented incorrectly; expected 12 spaces, found 3
(#640) Spaces must be used for alignment; tabs are not allowed
(#640) Tab found within whitespace
(#640) Line indented incorrectly; expected at least 16 spaces, found 4
(#641) Spaces must be used for alignment; tabs are not allowed
(#641) Tab found within whitespace
(#642) Spaces must be used for alignment; tabs are not allowed
(#642) Tab found within whitespace
(#642) Whitespace found at end of line
(#643) Spaces must be used for alignment; tabs are not allowed
(#643) Tab found within whitespace
(#643) Line indented incorrectly; expected 12 spaces, found 3
(#644) Spaces must be used for alignment; tabs are not allowed
(#644) Tab found within whitespace
(#644) Line indented incorrectly; expected at least 16 spaces, found 4
(#644) Commas (,) must be followed by white space.
(#645) Spaces must be used for alignment; tabs are not allowed
(#645) Tab found within whitespace
(#646) Spaces must be used for alignment; tabs are not allowed
(#646) Tab found within whitespace
(#646) Line indented incorrectly; expected 8 spaces, found 2
(#647) Spaces must be used for alignment; tabs are not allowed
(#647) Tab found within whitespace
(#647) Line indented incorrectly; expected at least 8 spaces, found 2
(#649) Spaces must be used for alignment; tabs are not allowed
(#649) Tab found within whitespace
(#649) Whitespace found at end of line
(#650) Spaces must be used for alignment; tabs are not allowed
(#650) Tab found within whitespace
(#654) Commas (,) must be followed by white space.
(#655) Whitespace found at end of line
(#656) Expected 1 space after "="; 0 found
(#657) Spaces must be used for alignment; tabs are not allowed
(#657) Tab found within whitespace
(#657) Whitespace found at end of line
(#658) Inline comments must start with a capital letter, digit or 3-dots sequence
(#658) Inline comments must end in full-stops, exclamation marks, or question marks
(#658) Line indented incorrectly; expected at least 8 spaces, found 6
(#658) No space found before comment text; expected "// we get necessary info" but found "//we get necessary info"
(#659) Spaces must be used for alignment; tabs are not allowed
(#659) Tab found within whitespace
(#659) Line indented incorrectly; expected at least 8 spaces, found 2
(#659) Spaces must be used for alignment; tabs are not allowed
(#659) Tab found within whitespace
(#659) Whitespace found at end of line
(#660) Line indented incorrectly; expected at least 8 spaces, found 5
(#660) Space found before semicolon; expected "];" but found "] ;"
(#662) Spaces must be used for alignment; tabs are not allowed
(#662) Tab found within whitespace
(#662) Inline comments must end in full-stops, exclamation marks, or question marks
(#662) Line indented incorrectly; expected at least 8 spaces, found 2
(#662) No space found before comment text; expected "// HTML5 Recording and Uploading audio/video" but found "//HTML5 Recording and Uploading audio/video"
(#663) Spaces must be used for alignment; tabs are not allowed
(#663) Tab found within whitespace
(#663) Line indented incorrectly; expected 8 spaces, found 1
(#663) Expected "if (...) {\n"; found "if(...){\n"
(#663) Whitespace found at end of line
(#664) Spaces must be used for alignment; tabs are not allowed
(#664) Tab found within whitespace
(#664) Line indented incorrectly; expected at least 8 spaces, found 2
(#665) Spaces must be used for alignment; tabs are not allowed
(#665) Tab found within whitespace
(#665) Line indented incorrectly; expected at least 8 spaces, found 2
(#666) Spaces must be used for alignment; tabs are not allowed
(#666) Tab found within whitespace
(#666) Line indented incorrectly; expected at least 8 spaces, found 2
(#668) Spaces must be used for alignment; tabs are not allowed
(#668) Tab found within whitespace
(#668) Line indented incorrectly; expected 12 spaces, found 3
(#669) Spaces must be used for alignment; tabs are not allowed
(#669) Tab found within whitespace
(#669) Line indented incorrectly; expected 16 spaces, found 4
(#670) Spaces must be used for alignment; tabs are not allowed
(#670) Tab found within whitespace
(#670) Inline comments must start with a capital letter, digit or 3-dots sequence
(#670) Inline comments must end in full-stops, exclamation marks, or question marks
(#670) Line indented incorrectly; expected at least 20 spaces, found 5
(#670) No space found before comment text; expected "// we load up the file upload HTML5" but found "//we load up the file upload HTML5"
(#671) Spaces must be used for alignment; tabs are not allowed
(#671) Tab found within whitespace
(#671) Line indented incorrectly; expected at least 20 spaces, found 5
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Commas (,) must be followed by white space.
(#671) Line exceeds 132 characters; contains 133 characters
(#672) Spaces must be used for alignment; tabs are not allowed
(#672) Tab found within whitespace
(#673) Spaces must be used for alignment; tabs are not allowed
(#673) Tab found within whitespace
(#673) Whitespace found at end of line
(#674) Spaces must be used for alignment; tabs are not allowed
(#674) Tab found within whitespace
(#674) Line indented incorrectly; expected 16 spaces, found 4
(#675) Spaces must be used for alignment; tabs are not allowed
(#675) Tab found within whitespace
(#675) Line indented incorrectly; expected 16 spaces, found 4
(#676) Spaces must be used for alignment; tabs are not allowed
(#676) Tab found within whitespace
(#676) Inline comments must start with a capital letter, digit or 3-dots sequence
(#676) Inline comments must end in full-stops, exclamation marks, or question marks
(#676) Line indented incorrectly; expected at least 20 spaces, found 5
(#676) No space found before comment text; expected "// we load up the file upload HTML5" but found "//we load up the file upload HTML5"
(#677) Spaces must be used for alignment; tabs are not allowed
(#677) Tab found within whitespace
(#677) Line indented incorrectly; expected at least 20 spaces, found 5
(#677) Commas (,) must be followed by white space.
(#677) Commas (,) must be followed by white space.
(#677) Commas (,) must be followed by white space.
(#677) Line exceeds 132 characters; contains 133 characters
(#678) Spaces must be used for alignment; tabs are not allowed
(#678) Tab found within whitespace
(#679) Spaces must be used for alignment; tabs are not allowed
(#679) Tab found within whitespace
(#679) Whitespace found at end of line
(#680) Spaces must be used for alignment; tabs are not allowed
(#680) Tab found within whitespace
(#680) Line indented incorrectly; expected 12 spaces, found 3
(#681) Spaces must be used for alignment; tabs are not allowed
(#681) Tab found within whitespace
(#681) Line indented incorrectly; expected at least 12 spaces, found 6
(#682) Line indented incorrectly; expected at least 12 spaces, found 6
(#683) Line indented incorrectly; expected at least 12 spaces, found 6
(#684) Line indented incorrectly; expected at least 12 spaces, found 6
(#685) Line indented incorrectly; expected at least 12 spaces, found 6
(#686) Whitespace found at end of line
(#687) Line indented incorrectly; expected at least 12 spaces, found 6
(#687) Whitespace found at end of line
(#688) Line indented incorrectly; expected at least 12 spaces, found 3
(#689) Whitespace found at end of line
(#690) Whitespace found at end of line
(#691) Line indented incorrectly; expected at least 12 spaces, found 9
(#692) Line indented incorrectly; expected at least 12 spaces, found 9
(#693) Line indented incorrectly; expected at least 12 spaces, found 6
(#694) Line indented incorrectly; expected at least 12 spaces, found 6
(#695) Line indented incorrectly; expected at least 12 spaces, found 6
(#696) Spaces must be used for alignment; tabs are not allowed
(#696) Tab found within whitespace
(#696) Whitespace found at end of line
(#696) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#697) Spaces must be used for alignment; tabs are not allowed
(#697) Tab found within whitespace
(#697) Whitespace found at end of line
(#698) Spaces must be used for alignment; tabs are not allowed
(#698) Tab found within whitespace
(#698) Line indented incorrectly; expected at least 12 spaces, found 9
(#699) Closing brace indented incorrectly; expected 1 spaces, found 8
(#700) Spaces must be used for alignment; tabs are not allowed
(#700) Tab found within whitespace
(#700) Whitespace found at end of line
(#701) Spaces must be used for alignment; tabs are not allowed
(#701) Tab found within whitespace
(#701) Inline comments must end in full-stops, exclamation marks, or question marks
(#701) Line indented incorrectly; expected at least 8 spaces, found 2
(#701) No space found before comment text; expected "// HTML5 WIdgets and Uploading Images" but found "//HTML5 WIdgets and Uploading Images"
(#702) Spaces must be used for alignment; tabs are not allowed
(#702) Tab found within whitespace
(#702) Line indented incorrectly; expected 8 spaces, found 2
(#702) Expected "if (...) {\n"; found "if(...){\n"
(#702) Whitespace found at end of line
(#703) Spaces must be used for alignment; tabs are not allowed
(#703) Tab found within whitespace
(#703) Line indented incorrectly; expected at least 8 spaces, found 4
(#704) Spaces must be used for alignment; tabs are not allowed
(#704) Tab found within whitespace
(#704) Line indented incorrectly; expected at least 8 spaces, found 4
(#705) Spaces must be used for alignment; tabs are not allowed
(#705) Tab found within whitespace
(#705) Whitespace found at end of line
(#706) Spaces must be used for alignment; tabs are not allowed
(#706) Tab found within whitespace
(#706) Inline comments must start with a capital letter, digit or 3-dots sequence
(#706) Inline comments must end in full-stops, exclamation marks, or question marks
(#706) Line indented incorrectly; expected at least 12 spaces, found 4
(#706) No space found before comment text; expected "// we load up the file upload HTML5" but found "//we load up the file upload HTML5"
(#707) Spaces must be used for alignment; tabs are not allowed
(#707) Tab found within whitespace
(#707) Line indented incorrectly; expected at least 12 spaces, found 4
(#707) Commas (,) must be followed by white space.
(#707) Commas (,) must be followed by white space.
(#707) Commas (,) must be followed by white space.
(#708) Spaces must be used for alignment; tabs are not allowed
(#708) Tab found within whitespace
(#708) Line indented incorrectly; expected at least 12 spaces, found 4
(#709) Line indented incorrectly; expected at least 12 spaces, found 4
(#710) Line indented incorrectly; expected at least 12 spaces, found 4
(#711) Line indented incorrectly; expected at least 12 spaces, found 4
(#712) Line indented incorrectly; expected at least 12 spaces, found 4
(#713) Whitespace found at end of line
(#714) Line indented incorrectly; expected at least 12 spaces, found 4
(#714) Whitespace found at end of line
(#715) Line indented incorrectly; expected at least 12 spaces, found 4
(#716) Whitespace found at end of line
(#717) Whitespace found at end of line
(#718) Line indented incorrectly; expected at least 12 spaces, found 4
(#719) Line indented incorrectly; expected at least 12 spaces, found 4
(#720) Line indented incorrectly; expected at least 12 spaces, found 4
(#721) Line indented incorrectly; expected at least 12 spaces, found 4
(#722) Line indented incorrectly; expected at least 12 spaces, found 4
(#723) Spaces must be used for alignment; tabs are not allowed
(#723) Tab found within whitespace
(#723) Whitespace found at end of line
(#724) Spaces must be used for alignment; tabs are not allowed
(#724) Tab found within whitespace
(#724) Line indented incorrectly; expected at least 12 spaces, found 4
(#725) Spaces must be used for alignment; tabs are not allowed
(#725) Tab found within whitespace
(#725) Line indented incorrectly; expected 8 spaces, found 2
(#726) Spaces must be used for alignment; tabs are not allowed
(#726) Tab found within whitespace
(#726) Whitespace found at end of line
(#726) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#727) Whitespace found at end of line
(#728) This comment is 48% valid code; is this commented out code?
(#728) Inline comments must start with a capital letter, digit or 3-dots sequence
(#728) Line indented incorrectly; expected at least 8 spaces, found 5
(#728) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#729) Spaces must be used for alignment; tabs are not allowed
(#729) Tab found within whitespace
(#729) This comment is 60% valid code; is this commented out code?
(#729) Line indented incorrectly; expected at least 8 spaces, found 1
(#729) Tab found before comment text; expected "// $draftitemid=0;" but found "// $draftitemid=0;"
(#730) Spaces must be used for alignment; tabs are not allowed
(#730) Tab found within whitespace
(#730) Line indented incorrectly; expected at least 8 spaces, found 1
(#730) Tab found before comment text; expected "// $ret .= '<form name="poodll_repository" action="' . $CFG->wwwroot . '/repository/poodll/recorder.php">';" but found "// $ret .= '<form name="poodll_repository" action="' . $CFG->wwwroot . '/repository/poodll/recorder.php">';"
(#731) Spaces must be used for alignment; tabs are not allowed
(#731) Tab found within whitespace
(#731) Inline comments must end in full-stops, exclamation marks, or question marks
(#731) This comment is 43% valid code; is this commented out code?
(#731) Line indented incorrectly; expected at least 8 spaces, found 1
(#731) Tab found before comment text; expected "// $filename = 'filename' . '_' . $this->options['recording_format'] ;" but found "// $filename = 'filename' . '_' . $this->options['recording_format'] ;"
(#732) Spaces must be used for alignment; tabs are not allowed
(#732) Tab found within whitespace
(#732) Line indented incorrectly; expected 8 spaces, found 2
(#733) Spaces must be used for alignment; tabs are not allowed
(#733) Tab found within whitespace
(#733) Line indented incorrectly; expected 12 spaces, found 3
(#734) Spaces must be used for alignment; tabs are not allowed
(#734) Tab found within whitespace
(#734) Inline comments must start with a capital letter, digit or 3-dots sequence
(#734) Inline comments must end in full-stops, exclamation marks, or question marks
(#734) This comment is 66% valid code; is this commented out code?
(#734) Line indented incorrectly; expected at least 16 spaces, found 4
(#734) No space found before comment text; expected "// $ret .= \filter_poodll\poodlltools::fetchSimpleAudioRecorder('swf','poodllrepository',$USER->id,$filename);" but found "//$ret .= \filter_poodll\poodlltools::fetchSimpleAudioRecorder('swf','poodllrepository',$USER->id,$filename);"
(#735) Spaces must be used for alignment; tabs are not allowed
(#735) Tab found within whitespace
(#735) Line indented incorrectly; expected at least 16 spaces, found 4
(#735) Commas (,) must be followed by white space.
(#735) Commas (,) must be followed by white space.
(#735) Commas (,) must be followed by white space.
(#735) Commas (,) must be followed by white space.
(#735) Commas (,) must be followed by white space.
(#735) Commas (,) must be followed by white space.
(#735) Line exceeds 132 characters; contains 142 characters
(#736) Spaces must be used for alignment; tabs are not allowed
(#736) Tab found within whitespace
(#737) Spaces must be used for alignment; tabs are not allowed
(#737) Tab found within whitespace
(#737) Line indented incorrectly; expected 12 spaces, found 3
(#738) Spaces must be used for alignment; tabs are not allowed
(#738) Tab found within whitespace
(#738) Inline comments must start with a capital letter, digit or 3-dots sequence
(#738) Inline comments must end in full-stops, exclamation marks, or question marks
(#738) This comment is 70% valid code; is this commented out code?
(#738) Line indented incorrectly; expected at least 16 spaces, found 4
(#738) No space found before comment text; expected "// $ret .= \filter_poodll\poodlltools::fetchSimpleVideoRecorder('swf','poodllrepository',$USER->id,$filename,'','298', '340');" but found "//$ret .= \filter_poodll\poodlltools::fetchSimpleVideoRecorder('swf','poodllrepository',$USER->id,$filename,'','298', '340');"
(#739) Spaces must be used for alignment; tabs are not allowed
(#739) Tab found within whitespace
(#739) Line indented incorrectly; expected at least 16 spaces, found 4
(#739) Commas (,) must be followed by white space.
(#739) Commas (,) must be followed by white space.
(#739) Commas (,) must be followed by white space.
(#739) Commas (,) must be followed by white space.
(#739) Line exceeds 132 characters; contains 143 characters
(#740) Spaces must be used for alignment; tabs are not allowed
(#740) Tab found within whitespace
(#741) Spaces must be used for alignment; tabs are not allowed
(#741) Tab found within whitespace
(#741) Line indented incorrectly; expected 12 spaces, found 3
(#742) Spaces must be used for alignment; tabs are not allowed
(#742) Tab found within whitespace
(#742) Inline comments must start with a capital letter, digit or 3-dots sequence
(#742) Line indented incorrectly; expected at least 16 spaces, found 4
(#742) No space found before comment text; expected "// this is the mp3 recorder, by Paul Nichols" but found "//this is the mp3 recorder, by Paul Nichols"
(#743) Spaces must be used for alignment; tabs are not allowed
(#743) Tab found within whitespace
(#743) This comment is 73% valid code; is this commented out code?
(#743) Line indented incorrectly; expected at least 16 spaces, found 4
(#743) No space found before comment text; expected "// $ret = $this->fetchMP3PostRecorder("filename","apic.jpg", '290','340');" but found "//$ret = $this->fetchMP3PostRecorder("filename","apic.jpg", '290','340');"
(#744) Spaces must be used for alignment; tabs are not allowed
(#744) Tab found within whitespace
(#744) Inline comments must end in full-stops, exclamation marks, or question marks
(#744) This comment is 56% valid code; is this commented out code?
(#744) Line indented incorrectly; expected at least 16 spaces, found 4
(#744) No space found before comment text; expected "// $ret = fetchMP3RecorderForRepo("filename");" but found "//$ret = fetchMP3RecorderForRepo("filename");"
(#745) Spaces must be used for alignment; tabs are not allowed
(#745) Tab found within whitespace
(#745) Line indented incorrectly; expected at least 16 spaces, found 4
(#745) Commas (,) must be followed by white space.
(#745) Commas (,) must be followed by white space.
(#745) Commas (,) must be followed by white space.
(#745) Commas (,) must be followed by white space.
(#746) Spaces must be used for alignment; tabs are not allowed
(#746) Tab found within whitespace
(#747) Spaces must be used for alignment; tabs are not allowed
(#747) Tab found within whitespace
(#747) Line indented incorrectly; expected 12 spaces, found 3
(#748) Spaces must be used for alignment; tabs are not allowed
(#748) Tab found within whitespace
(#748) Line indented incorrectly; expected at least 16 spaces, found 4
(#748) Commas (,) must be followed by white space.
(#748) Commas (,) must be followed by white space.
(#748) Commas (,) must be followed by white space.
(#748) Commas (,) must be followed by white space.
(#748) Commas (,) must be followed by white space.
(#748) Commas (,) must be followed by white space.
(#748) Commas (,) must be followed by white space.
(#748) Commas (,) must be followed by white space.
(#748) Line exceeds 132 characters; contains 138 characters
(#749) Spaces must be used for alignment; tabs are not allowed
(#749) Tab found within whitespace
(#750) Spaces must be used for alignment; tabs are not allowed
(#750) Tab found within whitespace
(#750) Whitespace found at end of line
(#751) Spaces must be used for alignment; tabs are not allowed
(#751) Tab found within whitespace
(#751) Line indented incorrectly; expected 12 spaces, found 3
(#752) Spaces must be used for alignment; tabs are not allowed
(#752) Tab found within whitespace
(#752) Line indented incorrectly; expected at least 16 spaces, found 4
(#752) Commas (,) must be followed by white space.
(#752) Commas (,) must be followed by white space.
(#752) Commas (,) must be followed by white space.
(#752) Commas (,) must be followed by white space.
(#752) Commas (,) must be followed by white space.
(#752) Commas (,) must be followed by white space.
(#752) Line exceeds 132 characters; contains 140 characters
(#753) Spaces must be used for alignment; tabs are not allowed
(#753) Tab found within whitespace
(#753) Whitespace found at end of line
(#754) Spaces must be used for alignment; tabs are not allowed
(#754) Tab found within whitespace
(#755) Spaces must be used for alignment; tabs are not allowed
(#755) Tab found within whitespace
(#755) Line indented incorrectly; expected 8 spaces, found 2
(#756) Spaces must be used for alignment; tabs are not allowed
(#756) Tab found within whitespace
(#756) Line indented incorrectly; expected at least 8 spaces, found 2
(#758) Spaces must be used for alignment; tabs are not allowed
(#758) Tab found within whitespace
(#758) Line indented incorrectly; expected 4 spaces, found 1
(#758) Closing brace indented incorrectly; expected 4 spaces, found 1
(#759) Spaces must be used for alignment; tabs are not allowed
(#759) Tab found within whitespace
(#759) Whitespace found at end of line
(#760) Spaces must be used for alignment; tabs are not allowed
(#760) Tab found within whitespace
(#760) Whitespace found at end of line
(#761) Spaces must be used for alignment; tabs are not allowed
(#761) Tab found within whitespace
(#761) Inline comments must start with a capital letter, digit or 3-dots sequence
(#761) Line indented incorrectly; expected at least 4 spaces, found 1
(#761) No space found before comment text; expected "// =====================================================================================" but found "//====================================================================================="
(#762) Spaces must be used for alignment; tabs are not allowed
(#762) Tab found within whitespace
(#762) Line indented incorrectly; expected at least 4 spaces, found 1
(#762) No space found before comment text; expected "// Start of Paul Nichols MP3 Recorder" but found "//Start of Paul Nichols MP3 Recorder"
(#763) Spaces must be used for alignment; tabs are not allowed
(#763) Tab found within whitespace
(#763) Inline comments must end in full-stops, exclamation marks, or question marks
(#763) Line indented incorrectly; expected at least 4 spaces, found 1
(#763) No space found before comment text; expected "// ====================================================================================" but found "//===================================================================================="
(#764) Spaces must be used for alignment; tabs are not allowed
(#764) Tab found within whitespace
(#764) Whitespace found at end of line
(#765) Spaces must be used for alignment; tabs are not allowed
(#765) Tab found within whitespace
(#765) Whitespace found at end of line
(#766) Spaces must be used for alignment; tabs are not allowed
(#766) Tab found within whitespace
(#766) Line indented incorrectly; expected 4 spaces, found 1
(#766) Public method name "repository_poodll::fetchMP3PostRecorder" must be in lower-case letters only
(#766) Commas (,) must be followed by white space.
(#766) Commas (,) must be followed by white space.
(#766) Commas (,) must be followed by white space.
(#766) Expected 1 space after closing parenthesis; found 0
(#767) Spaces must be used for alignment; tabs are not allowed
(#767) Tab found within whitespace
(#767) Line indented incorrectly; expected at least 8 spaces, found 3
(#768) Spaces must be used for alignment; tabs are not allowed
(#768) Tab found within whitespace
(#768) This comment is 58% valid code; is this commented out code?
(#768) Inline comments must start with a capital letter, digit or 3-dots sequence
(#768) Line indented incorrectly; expected at least 8 spaces, found 2
(#769) Inline comments must end in full-stops, exclamation marks, or question marks
(#769) Line indented incorrectly; expected at least 8 spaces, found 7
(#769) No space found before comment text; expected "// initialize our return string" but found "//initialize our return string"
(#770) Spaces must be used for alignment; tabs are not allowed
(#770) Tab found within whitespace
(#770) Line indented incorrectly; expected at least 8 spaces, found 4
(#771) Spaces must be used for alignment; tabs are not allowed
(#771) Tab found within whitespace
(#771) Inline comments must start with a capital letter, digit or 3-dots sequence
(#771) Inline comments must end in full-stops, exclamation marks, or question marks
(#771) This comment is 50% valid code; is this commented out code?
(#771) Line indented incorrectly; expected at least 8 spaces, found 2
(#771) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#772) Whitespace found at end of line
(#773) Spaces must be used for alignment; tabs are not allowed
(#773) Tab found within whitespace
(#773) Inline comments must start with a capital letter, digit or 3-dots sequence
(#773) Line indented incorrectly; expected at least 8 spaces, found 4
(#773) No space found before comment text; expected "// set up params for mp3 recorder" but found "//set up params for mp3 recorder"
(#774) Spaces must be used for alignment; tabs are not allowed
(#774) Tab found within whitespace
(#774) Line indented incorrectly; expected at least 8 spaces, found 4
(#774) Expected 1 space before "="; 0 found
(#774) Expected 1 space after "="; 0 found
(#775) Spaces must be used for alignment; tabs are not allowed
(#775) Tab found within whitespace
(#775) This comment is 56% valid code; is this commented out code?
(#775) Line indented incorrectly; expected at least 8 spaces, found 2
(#775) No space found before comment text; expected "// $callback = urlencode("(function(a, b){d=parent.document;d.g=d.getElementById;fn=d.g('filename');fn.value=a;fd=d.g('upload_filedata');fd.value=b;f=fn;while(f.tagName!='FORM')f=f.parentNode;f.repo_upload_file.type='text';f.repo_upload_file.value='bogus.mp3';while(f.tagName!='DIV')f=f.nextSibling;f.getElementsByTagName('button')[0].click();})");" but found "//$callback = urlencode("(function(a, b){d=parent.document;d.g=d.getElementById;fn=d.g('filename');fn.value=a;fd=d.g('upload_filedata');fd.value=b;f=fn;while(f.tagName!='FORM')f=f.parentNode;f.repo_upload_file.type='text';f.repo_upload_file.value='bogus.mp3';while(f.tagName!='DIV')f=f.nextSibling;f.getElementsByTagName('button')[0].click();})");"
(#776) Spaces must be used for alignment; tabs are not allowed
(#776) Tab found within whitespace
(#776) Inline comments must end in full-stops, exclamation marks, or question marks
(#776) This comment is 60% valid code; is this commented out code?
(#776) Line indented incorrectly; expected at least 8 spaces, found 3
(#777) Spaces must be used for alignment; tabs are not allowed
(#777) Tab found within whitespace
(#777) Line indented incorrectly; expected at least 8 spaces, found 2
(#777) Expected 1 space before "="; 0 found
(#777) Expected 1 space after "="; 0 found
(#777) Commas (,) must be followed by white space.
(#778) Spaces must be used for alignment; tabs are not allowed
(#778) Tab found within whitespace
(#778) Whitespace found at end of line
(#778) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#779) Spaces must be used for alignment; tabs are not allowed
(#779) Tab found within whitespace
(#779) Whitespace found at end of line
(#780) Spaces must be used for alignment; tabs are not allowed
(#780) Tab found within whitespace
(#780) Inline comments must start with a capital letter, digit or 3-dots sequence
(#780) Inline comments must end in full-stops, exclamation marks, or question marks
(#780) Line indented incorrectly; expected at least 8 spaces, found 2
(#780) No space found before comment text; expected "// make our insert string" but found "//make our insert string"
(#793) Line exceeds maximum limit of 180 characters; contains 207 characters
(#801) Spaces must be used for alignment; tabs are not allowed
(#801) Tab found within whitespace
(#801) Whitespace found at end of line
(#802) Spaces must be used for alignment; tabs are not allowed
(#802) Tab found within whitespace
(#802) Inline comments must start with a capital letter, digit or 3-dots sequence
(#802) Inline comments must end in full-stops, exclamation marks, or question marks
(#802) Line indented incorrectly; expected at least 8 spaces, found 3
(#802) No space found before comment text; expected "// return the recorder string" but found "//return the recorder string"
(#803) Spaces must be used for alignment; tabs are not allowed
(#803) Tab found within whitespace
(#803) Line indented incorrectly; expected at least 8 spaces, found 3
(#804) Spaces must be used for alignment; tabs are not allowed
(#804) Tab found within whitespace
(#804) Whitespace found at end of line
(#805) Spaces must be used for alignment; tabs are not allowed
(#805) Tab found within whitespace
(#805) Line indented incorrectly; expected 4 spaces, found 1
(#806) Spaces must be used for alignment; tabs are not allowed
(#806) Tab found within whitespace
(#806) Whitespace found at end of line
(#808) Spaces must be used for alignment; tabs are not allowed
(#808) Tab found within whitespace
(#808) Whitespace found at end of line
(#809) Spaces must be used for alignment; tabs are not allowed
(#809) Tab found within whitespace
(#809) Inline comments must start with a capital letter, digit or 3-dots sequence
(#809) Line indented incorrectly; expected at least 4 spaces, found 1
(#809) No space found before comment text; expected "// =====================================================================================" but found "//====================================================================================="
(#810) Spaces must be used for alignment; tabs are not allowed
(#810) Tab found within whitespace
(#810) Line indented incorrectly; expected at least 4 spaces, found 1
(#810) No space found before comment text; expected "// End of Paul Nichols MP3 Recorder" but found "//End of Paul Nichols MP3 Recorder"
(#811) Spaces must be used for alignment; tabs are not allowed
(#811) Tab found within whitespace
(#811) Inline comments must end in full-stops, exclamation marks, or question marks
(#811) Line indented incorrectly; expected at least 4 spaces, found 1
(#811) No space found before comment text; expected "// ====================================================================================" but found "//===================================================================================="
(#812) Spaces must be used for alignment; tabs are not allowed
(#812) Tab found within whitespace
(#812) Whitespace found at end of line
repository/poodll/recorder.php
(#2) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#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.".
(#3) 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/>.".
(#6) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6) No space found before comment text; expected "// this doesnt seem to work here. So had to put an echo "...embed-comressed.jpg" code below" but found "//this doesnt seem to work here. So had to put an echo "...embed-comressed.jpg" code below"
(#7) Inline comments must end in full-stops, exclamation marks, or question marks
(#7) No space found before comment text; expected "// $PAGE->requires->js(new moodle_url($CFG->httpswwwroot . '/filter/poodll/flash/embed-compressed.js'),true);" but found "//$PAGE->requires->js(new moodle_url($CFG->httpswwwroot . '/filter/poodll/flash/embed-compressed.js'),true);"
(#9) Inline comments must start with a capital letter, digit or 3-dots sequence
(#11) Variable "repo_id" must not contain underscores.
(#12) Inline comments must end in full-stops, exclamation marks, or question marks
(#14) Inline comments must start with a capital letter, digit or 3-dots sequence
(#14) Inline comments must end in full-stops, exclamation marks, or question marks
(#14) Whitespace found at end of line
(#15) Variable "repo_id" must not contain underscores.
(#16) Expected "if (...) {\n"; found "if(...) {\n"
(#20) 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 "// $PAGE->set_generaltype('popup');" but found "//$PAGE->set_generaltype('popup');"
(#23) Inline comments must start with a capital letter, digit or 3-dots sequence
(#23) No space found before comment text; expected "// we meed to do something like this to get a progress bar in the repo for html5" but found "//we meed to do something like this to get a progress bar in the repo for html5"
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) No space found before comment text; expected "// $PAGE->requires->css(new moodle_url($CFG->httpswwwroot . '/filter/poodll/styles.css'));" but found "//$PAGE->requires->css(new moodle_url($CFG->httpswwwroot . '/filter/poodll/styles.css'));"
(#30) Variable "repo_id" must not contain underscores.
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#33) Expected "if (...) {\n"; found "if(...) {\n"
(#33) Expected 1 space before "=="; 0 found
(#33) Expected 1 space after "=="; 0 found
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#35) Expected "} else {\n"; found "}else{\n"
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 4 spaces, found 1
(#36) Space found before semicolon; expected "$filename;" but found "$filename ;"
repository/poodll/uploadHandler.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.".
(#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,".
(#5) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#6) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#6) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#6) Line 12 of the opening comment must start "//".
(#6) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#6) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Whitespace found at end of line
(#10) Inline comments must start with a capital letter, digit or 3-dots sequence
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
(#10) No space found before comment text; expected "// if receiving a file of raw data, write it to temp, ie from poodll snapshot" but found "//if receiving a file of raw data, write it to temp, ie from poodll snapshot"
(#11) Expected "if (...) {\n"; found "if(...) {\n"
(#11) Variable "GLOBALS" must be all lower-case
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Inline comments must start with a capital letter, digit or 3-dots sequence
(#12) Inline comments must end in full-stops, exclamation marks, or question marks
(#12) Line indented incorrectly; expected at least 4 spaces, found 1
(#12) No space found before comment text; expected "// make sure we are logged in" but found "//make sure we are logged in"
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected at least 4 spaces, found 1
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Inline comments must start with a capital letter, digit or 3-dots sequence
(#14) Inline comments must end in full-stops, exclamation marks, or question marks
(#14) Line indented incorrectly; expected at least 4 spaces, found 1
(#14) No space found before comment text; expected "// make a filename randomly" but found "//make a filename randomly"
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 4 spaces, found 1
(#15) Commas (,) must be followed by white space.
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Whitespace found at end of line
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Inline comments must start with a capital letter, digit or 3-dots sequence
(#17) Line indented incorrectly; expected at least 4 spaces, found 1
(#17) No space found before comment text; expected "// open a stream on the posted data," but found "//open a stream on the posted data,"
(#17) Whitespace found at end of line
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
(#18) Line indented incorrectly; expected at least 4 spaces, found 1
(#18) No space found before comment text; expected "// this is better than $GLOBALS["HTTP_RAW_POST_DATA"], php.ini settings dont affect" but found "//this is better than $GLOBALS["HTTP_RAW_POST_DATA"], php.ini settings dont affect"
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 4 spaces, found 1
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 4 spaces, found 1
(#20) Commas (,) must be followed by white space.
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Whitespace found at end of line
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Inline comments must start with a capital letter, digit or 3-dots sequence
(#22) Line indented incorrectly; expected at least 4 spaces, found 1
(#22) No space found before comment text; expected "// we should really check the filesize here but I don't know how" but found "//we should really check the filesize here but I don't know how"
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) Line indented incorrectly; expected at least 4 spaces, found 1
(#23) No space found before comment text; expected "// HERE: check file size" but found "//HERE: check file size"
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Whitespace found at end of line
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Whitespace found at end of line
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Inline comments must start with a capital letter, digit or 3-dots sequence
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) Line indented incorrectly; expected at least 4 spaces, found 1
(#26) No space found before comment text; expected "// tell our widget what the filename we made up is" but found "//tell our widget what the filename we made up is"
(#26) Whitespace found at end of line
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 4 spaces, found 1
(#27) Whitespace found at end of line
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Line indented incorrectly; expected at least 4 spaces, found 0
(#29) No space found before comment text; expected "// if receiveing a file with a name, eg from mp3recorder" but found "//if receiveing a file with a name, eg from mp3recorder"
(#30) Usage of ELSEIF not allowed; use ELSE IF instead
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Whitespace found at end of line
(#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
(#32) No space found before comment text; expected "// make sure the user is logged in" but found "//make sure the user is logged in"
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) 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) Whitespace found at end of line
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Line indented incorrectly; expected at least 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 4 spaces, found 1
(#36) Variable "user_context" must not contain underscores.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 4 spaces, found 1
(#37) Variable "user_context" must not contain underscores.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#38) Expected 1 space before "!=="; 0 found
(#38) Expected 1 space after "!=="; 0 found
(#40) Closing brace indented incorrectly; expected 1 spaces, found 4
(#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 4 spaces, found 1
(#42) No space found before comment text; expected "// make sure the filename is clean, and then make the savepath" but found "//make sure the filename is clean, and then make the savepath"
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 2
(#45) Line indented incorrectly; expected 8 spaces, found 16
(#47) Line indented incorrectly; expected 8 spaces, found 16
(#48) Closing brace indented incorrectly; expected 2 spaces, found 4
(#50) Expected "if (...) {\n"; found "if(...){\n"
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 5
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Whitespace found at end of line
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 4 spaces, found 1
(#54) No space found before comment text; expected "// make savepath" but found "//make savepath"
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 4 spaces, found 1
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Whitespace found at end of line
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Line indented incorrectly; expected at least 4 spaces, found 1
(#57) No space found before comment text; expected "// write out the file" but found "//write out the file"
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 4 spaces, found 1
(#58) Commas (,) must be followed by white space.
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Whitespace found at end of line
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) No space found before comment text; expected "// this for PoodLL recorder" but found "//this for PoodLL recorder"
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 4 spaces, found 1
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 4 spaces, found 1
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Whitespace found at end of line
(#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) Line indented incorrectly; expected at least 4 spaces, found 1
(#64) No space found before comment text; expected "// this for paul nichols recorder" but found "//this for paul nichols recorder"
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 4 spaces, found 1
(#65) No space found before comment text; expected "// this next is so hacky, I feel like having a shower .. if only it wasn't open source .." but found "//this next is so hacky, I feel like having a shower .. if only it wasn't open source .."
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#66) No space found before comment text; expected "// basically we cant control the recorder behaviour well enough to behave like the other PoodLL widgets" but found "//basically we cant control the recorder behaviour well enough to behave like the other PoodLL widgets"
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) No space found before comment text; expected "// unlike the ajax like uploads of poodll recorders, the mp3recorder forwards page on to the POST page," but found "//unlike the ajax like uploads of poodll recorders, the mp3recorder forwards page on to the POST page,"
(#67) Whitespace found at end of line
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 4 spaces, found 1
(#68) No space found before comment text; expected "// so we need to return something or the screen will be blank" but found "//so we need to return something or the screen will be blank"
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Line indented incorrectly; expected at least 4 spaces, found 1
(#69) No space found before comment text; expected "// we just return a page containing javascript that pushes the next button in the parent frame" but found "//we just return a page containing javascript that pushes the next button in the parent frame"
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 4 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#83) Spaces must be used to indent lines; tabs are not allowed
(#84) Spaces must be used to indent lines; tabs are not allowed
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Line indented incorrectly; expected 4 spaces, found 2
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Line indented incorrectly; expected at least 4 spaces, found 0
(#87) No space found before comment text; expected "// if not receiveing a file, but being asked to return a previously received file, ie by moodle" but found "//if not receiveing a file, but being asked to return a previously received file, ie by moodle"
(#88) Line indented incorrectly; expected at least 4 spaces, found 0
(#88) No space found before comment text; expected "// This url of this script is passed to repo, which then uses it as the download url" but found "//This url of this script is passed to repo, which then uses it as the download url"
(#89) Line indented incorrectly; expected at least 4 spaces, found 0
(#89) No space found before comment text; expected "// this way we leave all the saving and file system to standard repo behaviour" but found "//this way we leave all the saving and file system to standard repo behaviour"
(#90) Line indented incorrectly; expected at least 4 spaces, found 0
(#90) No space found before comment text; expected "// if server can't resolve it own DNS it will fail, that should never happen ... right?" but found "//if server can't resolve it own DNS it will fail, that should never happen ... right?"
(#91) Expected "} else {\n"; found "}else{\n"
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Whitespace found at end of line
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Whitespace found at end of line
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 4 spaces, found 1
(#94) Variable "fullPath" must be all lower-case
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 4 spaces, found 1
(#95) Variable "fullPath" must be all lower-case
(#96) Line indented incorrectly; expected at least 8 spaces, found 4
(#96) Variable "fullPath" must be all lower-case
(#97) Line indented incorrectly; expected at least 8 spaces, found 4
(#97) Variable "path_parts" must not contain underscores.
(#97) Variable "fullPath" must be all lower-case
(#98) Line indented incorrectly; expected at least 8 spaces, found 4
(#98) Variable "path_parts" must not contain underscores.
(#99) Line indented incorrectly; expected 8 spaces, found 4
(#100) Line indented incorrectly; expected 12 spaces, found 8
(#101) Line indented incorrectly; expected at least 16 spaces, found 8
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Line indented incorrectly; expected at least 16 spaces, found 8
(#102) Variable "path_parts" must not contain underscores.
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Whitespace found at end of line
(#105) Line indented incorrectly; expected 12 spaces, found 8
(#106) Line indented incorrectly; expected at least 16 spaces, found 8
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) Line indented incorrectly; expected at least 16 spaces, found 8
(#107) Variable "path_parts" must not contain underscores.
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Whitespace found at end of line
(#110) Line indented incorrectly; expected 12 spaces, found 8
(#111) Line indented incorrectly; expected at least 16 spaces, found 8
(#112) Line indented incorrectly; expected at least 16 spaces, found 8
(#112) Variable "path_parts" must not contain underscores.
(#113) Line indented incorrectly; expected 8 spaces, found 4
(#114) Line indented incorrectly; expected at least 8 spaces, found 4
(#115) Line indented incorrectly; expected at least 8 spaces, found 4
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) No space found before comment text; expected "// use this to open files directly" but found "//use this to open files directly"
(#116) Line indented incorrectly; expected 8 spaces, found 4
(#116) Expected "while (...) {\n"; found "while(...) {\n"
(#117) Line indented incorrectly; expected at least 12 spaces, found 8
(#118) Line indented incorrectly; expected at least 12 spaces, found 8
(#119) Line indented incorrectly; expected 8 spaces, found 4
(#120) Line indented incorrectly; expected 4 spaces, found 0
(#120) Closing brace indented incorrectly; expected 1 spaces, found 0
(#121) Line indented incorrectly; expected at least 4 spaces, found 0
(#122) Line indented incorrectly; expected at least 4 spaces, found 0
(#125) A closing tag is not permitted at the end of a PHP file
repository/poodll/version.php
(#31) Whitespace found at end of line

Javascript coding style problems

(0 errors, 0 warnings)

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


CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(33 errors, 3 warnings)

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

repository/poodll/betterrecorder.php
(#2) File-level phpdocs block is not found
repository/poodll/db/access.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
repository/poodll/lang/en/repository_poodll.php
(#2) Empty line found after PHP open tag
(#2) File-level phpdocs block is not found
repository/poodll/lib.php
(#2) Empty line found after PHP open tag
(#13) Class repository_poodll is not documented
(#30) Function repository_poodll::__construct is not documented
(#37) Function repository_poodll::get_instance_option_names is not documented
(#43) Function repository_poodll::instance_config_form is not documented
(#76) Function repository_poodll::print_login is not documented
(#152) Function repository_poodll::check_login is not documented
(#164) Function repository_poodll::get_listing is not documented
(#175) Function repository_poodll::search is not documented
(#653) Function repository_poodll::fetch_recorder is not documented
(#766) Function repository_poodll::fetchMP3PostRecorder is not documented
(#17) Constant repository_poodll::POODLLAUDIO is not documented
(#18) Constant repository_poodll::POODLLVIDEO is not documented
(#19) Constant repository_poodll::POODLLSNAPSHOT is not documented
(#20) Constant repository_poodll::MP3AUDIO is not documented
(#21) Constant repository_poodll::POODLLWIDGET is not documented
(#22) Constant repository_poodll::POODLLWHITEBOARD is not documented
(#169) Found comment starting with three or more slashes
(#3) No one-line description found in phpdocs for file
(#597) There is no description in phpdocs for function supported_returntypes
(#190) Phpdocs for function repository_poodll::fetch_filelist has incomplete parameters list
(#3) File-level phpdocs block does not have @copyright tag
(#160) Invalid inline phpdocs tag @param found
(#161) Invalid inline phpdocs tag @param found
(#162) Invalid inline phpdocs tag @return found
(#171) Invalid inline phpdocs tag @param found
(#172) Invalid inline phpdocs tag @return found
(#13) Package is not specified for class repository_poodll. It is also not specified in file-level phpdocs
repository/poodll/recorder.php
(#2) File-level phpdocs block is not found
repository/poodll/uploadHandler.php
(#2) File-level phpdocs block is not found
repository/poodll/version.php
(#20) Package repository is not valid

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(0 errors, 0 warnings)

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


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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