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

(755 errors, 188 warnings)

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

course/format/menutopic/backup/moodle2/backup_format_menutopic_plugin.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
course/format/menutopic/backup/moodle2/restore_format_menutopic_plugin.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#45) Whitespace found at end of line
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Expected 1 space before "=>"; 0 found
(#58) Expected 1 space after "=>"; 0 found
(#68) Whitespace found at end of line
course/format/menutopic/config.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Inline comments must end in full-stops, exclamation marks, or question marks
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#9) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#9) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#9) Line 12 of the opening comment must start "//".
(#9) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#9) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Blank comments are not allowed
course/format/menutopic/db/upgrade.php
(#2) The opening <?php tag must be followed by exactly one newline.
course/format/menutopic/form_config.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#31) Visibility must be declared on method "definition"
(#32) Variable "format_data" must not contain underscores.
(#44) Line exceeds 132 characters; contains 176 characters
(#45) Variable "config_saved" must not contain underscores.
(#47) Variable "config_saved" must not contain underscores.
(#48) Variable "config_saved" must not contain underscores.
(#51) Expected "if (...) {\n"; found "if (...) { "
(#51) Variable "config_saved" must not contain underscores.
(#51) Variable "config_saved" must not contain underscores.
(#51) Closing brace must be on a line by itself
(#53) Expected "if (...) {\n"; found "if (...) { "
(#53) Variable "config_saved" must not contain underscores.
(#53) Variable "config_saved" must not contain underscores.
(#53) Closing brace must be on a line by itself
(#55) Expected "if (...) {\n"; found "if (...) { "
(#55) Variable "config_saved" must not contain underscores.
(#55) Variable "config_saved" must not contain underscores.
(#55) Closing brace must be on a line by itself
(#57) Expected "if (...) {\n"; found "if (...) { "
(#57) Variable "config_saved" must not contain underscores.
(#57) Variable "config_saved" must not contain underscores.
(#57) Closing brace must be on a line by itself
(#59) Expected "if (...) {\n"; found "if (...) { "
(#59) Variable "config_saved" must not contain underscores.
(#59) Variable "config_saved" must not contain underscores.
(#59) Closing brace must be on a line by itself
(#61) Expected "if (...) {\n"; found "if (...) { "
(#61) Variable "config_saved" must not contain underscores.
(#61) Variable "config_saved" must not contain underscores.
(#61) Closing brace must be on a line by itself
(#63) Expected "if (...) {\n"; found "if (...) { "
(#63) Variable "config_saved" must not contain underscores.
(#63) Variable "config_saved" must not contain underscores.
(#63) Closing brace must be on a line by itself
(#65) Expected "if (...) {\n"; found "if (...) { "
(#65) Variable "config_saved" must not contain underscores.
(#65) Variable "config_saved" must not contain underscores.
(#65) Closing brace must be on a line by itself
(#70) Commas (,) must be followed by white space.
(#104) Commas (,) must be followed by white space.
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Variable "display_form" must not contain underscores.
(#135) Expected 1 space after "=>"; 0 found
(#135) Variable "format_data" must not contain underscores.
(#135) Expected 1 space before "=>"; 0 found
(#135) Expected 1 space after "=>"; 0 found
(#137) Expected "if (...) {\n"; found "if (...){\n"
(#137) Variable "display_form" must not contain underscores.
(#138) Variable "course_cancel_link" must not contain underscores.
(#139) Variable "display_form" must not contain underscores.
(#142) Variable "format_data" must not contain underscores.
(#144) Expected "if (...) {\n"; found "if (...){\n"
(#144) Variable "format_data" must not contain underscores.
(#147) Expected "} else {\n"; found "}\n else {\n"
(#152) Variable "display_form" must not contain underscores.
course/format/menutopic/form_csstemplate.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Visibility must be declared on method "definition"
(#47) Commas (,) must be followed by white space.
(#50) Commas (,) must be followed by white space.
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Variable "display_form" must not contain underscores.
(#71) Expected 1 space after "=>"; 0 found
(#71) Variable "format_data" must not contain underscores.
(#71) Expected 1 space before "=>"; 0 found
(#71) Expected 1 space after "=>"; 0 found
(#73) Expected "if (...) {\n"; found "if (...){\n"
(#73) Variable "display_form" must not contain underscores.
(#74) Variable "course_cancel_link" must not contain underscores.
(#75) Variable "display_form" must not contain underscores.
(#77) Variable "format_data" must not contain underscores.
(#79) Expected "if (...) {\n"; found "if (...){\n"
(#79) Variable "format_data" must not contain underscores.
(#86) Variable "display_form" must not contain underscores.
course/format/menutopic/form_jstemplate.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#39) Visibility must be declared on method "definition"
(#50) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Variable "display_form" must not contain underscores.
(#74) Expected 1 space after "=>"; 0 found
(#74) Variable "format_data" must not contain underscores.
(#74) Expected 1 space before "=>"; 0 found
(#74) Expected 1 space after "=>"; 0 found
(#76) Expected "if (...) {\n"; found "if (...){\n"
(#76) Variable "display_form" must not contain underscores.
(#77) Variable "course_cancel_link" must not contain underscores.
(#78) Variable "display_form" must not contain underscores.
(#80) Variable "format_data" must not contain underscores.
(#82) Expected "if (...) {\n"; found "if (...){\n"
(#82) Variable "format_data" must not contain underscores.
(#89) Variable "display_form" must not contain underscores.
course/format/menutopic/form_tree.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#39) Visibility must be declared on method "definition"
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#55) Line exceeds 132 characters; contains 172 characters
(#58) Expected "} else {\n"; found "}\n else {\n"
(#60) Expected "for (...) {\n"; found "for (...){\n"
(#74) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#81) Expected 1 space before "=>"; 0 found
(#81) Expected 1 space after "=>"; 0 found
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Variable "display_form" must not contain underscores.
(#102) Expected 1 space after "=>"; 0 found
(#102) Variable "format_data" must not contain underscores.
(#102) Expected 1 space before "=>"; 0 found
(#102) Expected 1 space after "=>"; 0 found
(#104) Expected "if (...) {\n"; found "if (...){\n"
(#104) Variable "display_form" must not contain underscores.
(#105) Variable "course_cancel_link" must not contain underscores.
(#107) Expected "} else if (...) {\n"; found "}\nelse if (...) {\n"
(#107) Variable "display_form" must not contain underscores.
(#108) Variable "format_data" must not contain underscores.
(#110) Expected "if (...) {\n"; found "if (...){\n"
(#110) Variable "format_data" must not contain underscores.
(#113) Expected "} else {\n"; found "}\n else {\n"
(#119) Variable "display_form" must not contain underscores.
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#164) Line exceeds maximum limit of 180 characters; contains 310 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#165) Line exceeds maximum limit of 180 characters; contains 315 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#166) Line exceeds maximum limit of 180 characters; contains 300 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#167) Line exceeds maximum limit of 180 characters; contains 310 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#168) Line exceeds maximum limit of 180 characters; contains 410 characters
(#181) Line indented incorrectly; expected 24 spaces, found 28
(#183) Line indented incorrectly; expected 24 spaces, found 28
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Line exceeds 132 characters; contains 133 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#204) Line exceeds 132 characters; contains 153 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 167 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
(#206) Line exceeds 132 characters; contains 163 characters
course/format/menutopic/format.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#44) Expected 1 space after ">="; 0 found
(#61) Whitespace found at end of line
(#62) Expected "} else {\n"; found "} \nelse {\n"
(#74) Expected "} else {\n"; found "}\nelse {\n"
course/format/menutopic/lang/en/format_menutopic.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) No space found before comment text; expected "// ToDo: Hacer las ayudas como cadenas de texto" but found "//ToDo: Hacer las ayudas como cadenas de texto"
(#97) Whitespace found at end of line within string
(#100) Whitespace found at end of line within string
(#101) Whitespace found at end of line within string
(#102) Whitespace found at end of line within string
(#103) Whitespace found at end of line within string
(#104) Whitespace found at end of line within string
(#105) Whitespace found at end of line within string
(#108) Whitespace found at end of line within string
(#109) Whitespace found at end of line within string
(#110) Whitespace found at end of line within string
(#115) Whitespace found at end of line within string
(#122) Whitespace found at end of line within string
(#123) Whitespace found at end of line within string
(#124) Whitespace found at end of line within string
(#125) Whitespace found at end of line within string
(#126) Whitespace found at end of line within string
(#127) Whitespace found at end of line within string
(#128) Whitespace found at end of line within string
(#129) Whitespace found at end of line within string
(#130) Whitespace found at end of line within string
(#131) Whitespace found at end of line within string
(#134) Whitespace found at end of line within string
(#135) Whitespace found at end of line within string
(#136) Whitespace found at end of line within string
(#137) Whitespace found at end of line within string
(#138) Whitespace found at end of line within string
(#139) Whitespace found at end of line within string
(#142) Whitespace found at end of line within string
(#143) Whitespace found at end of line within string
(#144) Whitespace found at end of line within string
(#145) Whitespace found at end of line within string
(#146) Whitespace found at end of line within string
(#147) Whitespace found at end of line within string
(#148) Whitespace found at end of line within string
(#149) Whitespace found at end of line within string
(#150) Whitespace found at end of line within string
(#151) Whitespace found at end of line within string
(#152) Whitespace found at end of line within string
(#153) Whitespace found at end of line within string
(#154) Whitespace found at end of line within string
(#155) Whitespace found at end of line within string
(#156) Whitespace found at end of line within string
(#157) Whitespace found at end of line within string
(#158) Whitespace found at end of line within string
(#159) Whitespace found at end of line within string
course/format/menutopic/lang/es/format_menutopic.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) No space found before comment text; expected "// ToDo: Hacer las ayudas como cadenas de texto" but found "//ToDo: Hacer las ayudas como cadenas de texto"
(#97) Whitespace found at end of line within string
(#98) Whitespace found at end of line within string
(#99) Whitespace found at end of line within string
(#100) Whitespace found at end of line within string
(#101) Whitespace found at end of line within string
(#104) Whitespace found at end of line within string
(#106) Whitespace found at end of line within string
(#107) Whitespace found at end of line within string
(#108) Whitespace found at end of line within string
(#109) Whitespace found at end of line within string
(#110) Whitespace found at end of line within string
(#111) Whitespace found at end of line within string
(#113) Whitespace found at end of line within string
(#116) Whitespace found at end of line within string
(#122) Whitespace found at end of line within string
(#123) Whitespace found at end of line within string
(#124) Whitespace found at end of line within string
(#125) Whitespace found at end of line within string
(#126) Whitespace found at end of line within string
(#127) Whitespace found at end of line within string
(#128) Whitespace found at end of line within string
(#129) Whitespace found at end of line within string
(#130) Whitespace found at end of line within string
(#131) Whitespace found at end of line within string
(#134) Whitespace found at end of line within string
(#135) Whitespace found at end of line within string
(#136) Whitespace found at end of line within string
(#137) Whitespace found at end of line within string
(#138) Whitespace found at end of line within string
(#139) Whitespace found at end of line within string
(#140) Whitespace found at end of line within string
(#141) Whitespace found at end of line within string
(#144) Whitespace found at end of line within string
(#145) Whitespace found at end of line within string
(#146) Whitespace found at end of line within string
(#147) Whitespace found at end of line within string
(#148) Whitespace found at end of line within string
(#149) Whitespace found at end of line within string
(#150) Whitespace found at end of line within string
(#151) Whitespace found at end of line within string
(#152) Whitespace found at end of line within string
(#153) Whitespace found at end of line within string
(#154) Whitespace found at end of line within string
(#155) Whitespace found at end of line within string
(#156) Whitespace found at end of line within string
(#157) Whitespace found at end of line within string
(#158) Whitespace found at end of line within string
(#159) Whitespace found at end of line within string
(#160) Whitespace found at end of line within string
(#161) Whitespace found at end of line within string
course/format/menutopic/lib.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#149) Visibility must be declared on method "ajax_section_move"
(#275) Expected 1 space before "+"; 0 found
(#275) Expected 1 space after "+"; 0 found
(#306) This comment is 43% valid code; is this commented out code?
(#308) Whitespace found at end of line within string
(#362) Inline comments must end in full-stops, exclamation marks, or question marks
(#362) No space found before comment text; expected "// Change text for alternative text" but found "//Change text for alternative text"
(#363) Variable "new_replace" must not contain underscores.
(#365) Inline comments must start with a capital letter, digit or 3-dots sequence
(#365) Inline comments must end in full-stops, exclamation marks, or question marks
(#365) No space found before comment text; expected "// posible html tags position" but found "//posible html tags position"
(#381) Variable "new_replace" must not contain underscores.
(#383) Expected "} else {\n"; found "}\n else {\n"
(#384) Inline comments must end in full-stops, exclamation marks, or question marks
(#384) No space found before comment text; expected "// Change tag for resource or mod name" but found "//Change tag for resource or mod name"
(#385) Variable "new_replace" must not contain underscores.
(#386) Variable "new_replace" must not contain underscores.
(#392) Closing brace must be on a line by itself
course/format/menutopic/menu.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#57) Variable "with_styles" must not contain underscores.
(#61) Expected "if (...) {\n"; found "if (...){\n"
(#67) Expected "if (...) {\n"; found "if (...){\n"
(#68) Expected 1 space before "=>"; 0 found
(#68) Expected 1 space after "=>"; 0 found
(#72) Variable "with_styles" must not contain underscores.
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Variable "topic_number" must not contain underscores.
(#111) Variable "topic_number" must not contain underscores.
(#118) Line exceeds 132 characters; contains 162 characters
(#121) Expected 1 space before "=>"; 0 found
(#121) Expected 1 space after "=>"; 0 found
(#121) Expected 1 space before "=>"; 0 found
(#121) Expected 1 space after "=>"; 0 found
(#121) Line exceeds 132 characters; contains 137 characters
(#136) Variable "li_properties" must not contain underscores.
(#136) Expected 1 space before "=>"; 0 found
(#136) Expected 1 space after "=>"; 0 found
(#138) Variable "topic_number" must not contain underscores.
(#139) Variable "li_properties" must not contain underscores.
(#143) Variable "li_properties" must not contain underscores.
(#146) Variable "li_properties" must not contain underscores.
(#148) Variable "link_properties" must not contain underscores.
(#148) Expected 1 space before "=>"; 0 found
(#148) Expected 1 space after "=>"; 0 found
(#151) Variable "link_properties" must not contain underscores.
(#154) Variable "link_properties" must not contain underscores.
(#155) Expected 1 space before "=>"; 0 found
(#155) Expected 1 space after "=>"; 0 found
(#163) Variable "link_properties" must not contain underscores.
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#164) Variable "li_properties" must not contain underscores.
(#164) Expected 1 space before "=>"; 0 found
(#164) Expected 1 space after "=>"; 0 found
(#167) Variable "link_properties" must not contain underscores.
(#170) Variable "topic_number" must not contain underscores.
(#171) Variable "li_properties" must not contain underscores.
(#175) Variable "li_properties" must not contain underscores.
(#179) Variable "li_properties" must not contain underscores.
(#180) Variable "link_properties" must not contain underscores.
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Variable "with_styles" must not contain underscores.
(#193) Variable "print_for_menu" must not contain underscores.
(#193) Variable "with_styles" must not contain underscores.
(#195) Variable "print_for_menu" must not contain underscores.
course/format/menutopic/renderer.php
(#82) Line exceeds 132 characters; contains 163 characters
(#128) Variable "current_exists" must not contain underscores.
(#130) Variable "ids_topics" must not contain underscores.
(#133) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#133) Variable "ids_topics" must not contain underscores.
(#133) Variable "id_topic" must not contain underscores.
(#134) Variable "id_topic" must not contain underscores.
(#135) Variable "current_exists" must not contain underscores.
(#141) Expected "if (...) {\n"; found "if(...) {\n"
(#141) Variable "current_exists" must not contain underscores.
(#143) Variable "ids_topics" must not contain underscores.
(#144) Variable "previous_topic" must not contain underscores.
(#144) Variable "next_topic" must not contain underscores.
(#146) Variable "previous_topic" must not contain underscores.
(#147) Variable "next_topic" must not contain underscores.
(#147) Variable "ids_topics" must not contain underscores.
(#148) Variable "ids_topics" must not contain underscores.
(#149) Variable "previous_topic" must not contain underscores.
(#149) Variable "ids_topics" must not contain underscores.
(#150) Variable "next_topic" must not contain underscores.
(#152) Variable "previous_topic" must not contain underscores.
(#152) Variable "ids_topics" must not contain underscores.
(#153) Variable "next_topic" must not contain underscores.
(#153) Variable "ids_topics" must not contain underscores.
(#156) Variable "previous_topic" must not contain underscores.
(#156) Variable "previous_topic" must not contain underscores.
(#158) Variable "previous_topic" must not contain underscores.
(#162) Variable "previous_topic" must not contain underscores.
(#163) Variable "previous_url" must not contain underscores.
(#163) Variable "previous_topic" must not contain underscores.
(#165) Variable "previous_url" must not contain underscores.
(#169) Variable "next_topic" must not contain underscores.
(#169) Variable "next_topic" must not contain underscores.
(#171) Variable "next_topic" must not contain underscores.
(#174) Variable "next_topic" must not contain underscores.
(#176) Variable "next_topic" must not contain underscores.
(#196) Variable "format_data" must not contain underscores.
(#196) Variable "_format_data" must not contain underscores.
(#197) Variable "format_data" must not contain underscores.
(#198) Variable "config_menu" must not contain underscores.
(#198) Variable "format_data" must not contain underscores.
(#199) Variable "format_data" must not contain underscores.
(#200) Variable "_course" must not contain underscores.
(#203) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#227) Expected 1 space before "=>"; 0 found
(#227) Expected 1 space after "=>"; 0 found
(#228) Expected 1 space before "=>"; 0 found
(#228) Expected 1 space after "=>"; 0 found
(#228) Expected 1 space before "=>"; 0 found
(#228) Expected 1 space after "=>"; 0 found
(#229) Expected 1 space before "=>"; 0 found
(#229) Expected 1 space after "=>"; 0 found
(#229) Expected 1 space before "=>"; 0 found
(#229) Expected 1 space after "=>"; 0 found
(#239) Line exceeds 132 characters; contains 170 characters
(#243) Variable "config_menu" must not contain underscores.
(#244) Variable "config_menu" must not contain underscores.
(#257) Variable "format_data" must not contain underscores.
(#263) Variable "format_data" must not contain underscores.
(#266) Variable "format_data" must not contain underscores.
(#266) Line exceeds 132 characters; contains 140 characters
(#272) Variable "format_data" must not contain underscores.
(#272) Variable "format_data" must not contain underscores.
(#282) Line exceeds 132 characters; contains 134 characters
(#295) Variable "config_menu" must not contain underscores.
(#296) Variable "config_menu" must not contain underscores.
(#307) Variable "format_data" must not contain underscores.
(#307) Variable "format_data" must not contain underscores.
(#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
(#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
(#345) Expected 1 space before "=>"; 0 found
(#345) Expected 1 space after "=>"; 0 found
(#356) Variable "course_link" must not contain underscores.
(#356) Expected 1 space before "=>"; 0 found
(#356) Expected 1 space after "=>"; 0 found
(#356) Expected 1 space before "=>"; 0 found
(#356) Expected 1 space after "=>"; 0 found
(#356) Expected 1 space before "=>"; 0 found
(#356) Expected 1 space after "=>"; 0 found
(#356) Line exceeds 132 characters; contains 158 characters
(#357) Variable "course_cancel_link" must not contain underscores.
(#357) Expected 1 space before "=>"; 0 found
(#357) Expected 1 space after "=>"; 0 found
(#357) Expected 1 space before "=>"; 0 found
(#357) Expected 1 space after "=>"; 0 found
(#357) Line exceeds 132 characters; contains 133 characters
(#361) Variable "course_link" must not contain underscores.
(#362) Line exceeds 132 characters; contains 158 characters
(#363) Variable "course_link" must not contain underscores.
(#364) Line exceeds 132 characters; contains 154 characters
(#365) Variable "course_link" must not contain underscores.
(#366) Line exceeds 132 characters; contains 166 characters
(#367) Variable "course_link" must not contain underscores.
(#368) Line exceeds 132 characters; contains 168 characters
(#375) Expected "if (...) {\n"; found "if(...){\n"
(#375) Variable "format_data" must not contain underscores.
(#375) Expected 1 space before "=>"; 0 found
(#375) Expected 1 space after "=>"; 0 found
(#376) Variable "format_data" must not contain underscores.
(#377) Variable "format_data" must not contain underscores.
(#379) Variable "format_data" must not contain underscores.
(#379) Variable "format_data" must not contain underscores.
(#381) Variable "course_cancel_link" must not contain underscores.
(#385) "include" must be immediately followed by an open parenthesis
(#402) Variable "format_data" must not contain underscores.
(#405) Variable "format_data" must not contain underscores.
(#405) Variable "format_data" must not contain underscores.
(#407) "require_once" must be immediately followed by an open parenthesis
(#410) Variable "format_data" must not contain underscores.
(#413) Variable "print_for_menu" must not contain underscores.
(#415) Variable "format_data" must not contain underscores.
(#416) Variable "format_data" must not contain underscores.
(#419) Variable "format_data" must not contain underscores.
(#420) Variable "print_for_menu" must not contain underscores.
(#421) Variable "print_for_menu" must not contain underscores.
(#421) Variable "format_data" must not contain underscores.
(#422) Variable "print_for_menu" must not contain underscores.
(#425) Variable "print_for_menu" must not contain underscores.
(#428) Variable "format_data" must not contain underscores.
(#428) Variable "format_data" must not contain underscores.
(#447) Variable "_format_data" must not contain underscores.
(#490) Variable "_format_data" must not contain underscores.
(#494) Variable "html_resource" must not contain underscores.
(#495) Variable "html_more" must not contain underscores.
(#500) Variable "obj_replace" must not contain underscores.
(#503) Variable "_format_data" must not contain underscores.
(#507) Variable "_format_data" must not contain underscores.
(#521) Variable "html_resource" must not contain underscores.
(#523) Variable "html_resource" must not contain underscores.
(#538) Variable "html_resource" must not contain underscores.
(#541) Variable "availability_text" must not contain underscores.
(#543) Variable "availability_text" must not contain underscores.
(#544) Variable "unique_id" must not contain underscores.
(#545) Variable "html_resource" must not contain underscores.
(#545) Variable "unique_id" must not contain underscores.
(#545) Line exceeds 132 characters; contains 179 characters
(#547) Variable "html_more" must not contain underscores.
(#547) Variable "unique_id" must not contain underscores.
(#547) Variable "availability_text" must not contain underscores.
(#547) Line exceeds 132 characters; contains 151 characters
(#551) Variable "obj_replace" must not contain underscores.
(#551) Variable "html_resource" must not contain underscores.
(#552) Variable "obj_replace" must not contain underscores.
(#554) Variable "new_summary" must not contain underscores.
(#554) Variable "obj_replace" must not contain underscores.
(#554) Variable "obj_replace" must not contain underscores.
(#554) Line exceeds maximum limit of 180 characters; contains 213 characters
(#554) Whitespace found at end of line
(#556) Variable "new_summary" must not contain underscores.
(#557) Variable "_format_data" must not contain underscores.
(#560) Variable "new_summary" must not contain underscores.
(#565) Variable "_format_data" must not contain underscores.
(#569) Variable "html_more" must not contain underscores.
(#587) Variable "_format_data" must not contain underscores.
(#608) Variable "_format_data" must not contain underscores.
(#633) Line exceeds 132 characters; contains 141 characters
(#643) Line exceeds 132 characters; contains 137 characters
(#664) Expected 1 space before "=>"; 0 found
(#664) Expected 1 space after "=>"; 0 found
(#664) Expected 1 space before "=>"; 0 found
(#664) Expected 1 space after "=>"; 0 found
(#714) Expected 1 space before ".="; 0 found
(#715) Expected 1 space before "=>"; 0 found
(#715) Expected 1 space after "=>"; 0 found
(#716) Expected 1 space before "=>"; 0 found
(#719) Expected 1 space before ".="; 0 found
(#722) Expected 1 space before ".="; 0 found
(#723) Expected 1 space before ".="; 0 found
(#727) Expected 1 space before ".="; 0 found
(#730) Expected 1 space before ".="; 0 found
(#731) Expected 1 space before ".="; 0 found
(#732) Expected 1 space before ".="; 0 found
(#817) Expected "if (...) {\n"; found "if(...){\n"
(#817) Variable "format_data" must not contain underscores.
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#818) Variable "format_data" must not contain underscores.
(#819) Variable "format_data" must not contain underscores.
(#821) Variable "format_data" must not contain underscores.
(#821) Variable "format_data" must not contain underscores.
(#826) Variable "format_data" must not contain underscores.
(#827) Variable "format_data" must not contain underscores.
(#830) Variable "format_data" must not contain underscores.
(#831) Variable "format_data" must not contain underscores.
(#831) Variable "format_data" must not contain underscores.
(#832) Variable "format_data" must not contain underscores.
(#834) Variable "format_data" must not contain underscores.
(#835) Variable "format_data" must not contain underscores.
(#836) Variable "format_data" must not contain underscores.
(#843) Variable "format_data" must not contain underscores.
(#844) Variable "format_data" must not contain underscores.
(#847) Variable "format_data" must not contain underscores.
(#853) Variable "format_data" must not contain underscores.
(#854) Variable "format_data" must not contain underscores.
(#858) Variable "config_menu" must not contain underscores.
(#859) Variable "config_menu" must not contain underscores.
(#860) Variable "config_menu" must not contain underscores.
(#861) Variable "config_menu" must not contain underscores.
(#862) Variable "config_menu" must not contain underscores.
(#863) Variable "config_menu" must not contain underscores.
(#864) Variable "config_menu" must not contain underscores.
(#865) Variable "config_menu" must not contain underscores.
(#866) Variable "config_menu" must not contain underscores.
(#868) Variable "format_data" must not contain underscores.
(#868) Variable "format_data" must not contain underscores.
(#869) Variable "config_saved" must not contain underscores.
(#869) Variable "format_data" must not contain underscores.
(#871) Variable "config_saved" must not contain underscores.
(#872) Variable "config_saved" must not contain underscores.
(#875) Expected "if (...) {\n"; found "if (...) { "
(#875) Variable "config_saved" must not contain underscores.
(#875) Variable "config_menu" must not contain underscores.
(#875) Variable "config_saved" must not contain underscores.
(#875) Closing brace must be on a line by itself
(#877) Expected "if (...) {\n"; found "if (...) { "
(#877) Variable "config_saved" must not contain underscores.
(#877) Variable "config_menu" must not contain underscores.
(#877) Variable "config_saved" must not contain underscores.
(#877) Closing brace must be on a line by itself
(#879) Expected "if (...) {\n"; found "if (...) { "
(#879) Variable "config_saved" must not contain underscores.
(#879) Variable "config_menu" must not contain underscores.
(#879) Variable "config_saved" must not contain underscores.
(#879) Closing brace must be on a line by itself
(#881) Expected "if (...) {\n"; found "if (...) { "
(#881) Variable "config_saved" must not contain underscores.
(#881) Variable "config_menu" must not contain underscores.
(#881) Variable "config_saved" must not contain underscores.
(#881) Closing brace must be on a line by itself
(#883) Expected "if (...) {\n"; found "if (...) { "
(#883) Variable "config_saved" must not contain underscores.
(#883) Variable "config_menu" must not contain underscores.
(#883) Variable "config_saved" must not contain underscores.
(#883) Line exceeds 132 characters; contains 134 characters
(#883) Closing brace must be on a line by itself
(#885) Expected "if (...) {\n"; found "if (...) { "
(#885) Variable "config_saved" must not contain underscores.
(#885) Variable "config_menu" must not contain underscores.
(#885) Variable "config_saved" must not contain underscores.
(#885) Closing brace must be on a line by itself
(#887) Expected "if (...) {\n"; found "if (...) { "
(#887) Variable "config_saved" must not contain underscores.
(#887) Variable "config_menu" must not contain underscores.
(#887) Variable "config_saved" must not contain underscores.
(#887) Closing brace must be on a line by itself
(#889) Expected "if (...) {\n"; found "if (...) { "
(#889) Variable "config_saved" must not contain underscores.
(#889) Variable "config_menu" must not contain underscores.
(#889) Variable "config_saved" must not contain underscores.
(#889) Closing brace must be on a line by itself
(#892) Variable "format_data" must not contain underscores.
(#892) Variable "config_menu" must not contain underscores.
(#902) Variable "format_data" must not contain underscores.
(#907) Variable "format_data" must not contain underscores.
(#912) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#912) Expected "if (...) {\n"; found "if (...){\n"
(#920) Variable "format_data" must not contain underscores.
(#934) Variable "format_data" must not contain underscores.
(#936) Variable "format_data" must not contain underscores.
(#936) Line exceeds 132 characters; contains 151 characters
(#939) Variable "format_data" must not contain underscores.
(#940) Variable "format_data" must not contain underscores.
(#947) Variable "_course" must not contain underscores.
(#948) Variable "_format_data" must not contain underscores.
(#948) Variable "format_data" must not contain underscores.
(#950) Variable "format_data" must not contain underscores.
(#987) Line exceeds 132 characters; contains 174 characters
course/format/menutopic/version.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#29) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(334 errors, 111 warnings)

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

course/format/menutopic/format.js
(#7) Identifier 'show_info' is not in camel case. (camelcase)
(#9) 'dialog' is defined but never used. (no-unused-vars)
(#10) Extra space after key 'draggable'. (key-spacing)
(#11) 'M.str' is restricted from being used. Use AMD module "core/str" or M.util.get_string() (no-restricted-properties)
(#12) Extra space after key 'bodyContent'. (key-spacing)
(#13) Extra space after key 'centered'. (key-spacing)
(#14) Extra space after key 'width'. (key-spacing)
(#15) Extra space after key 'modal'. (key-spacing)
(#16) Extra space after key 'visible'. (key-spacing)
(#21) Missing semicolon. (semi)
course/format/menutopic/lib.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Identifier 'load_tree' is not in camel case. (camelcase)
(#6) Expected to return a value at the end of this function. (consistent-return)
(#6) 'load_tree' is defined but never used. (no-unused-vars)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Identifier 'control_container' is not in camel case. (camelcase)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Identifier 'json_string' is not in camel case. (camelcase)
(#9) Identifier 'control_container' is not in camel case. (camelcase)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Identifier 'container_tree' is not in camel case. (camelcase)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Identifier 'control_container' is not in camel case. (camelcase)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Identifier 'json_object' is not in camel case. (camelcase)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Identifier 'container_tree' is not in camel case. (camelcase)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) '_GLOBAL_VARS' is not defined. (no-undef)
(#20) ["id_menu_tree"] is better written in dot notation. (dot-notation)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) 'sheet' is defined but never used. (no-unused-vars)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Identifier 'json_object' is not in camel case. (camelcase)
(#24) Identifier 'json_object' is not in camel case. (camelcase)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Identifier 'json_object' is not in camel case. (camelcase)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Identifier 'json_object' is not in camel case. (camelcase)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) A space is required after ','. (comma-spacing)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Unexpected space between function name and paren. (func-call-spacing)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Unexpected alert. (no-alert)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Missing JSDoc comment. (require-jsdoc)
(#47) Identifier 'create_sheet' is not in camel case. (camelcase)
(#47) Unexpected space before function parentheses. (space-before-function-paren)
(#47) Identifier 'node_root' is not in camel case. (camelcase)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Identifier 'node_root' is not in camel case. (camelcase)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) '_SHEETS' is not defined. (no-undef)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Missing JSDoc comment. (require-jsdoc)
(#58) Identifier 'update_sheet' is not in camel case. (camelcase)
(#58) Unexpected space before function parentheses. (space-before-function-paren)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) '_GLOBAL_VARS' is not defined. (no-undef)
(#59) ["id_menu_tree"] is better written in dot notation. (dot-notation)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Missing JSDoc comment. (require-jsdoc)
(#72) Identifier 'sheet_click' is not in camel case. (camelcase)
(#72) Unexpected space before function parentheses. (space-before-function-paren)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) 'YUI' is not defined. (no-undef)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) '_SHEETS' is not defined. (no-undef)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) '_SHEETS' is not defined. (no-undef)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) '_SHEETS' is not defined. (no-undef)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) '_SHEETS' is not defined. (no-undef)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) '_GLOBAL_VARS' is not defined. (no-undef)
(#79) ["active_node"] is better written in dot notation. (dot-notation)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Unexpected space between function name and paren. (func-call-spacing)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Missing JSDoc comment. (require-jsdoc)
(#84) Identifier 'change_sheet' is not in camel case. (camelcase)
(#84) 'change_sheet' is defined but never used. (no-unused-vars)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) '_GLOBAL_VARS' is not defined. (no-undef)
(#85) ["active_node"] is better written in dot notation. (dot-notation)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) '_SHEETS' is not defined. (no-undef)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Unexpected space between function name and paren. (func-call-spacing)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) 'YUI' is not defined. (no-undef)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Missing JSDoc comment. (require-jsdoc)
(#96) 'add_sheet_daughter' is defined but never used. (no-unused-vars)
(#96) Identifier 'add_sheet_daughter' is not in camel case. (camelcase)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) '_GLOBAL_VARS' is not defined. (no-undef)
(#97) ["active_node"] is better written in dot notation. (dot-notation)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Unexpected space between function name and paren. (func-call-spacing)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) 'YUI' is not defined. (no-undef)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Missing JSDoc comment. (require-jsdoc)
(#110) Identifier 'add_sheet_sister' is not in camel case. (camelcase)
(#110) 'add_sheet_sister' is defined but never used. (no-unused-vars)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) '_GLOBAL_VARS' is not defined. (no-undef)
(#111) ["active_node"] is better written in dot notation. (dot-notation)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Unexpected space between function name and paren. (func-call-spacing)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) 'YUI' is not defined. (no-undef)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Missing JSDoc comment. (require-jsdoc)
(#124) 'move_sheet_left' is defined but never used. (no-unused-vars)
(#124) Identifier 'move_sheet_left' is not in camel case. (camelcase)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) '_GLOBAL_VARS' is not defined. (no-undef)
(#125) ["id_menu_tree"] is better written in dot notation. (dot-notation)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) '_GLOBAL_VARS' is not defined. (no-undef)
(#127) ["active_node"] is better written in dot notation. (dot-notation)
(#127) Trailing spaces not allowed. (no-trailing-spaces)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Unexpected space between function name and paren. (func-call-spacing)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Missing JSDoc comment. (require-jsdoc)
(#139) 'move_sheet_right' is defined but never used. (no-unused-vars)
(#139) Identifier 'move_sheet_right' is not in camel case. (camelcase)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) '_GLOBAL_VARS' is not defined. (no-undef)
(#140) ["id_menu_tree"] is better written in dot notation. (dot-notation)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) '_GLOBAL_VARS' is not defined. (no-undef)
(#142) ["active_node"] is better written in dot notation. (dot-notation)
(#142) Trailing spaces not allowed. (no-trailing-spaces)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Unexpected space between function name and paren. (func-call-spacing)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Missing JSDoc comment. (require-jsdoc)
(#155) 'move_sheet_up' is defined but never used. (no-unused-vars)
(#155) Identifier 'move_sheet_up' is not in camel case. (camelcase)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) '_GLOBAL_VARS' is not defined. (no-undef)
(#156) ["id_menu_tree"] is better written in dot notation. (dot-notation)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) '_GLOBAL_VARS' is not defined. (no-undef)
(#158) ["active_node"] is better written in dot notation. (dot-notation)
(#158) Trailing spaces not allowed. (no-trailing-spaces)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Unexpected space between function name and paren. (func-call-spacing)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Missing JSDoc comment. (require-jsdoc)
(#169) Identifier 'move_sheet_down' is not in camel case. (camelcase)
(#169) 'move_sheet_down' is defined but never used. (no-unused-vars)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) '_GLOBAL_VARS' is not defined. (no-undef)
(#170) ["id_menu_tree"] is better written in dot notation. (dot-notation)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) '_GLOBAL_VARS' is not defined. (no-undef)
(#172) ["active_node"] is better written in dot notation. (dot-notation)
(#172) Trailing spaces not allowed. (no-trailing-spaces)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Unexpected space between function name and paren. (func-call-spacing)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Missing JSDoc comment. (require-jsdoc)
(#183) 'delete_sheet' is defined but never used. (no-unused-vars)
(#183) Identifier 'delete_sheet' is not in camel case. (camelcase)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) '_GLOBAL_VARS' is not defined. (no-undef)
(#184) ["id_menu_tree"] is better written in dot notation. (dot-notation)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) '_GLOBAL_VARS' is not defined. (no-undef)
(#186) ["active_node"] is better written in dot notation. (dot-notation)
(#186) Trailing spaces not allowed. (no-trailing-spaces)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) 'YUI' is not defined. (no-undef)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Missing JSDoc comment. (require-jsdoc)
(#195) Identifier 'config_menu_actions' is not in camel case. (camelcase)
(#195) Unexpected space before function parentheses. (space-before-function-paren)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Missing JSDoc comment. (require-jsdoc)
(#232) Identifier 'save_tree_config' is not in camel case. (camelcase)
(#232) 'save_tree_config' is defined but never used. (no-unused-vars)
(#232) Unexpected space before function parentheses. (space-before-function-paren)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) '_GLOBAL_VARS' is not defined. (no-undef)
(#234) ["id_menu_tree"] is better written in dot notation. (dot-notation)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) 'obj' is defined but never used. (no-unused-vars)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Missing JSDoc comment. (require-jsdoc)
(#245) Identifier 'tree_code_from_node' is not in camel case. (camelcase)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#251) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) '_SHEETS' is not defined. (no-undef)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#270) Missing JSDoc comment. (require-jsdoc)
(#270) 'change_topic' is defined but never used. (no-unused-vars)
(#270) Identifier 'change_topic' is not in camel case. (camelcase)
(#270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#271) Expected space(s) after "if". (keyword-spacing)
(#271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#274) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
course/format/menutopic/module.js
(#23) Identifier 'format_menutopic' is not in camel case. (camelcase)
(#25) Identifier 'init_tree' is not in camel case. (camelcase)
(#25) Unexpected space before function parentheses. (space-before-function-paren)
(#26) 'load_tree' is not defined. (no-undef)
(#27) Unexpected alert. (no-alert)
(#27) 'M.str' is restricted from being used. Use AMD module "core/str" or M.util.get_string() (no-restricted-properties)
(#32) 'YUI' is not defined. (no-undef)
(#32) Identifier 'panel_edit_sheet' is not in camel case. (camelcase)
(#33) Extra space after key 'srcNode'. (key-spacing)
(#33) Trailing spaces not allowed. (no-trailing-spaces)
(#34) Extra space after key 'visible'. (key-spacing)
(#35) Extra space after key 'draggable'. (key-spacing)
(#36) 'M.str' is restricted from being used. Use AMD module "core/str" or M.util.get_string() (no-restricted-properties)
(#37) Extra space after key 'plugins'. (key-spacing)
(#39) 'YUI' is not defined. (no-undef)
(#41) 'save_tree_config' is not defined. (no-undef)
(#44) Identifier 'move_menu_left' is not in camel case. (camelcase)
(#44) Unexpected space before function parentheses. (space-before-function-paren)
(#56) Identifier 'move_menu_right' is not in camel case. (camelcase)
(#56) Unexpected space before function parentheses. (space-before-function-paren)

CSS problems

(97 errors, 12 warnings)

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

course/format/menutopic/styles.css
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#3) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#5) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Unexpected single-line block (block-no-single-line)
(#2) Unexpected single-line block (block-no-single-line)
(#3) Unexpected single-line block (block-no-single-line)
(#4) Unexpected single-line block (block-no-single-line)
(#5) Unexpected single-line block (block-no-single-line)
(#6) Unexpected single-line block (block-no-single-line)
(#7) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#11) Unexpected single-line block (block-no-single-line)
(#13) Unexpected single-line block (block-no-single-line)
(#15) Unexpected single-line block (block-no-single-line)
(#17) Unexpected single-line block (block-no-single-line)
(#19) Unexpected single-line block (block-no-single-line)
(#21) Unexpected single-line block (block-no-single-line)
(#23) Unexpected single-line block (block-no-single-line)
(#24) Unexpected single-line block (block-no-single-line)
(#25) Unexpected single-line block (block-no-single-line)
(#26) Unexpected single-line block (block-no-single-line)
(#27) Unexpected single-line block (block-no-single-line)
(#30) Unexpected single-line block (block-no-single-line)
(#31) Unexpected single-line block (block-no-single-line)
(#32) Unexpected single-line block (block-no-single-line)
(#34) Unexpected single-line block (block-no-single-line)
(#36) Unexpected single-line block (block-no-single-line)
(#39) Unexpected single-line block (block-no-single-line)
(#41) Unexpected single-line block (block-no-single-line)
(#43) Unexpected single-line block (block-no-single-line)
(#46) Unexpected single-line block (block-no-single-line)
(#49) Unexpected single-line block (block-no-single-line)
(#52) Unexpected single-line block (block-no-single-line)
(#55) Unexpected single-line block (block-no-single-line)
(#56) Unexpected single-line block (block-no-single-line)
(#57) Unexpected single-line block (block-no-single-line)
(#59) Unexpected single-line block (block-no-single-line)
(#60) Unexpected single-line block (block-no-single-line)
(#63) Unexpected single-line block (block-no-single-line)
(#64) Unexpected single-line block (block-no-single-line)
(#65) Unexpected single-line block (block-no-single-line)
(#67) Unexpected single-line block (block-no-single-line)
(#69) Unexpected single-line block (block-no-single-line)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#3) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#5) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#30) Expected "#888888" to be "#888" (color-hex-length)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#5) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#5) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#11) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#5) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#11) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#15) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#21) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#31) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#34) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#41) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#43) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#46) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#56) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#65) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#3) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#15) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#15) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#15) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#19) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#21) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#21) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#23) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#32) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#34) Unexpected data URI (function-url-data-uris)
(#36) Unexpected data URI (function-url-data-uris)
(#52) Unexpected data URI (function-url-data-uris)
(#60) Unexpected data URI (function-url-data-uris)
(#31) Unexpected unit (length-zero-no-unit)
(#41) Unexpected unit (length-zero-no-unit)
(#56) Unexpected unit (length-zero-no-unit)
(#7) Expected line length to be no more than 132 characters (max-line-length)
(#15) Expected line length to be no more than 132 characters (max-line-length)
(#21) Expected line length to be no more than 132 characters (max-line-length)
(#34) Expected line length to be no more than 132 characters (max-line-length)
(#34) Expected line length to be no more than 132 characters (max-line-length)
(#36) Expected line length to be no more than 132 characters (max-line-length)
(#48) Expected line length to be no more than 132 characters (max-line-length)
(#52) Expected line length to be no more than 132 characters (max-line-length)
(#7) Expected newline after "," (selector-list-comma-newline-after)

PHPDocs style problems

(45 errors, 1 warnings)

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

course/format/menutopic/backup/moodle2/backup_format_menutopic_plugin.class.php
(#26) Class backup_format_menutopic_plugin is not documented
(#16) No one-line description found in phpdocs for file
(#19) Package contribution is not valid
course/format/menutopic/backup/moodle2/restore_format_menutopic_plugin.class.php
(#26) Class restore_format_menutopic_plugin is not documented
(#16) No one-line description found in phpdocs for file
(#46) Phpdocs for function restore_format_menutopic_plugin::process_menutopic has incomplete parameters list
(#19) Package contribution is not valid
course/format/menutopic/config.php
(#9) File-level phpdocs block is not found
course/format/menutopic/db/upgrade.php
(#2) Empty line found after PHP open tag
(#27) Function xmldb_format_menutopic_upgrade is not documented
(#17) No one-line description found in phpdocs for file
(#20) Package contribution is not valid
course/format/menutopic/form_config.php
(#29) Class config_menutopic_form is not documented
(#31) Function config_menutopic_form::definition is not documented
(#17) No one-line description found in phpdocs for file
course/format/menutopic/form_csstemplate.php
(#36) Function csstemplate_menutopic_form::definition is not documented
(#17) No one-line description found in phpdocs for file
course/format/menutopic/form_jstemplate.php
(#39) Function jstemplate_menutopic_form::definition is not documented
(#17) No one-line description found in phpdocs for file
course/format/menutopic/form_tree.php
(#39) Function tree_menutopic_form::definition is not documented
(#17) No one-line description found in phpdocs for file
course/format/menutopic/format.php
(#17) No one-line description found in phpdocs for file
course/format/menutopic/lang/en/format_menutopic.php
(#20) Package contribution is not valid
course/format/menutopic/lang/es/format_menutopic.php
(#20) Package contribution is not valid
course/format/menutopic/lib.php
(#38) Class format_menutopic is not documented
(#343) Class format_menutopic_replace_regularexpression is not documented
(#392) Class format_menutopic_header is not documented
(#349) Function format_menutopic_replace_regularexpression::replace_tag_in_expresion is not documented
(#344) Variable format_menutopic_replace_regularexpression::$_string_search is not documented
(#345) Variable format_menutopic_replace_regularexpression::$_string_replace is not documented
(#347) Variable format_menutopic_replace_regularexpression::$_tag_string is not documented
course/format/menutopic/menu.php
(#57) Function format_menutopic_menu::list_code_horizontal_menu is not documented
(#189) Function format_menutopic_menu::script_menu is not documented
(#36) Variable format_menutopic_menu::$tree is not documented
(#37) Variable format_menutopic_menu::$_config is not documented
(#38) Variable format_menutopic_menu::$current is not documented
(#39) Variable format_menutopic_menu::$displaysection is not documented
(#17) No one-line description found in phpdocs for file
(#41) Phpdocs for function format_menutopic_menu::__construct has incomplete parameters list
(#99) Phpdocs for function format_menutopic_menu::list_item_menu has incomplete parameters list
course/format/menutopic/renderer.php
(#37) Variable format_menutopic_renderer::$_format_data is not documented
(#38) Variable format_menutopic_renderer::$_course is not documented
(#39) Variable format_menutopic_renderer::$_displaysection is not documented
(#17) No one-line description found in phpdocs for file
(#394) Phpdocs for function format_menutopic_renderer::print_menu has incomplete parameters list
(#956) Phpdocs for function format_menutopic_renderer::render_format_menutopic_header has incomplete parameters list

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

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

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]