Prechecker results: error


Overview

(0 errors, 0 warnings)

This section shows the general problems detected when processing the code [More info]


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(312 errors, 67 warnings)

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

course/format/buttons/classes/output/courseformat/content.php
(#38) Missing docblock for class content
(#40) Missing member variable doc comment
(#40) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#40) Scope modifier not specified for member variable "$currentsection"
(#40) The var keyword must not be used to declare a property
(#40) Visibility must be declared on property "$currentsection"
(#49) Opening brace should be on the same line as the declaration
(#63) Opening brace should be on the same line as the declaration
(#68) The use of function sizeof() is forbidden; use count() instead
(#69) Opening parenthesis of a multi-line function call must be the last content on the line
(#74) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#74) Closing parenthesis of a multi-line function call must be on a line by itself
(#77) Variable "array_sections" must not contain underscores.
(#77) Short array syntax must be used to define arrays
(#79) Variable "all_sections" must not contain underscores.
(#79) Short array syntax must be used to define arrays
(#80) Variable "section_prev" must not contain underscores.
(#81) Variable "all_sections" must not contain underscores.
(#89) Short array syntax must be used to define arrays
(#91) There should be a comma after the last array item in a multi-line array.
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) No space found before comment text; expected "// Filter capacibility, and fixed the disabled sections for the teacher" but found "//Filter capacibility, and fixed the disabled sections for the teacher"
(#102) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#104) Variable "array_sections" must not contain underscores.
(#107) Variable "section_select" must not contain underscores.
(#110) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#110) Closing parenthesis of a multi-line function call must be on a line by itself
(#112) The use of function sizeof() is forbidden; use count() instead
(#112) Variable "all_sections" must not contain underscores.
(#112) Variable "section_select" must not contain underscores.
(#113) Short array syntax must be used to define arrays
(#118) The use of function sizeof() is forbidden; use count() instead
(#118) Variable "all_sections" must not contain underscores.
(#118) Variable "section_prev" must not contain underscores.
(#119) Short array syntax must be used to define arrays
(#124) Variable "section_select" must not contain underscores.
(#125) Variable "section_select" must not contain underscores.
(#126) Variable "array_sections" must not contain underscores.
(#127) Variable "array_sections" must not contain underscores.
(#131) Variable "array_sections" must not contain underscores.
(#131) Variable "section_select" must not contain underscores.
(#132) Variable "section_select" must not contain underscores.
(#136) Variable "array_sections" must not contain underscores.
(#137) Variable "array_sections" must not contain underscores.
(#147) CASE statements must be defined using a colon
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) No space found before comment text; expected "// Si es number se deja por defecto" but found "//Si es number se deja por defecto"
(#151) Variable "array_sections" must not contain underscores.
(#151) Variable "array_sections" must not contain underscores.
(#154) Variable "array_sections" must not contain underscores.
(#154) Variable "array_sections" must not contain underscores.
(#157) Variable "array_sections" must not contain underscores.
(#157) Variable "array_sections" must not contain underscores.
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) No space found before comment text; expected "// Si no hay opción se deja por defecto" but found "//Si no hay opción se deja por defecto"
(#164) Variable "array_sections" must not contain underscores.
(#164) Variable "array_sections" must not contain underscores.
(#168) Variable "form_btn" must not contain underscores.
(#171) Variable "form_btn" must not contain underscores.
(#177) Line exceeds 132 characters; contains 147 characters
(#178) Line exceeds 132 characters; contains 156 characters
(#178) Each PHP statement must be on a line by itself
(#183) Variable "array_sections" must not contain underscores.
(#190) Variable "form_btn" must not contain underscores.
(#215) Opening parenthesis of a multi-line function call must be the last content on the line
(#216) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#216) Short array syntax must be used to define arrays
(#216) Closing parenthesis of a multi-line function call must be on a line by itself
(#219) Variable "file_setting" must not contain underscores.
(#220) Variable "file_setting" must not contain underscores.
(#220) Blank line found at start of control structure
(#222) Variable "url_1" must not contain underscores.
(#224) Variable "url_1" must not contain underscores.
(#238) Variable "array_sections" must not contain underscores.
(#239) Opening brace should be on the same line as the declaration
(#240) Variable "max_groups" must not contain underscores.
(#242) Variable "atribute_sections" must not contain underscores.
(#243) Variable "max_groups" must not contain underscores.
(#244) Variable "max_groups" must not contain underscores.
(#245) Variable "group_section" must not contain underscores.
(#246) Variable "group_section" must not contain underscores.
(#248) Variable "group_section" must not contain underscores.
(#256) Variable "atribute_sections" must not contain underscores.
(#261) Variable "total_count_group" must not contain underscores.
(#262) Variable "atribute_sections" must not contain underscores.
(#262) Variable "atribute_section" must not contain underscores.
(#263) Variable "num_sections" must not contain underscores.
(#263) Variable "atribute_section" must not contain underscores.
(#266) Variable "count_first_btn_section" must not contain underscores.
(#267) Variable "num_sections" must not contain underscores.
(#268) Variable "array_sections" must not contain underscores.
(#270) Inline control structures are not allowed
(#271) Inline control structures are not allowed
(#271) Variable "num_sections" must not contain underscores.
(#271) Variable "total_count_group" must not contain underscores.
(#273) Inline control structures are not allowed
(#273) Variable "total_count_group" must not contain underscores.
(#274) Variable "count_first_btn_section" must not contain underscores.
(#275) Inline comments must start with a capital letter, digit or 3-dots sequence
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#275) No space found before comment text; expected "// echo "total: " . $total_count_group . " count: " . $count . "<br>";" but found "//echo "total: " . $total_count_group . " count: " . $count . "<br>";"
(#276) Variable "atribute_section" must not contain underscores.
(#276) Variable "atribute_section" must not contain underscores.
(#277) Variable "num_sections" must not contain underscores.
(#277) Variable "total_count_group" must not contain underscores.
(#277) Line exceeds 132 characters; contains 142 characters
(#278) Variable "atribute_section" must not contain underscores.
(#278) Variable "count_first_btn_section" must not contain underscores.
(#279) Variable "atribute_section" must not contain underscores.
(#282) Variable "total_count_group" must not contain underscores.
(#282) Variable "num_sections" must not contain underscores.
(#285) Variable "array_sections" must not contain underscores.
(#295) Opening brace should be on the same line as the declaration
(#297) CASE statements must be defined using a colon
(#298) Inline comments must end in full-stops, exclamation marks, or question marks
(#298) No space found before comment text; expected "// Si es number se deja por defecto" but found "//Si es number se deja por defecto"
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#301) No space found before comment text; expected "// Se debe restar uno" but found "//Se debe restar uno"
(#306) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#311) Inline comments must end in full-stops, exclamation marks, or question marks
(#311) No space found before comment text; expected "// Se debe restar uno" but found "//Se debe restar uno"
(#316) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#324) Inline comments must end in full-stops, exclamation marks, or question marks
(#324) No space found before comment text; expected "// Si no hay opción se deja por defecto" but found "//Si no hay opción se deja por defecto"
(#339) Opening brace should be on the same line as the declaration
(#343) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#353) No space found before comment text; expected "// Sección solicitada" but found "//Sección solicitada"
(#354) Variable "section_select" must not contain underscores.
(#355) Short array syntax must be used to define arrays
(#357) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#357) Closing parenthesis of a multi-line function call must be on a line by itself
(#359) Variable "section_select" must not contain underscores.
(#363) Variable "section_select" must not contain underscores.
(#368) Variable "section_select" must not contain underscores.
(#385) Blank line found at end of control structure
(#392) Logical operator "and" is prohibited; use "&&" instead
(#392) Variable "section_select" must not contain underscores.
(#412) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#434) Visibility must be declared on method "get_param_for_url"
(#434) Variable "params_need" must not contain underscores.
(#435) Opening brace should be on the same line as the declaration
(#438) Variable "section_select" must not contain underscores.
(#440) Variable "params_need" must not contain underscores.
(#441) Variable "param_value" must not contain underscores.
(#442) Variable "param_value" must not contain underscores.
(#443) Variable "section_select" must not contain underscores.
(#443) Variable "param_value" must not contain underscores.
(#449) Variable "section_select" must not contain underscores.
(#451) Variable "section_select" must not contain underscores.
(#460) Visibility must be declared on method "save_last_section_access"
(#461) Opening brace should be on the same line as the declaration
(#473) Visibility must be declared on method "get_last_section_access"
(#474) Opening brace should be on the same line as the declaration
(#493) Opening brace should be on the same line as the declaration
(#518) Variable "array_sections" must not contain underscores.
(#519) Opening brace should be on the same line as the declaration
(#523) Variable "array_sections" must not contain underscores.
(#523) Variable "array_section" must not contain underscores.
(#523) Blank line found at start of control structure
(#525) Inline control structures are not allowed
(#525) Variable "array_section" must not contain underscores.
(#527) Variable "array_section" must not contain underscores.
(#531) Variable "array_sections" must not contain underscores.
(#541) Variable "baseChar" must be all lower-case
(#542) Opening brace should be on the same line as the declaration
(#546) Variable "baseChar" must be all lower-case
(#560) Variable "array_sections" must not contain underscores.
(#561) Opening brace should be on the same line as the declaration
(#565) Variable "array_sections" must not contain underscores.
(#565) Variable "array_section" must not contain underscores.
(#566) Inline control structures are not allowed
(#566) Variable "array_section" must not contain underscores.
(#568) Variable "array_section" must not contain underscores.
(#572) Variable "array_sections" must not contain underscores.
(#582) Opening brace should be on the same line as the declaration
(#600) Opening brace should be on the same line as the declaration
(#601) Short array syntax must be used to define arrays
(#603) There should be a comma after the last array item in a multi-line array.
(#626) Variable "array_sections" must not contain underscores.
(#627) Opening brace should be on the same line as the declaration
(#632) Variable "array_sections" must not contain underscores.
(#632) Variable "array_section" must not contain underscores.
(#632) Blank line found at start of control structure
(#634) Inline control structures are not allowed
(#634) Variable "array_section" must not contain underscores.
(#636) Variable "array_section" must not contain underscores.
(#640) Variable "array_sections" must not contain underscores.
(#651) Variable "file_name" must not contain underscores.
(#652) Opening brace should be on the same line as the declaration
(#655) Variable "file_name" must not contain underscores.
(#655) Variable "file_name" must not contain underscores.
(#657) Variable "file_verified" must not contain underscores.
(#657) Short array syntax must be used to define arrays
(#662) There should be a comma after the last array item in a multi-line array.
(#662) Variable "file_name" must not contain underscores.
(#667) Variable "file_verified" must not contain underscores.
(#669) Opening parenthesis of a multi-line function call must be the last content on the line
(#669) Only one argument is allowed per line in a multi-line function call
(#669) Only one argument is allowed per line in a multi-line function call
(#670) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#670) Only one argument is allowed per line in a multi-line function call
(#670) Only one argument is allowed per line in a multi-line function call
(#670) Closing parenthesis of a multi-line function call must be on a line by itself
(#671) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#674) Variable "image_content" must not contain underscores.
(#676) Variable "image_base64" must not contain underscores.
(#676) Variable "image_content" must not contain underscores.
(#677) Variable "mime_type" must not contain underscores.
(#678) Variable "image_src" must not contain underscores.
(#678) Variable "mime_type" must not contain underscores.
(#678) Variable "image_base64" must not contain underscores.
(#680) Variable "image_src" must not contain underscores.
(#685) Expected 1 newline at end of file; 0 found
course/format/buttons/classes/output/courseformat/content/section.php
(#34) Missing docblock for class section
(#35) Opening brace must not be followed by a blank line
(#37) Possible useless method overriding detected
(#37) Missing docblock for function __construct
(#38) Opening brace should be on the same line as the declaration
(#48) Opening brace should be on the same line as the declaration
(#53) Missing docblock for function export_for_template
(#54) Opening brace should be on the same line as the declaration
(#62) Variable "section_numer" must not contain underscores.
(#63) Variable "title_section_view" must not contain underscores.
(#74) Variable "section_numer" must not contain underscores.
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) No space found before comment text; expected "// propios" but found "//propios"
(#83) Variable "title_section_view" must not contain underscores.
(#84) There should be a comma after the last array item in a multi-line array.
(#102) No one-line description found in phpdocs for docblock of function get_section_number
(#103) Opening brace should be on the same line as the declaration
(#107) Expected 1 newline at end of file; 0 found
(#107) The closing brace for the class must go on the next line after the body
course/format/buttons/classes/output/courseformat/content/section/cmitem.php
(#30) Missing docblock for class cmitem
(#30) Opening brace must not be followed by a blank line
(#40) Expected 1 newline at end of file; 0 found
course/format/buttons/classes/output/renderer.php
(#1) Moodle boilerplate not found
(#13) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#18) Missing docblock for class renderer
(#18) Opening brace must not be followed by a blank line
(#43) Expected 1 blank line at end of file; 2 found
(#43) The closing brace for the class must go on the next line after the body
course/format/buttons/classes/privacy/provider.php
(#1) Moodle boilerplate not found
(#14) Missing docblock for class provider
(#15) Opening brace must not be followed by a blank line
(#18) Invalid docblock tag "@inheritDoc".
(#20) No one-line description found in phpdocs for docblock of function get_reason
(#21) Opening brace should be on the same line as the declaration
(#24) Expected 1 newline at end of file; 0 found
course/format/buttons/db/caches.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file caches.php
(#1) Moodle boilerplate not found
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#11) Expected 1 newline at end of file; 0 found
course/format/buttons/db/install.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
course/format/buttons/format.php
(#51) Expected 1 newline at end of file; 0 found
course/format/buttons/lang/en/format_buttons.php
(#29) The string key "addsections" is not in the correct order, it should be before "privacy:metadata"
(#41) The string key "cachedef_user_last_section" is not in the correct order, it should be before "showfromothers"
(#44) The string key "config" is not in the correct order, it should be before "fontcolor_desc"
(#45) The string key "bgcolor" is not in the correct order, it should be before "config"
(#51) The string key "numeretion" is not in the correct order, it should be before "option4"
(#54) The string key "colorfont" is not in the correct order, it should be before "settings"
(#56) The string key "bgcolor_help" is not in the correct order, it should be before "colorfont_help"
(#59) The string key "bgcolor_selected" is not in the correct order, it should be before "selectoption_help"
(#65) The string key "rounded" is not in the correct order, it should be before "selectd_file_desc"
(#67) The string key "selectform" is not in the correct order, it should be before "square"
(#71) The string key "plugin_description" is not in the correct order, it should be before "title_section_view_help"
(#75) The string key "one" is not in the correct order, it should be before "zero"
(#77) The string key "three" is not in the correct order, it should be before "two"
(#78) The string key "four" is not in the correct order, it should be before "three"
(#79) The string key "five" is not in the correct order, it should be before "four"
(#81) The string key "seven" is not in the correct order, it should be before "six"
(#82) The string key "eight" is not in the correct order, it should be before "seven"
(#85) The string key "eleven" is not in the correct order, it should be before "ten"
(#87) The string key "thirteen" is not in the correct order, it should be before "twelve"
(#88) The string key "fourteen" is not in the correct order, it should be before "thirteen"
(#89) The string key "fifteen" is not in the correct order, it should be before "fourteen"
(#91) The string key "groups_course" is not in the correct order, it should be before "sixteen"
(#94) The string key "color_gruping" is not in the correct order, it should be before "title_gruping"
(#96) The string key "sections_gruping" is not in the correct order, it should be before "title_gruping_help"
(#97) Expected at least 1 space before "="; 0 found
(#97) Expected at least 1 space after "="; 0 found
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
course/format/buttons/lang/es/format_buttons.php
(#40) The string key "fontcolor" is not in the correct order, it should be before "showfromothers"
(#42) The string key "config" is not in the correct order, it should be before "fontcolor_desc"
(#43) The string key "bgcolor" is not in the correct order, it should be before "config"
(#49) The string key "numeretion" is not in the correct order, it should be before "option4"
(#52) The string key "colorfont" is not in the correct order, it should be before "settings"
(#54) The string key "bgcolor_help" is not in the correct order, it should be before "colorfont_help"
(#57) The string key "bgcolor_selected" is not in the correct order, it should be before "selectoption_help"
(#63) The string key "rounded" is not in the correct order, it should be before "selectd_file_desc"
(#65) The string key "selectform" is not in the correct order, it should be before "square"
(#69) The string key "plugin_description" is not in the correct order, it should be before "title_section_view_help"
(#73) The string key "one" is not in the correct order, it should be before "zero"
(#75) The string key "three" is not in the correct order, it should be before "two"
(#76) The string key "four" is not in the correct order, it should be before "three"
(#77) The string key "five" is not in the correct order, it should be before "four"
(#79) The string key "seven" is not in the correct order, it should be before "six"
(#80) The string key "eight" is not in the correct order, it should be before "seven"
(#83) The string key "eleven" is not in the correct order, it should be before "ten"
(#85) The string key "thirteen" is not in the correct order, it should be before "twelve"
(#86) The string key "fourteen" is not in the correct order, it should be before "thirteen"
(#87) The string key "fifteen" is not in the correct order, it should be before "fourteen"
(#89) The string key "groups_course" is not in the correct order, it should be before "sixteen"
(#92) The string key "color_gruping" is not in the correct order, it should be before "title_gruping"
(#94) The string key "sections_gruping" is not in the correct order, it should be before "title_gruping_help"
(#95) Unexpected string end, it should be a line feed after a semicolon
(#95) Expected 1 newline at end of file; 0 found
course/format/buttons/lib.php
(#1) Missing docblock for file lib.php
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#30) No one-line description found in phpdocs for docblock of function __construct
(#31) Opening brace should be on the same line as the declaration
(#51) Opening brace should be on the same line as the declaration
(#62) Opening brace should be on the same line as the declaration
(#72) Opening brace should be on the same line as the declaration
(#85) Opening brace should be on the same line as the declaration
(#97) Opening brace should be on the same line as the declaration
(#110) Opening brace should be on the same line as the declaration
(#120) Opening brace should be on the same line as the declaration
(#133) Opening brace should be on the same line as the declaration
(#155) Opening brace should be on the same line as the declaration
(#158) Short array syntax must be used to define arrays
(#163) There should be a comma after the last array item in a multi-line array.
(#166) Short array syntax must be used to define arrays
(#171) There should be a comma after the last array item in a multi-line array.
(#174) Short array syntax must be used to define arrays
(#179) There should be a comma after the last array item in a multi-line array.
(#182) Short array syntax must be used to define arrays
(#187) There should be a comma after the last array item in a multi-line array.
(#191) Short array syntax must be used to define arrays
(#197) Short array syntax must be used to define arrays
(#198) Short array syntax must be used to define arrays
(#202) There should be a comma after the last array item in a multi-line array.
(#203) There should be a comma after the last array item in a multi-line array.
(#204) There should be a comma after the last array item in a multi-line array.
(#207) Short array syntax must be used to define arrays
(#213) Short array syntax must be used to define arrays
(#214) Short array syntax must be used to define arrays
(#217) There should be a comma after the last array item in a multi-line array.
(#218) There should be a comma after the last array item in a multi-line array.
(#221) Short array syntax must be used to define arrays
(#227) Short array syntax must be used to define arrays
(#228) Short array syntax must be used to define arrays
(#231) There should be a comma after the last array item in a multi-line array.
(#232) There should be a comma after the last array item in a multi-line array.
(#235) Short array syntax must be used to define arrays
(#241) Short array syntax must be used to define arrays
(#242) Short array syntax must be used to define arrays
(#245) There should be a comma after the last array item in a multi-line array.
(#246) There should be a comma after the last array item in a multi-line array.
(#249) Variable "max_groups" must not contain underscores.
(#250) Variable "max_groups" must not contain underscores.
(#251) Variable "max_sections" must not contain underscores.
(#252) Variable "max_sections" must not contain underscores.
(#254) Variable "max_groups" must not contain underscores.
(#255) Short array syntax must be used to define arrays
(#261) Short array syntax must be used to define arrays
(#262) There should be a comma after the last array item in a multi-line array.
(#263) There should be a comma after the last array item in a multi-line array.
(#266) Short array syntax must be used to define arrays
(#273) Short array syntax must be used to define arrays
(#292) Possible useless method overriding detected
(#293) Opening brace should be on the same line as the declaration
(#294) Inline comments must end in full-stops, exclamation marks, or question marks
(#303) Opening brace should be on the same line as the declaration
(#318) Opening brace should be on the same line as the declaration
(#334) DocBlock missing a @package tag for function format_buttons_inplace_editable. Expected @package format_buttons
(#335) Opening brace should be on the same line as the declaration
course/format/buttons/settings.php
(#1) Moodle boilerplate not found
(#12) Blank line found at start of control structure
(#16) Only one argument is allowed per line in a multi-line function call
(#33) Short array syntax must be used to define arrays
(#37) There should be a comma after the last array item in a multi-line array.
(#68) Short array syntax must be used to define arrays
(#71) Short array syntax must be used to define arrays
(#74) There should be a comma after the last array item in a multi-line array.

Javascript coding style problems

(0 errors, 0 warnings)

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


CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(15 errors, 0 warnings)

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

course/format/buttons/classes/output/courseformat/content.php
(#233) Phpdocs for function content::agruping_sections has incomplete parameters list
(#290) Phpdocs for function content::get_namesection_for_btn has incomplete parameters list
(#427) Phpdocs for function content::get_param_for_url has incomplete parameters list
(#456) Phpdocs for function content::save_last_section_access has incomplete parameters list
(#469) Phpdocs for function content::get_last_section_access has incomplete parameters list
(#537) Phpdocs for function content::convert_lowercase_letter has incomplete parameters list
(#578) Phpdocs for function content::convert_uppercase_letter has incomplete parameters list
(#646) Phpdocs for function content::get_content_file has incomplete parameters list
course/format/buttons/classes/output/courseformat/content/section.php
(#42) Phpdocs for function section::get_template_name has incomplete parameters list
course/format/buttons/classes/output/courseformat/content/section/cmitem.php
(#32) Phpdocs for function cmitem::get_template_name has incomplete parameters list
course/format/buttons/lib.php
(#27) Phpdocs for function format_buttons::__construct has incomplete parameters list
(#149) Phpdocs for function format_buttons::course_format_options has incomplete parameters list
(#288) Phpdocs for function format_buttons::delete_section has incomplete parameters list
(#313) Phpdocs for function format_buttons::allow_stealth_module_visibility has incomplete parameters list
(#104) Inline phpdocs tag {@link course_can_delete_section()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(0 errors, 0 warnings)

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


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 7 warnings)

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

course/format/buttons/templates/local/content.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 3: Empty heading. (qid"> <h2 class="accesshide"></h2>)
(#1) ESLint warning [space-in-parens]: There should be no space before this paren. ( component.init('#page', {}, );
course/format/buttons/templates/local/content/section.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 13: Element “li” not allowed as child of element “body” in this context. (Suppressing further errors from this subtree.) (dy> <li id="section-" class="section course-section main clearfix " data-sectionid="" data-sectionreturnid="" data-for="section" data-id="" data-number="" > )
course/format/buttons/templates/local/content/section/cmitem.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 7: Element “li” not allowed as child of element “body” in this context. (Suppressing further errors from this subtree.) (ad><body><li class="activity modtype_ " id="" data-for="cmitem" data-id=""></li>)
course/format/buttons/templates/local/content/section/content.mustache
(#1) Example context missing (@template section not found.)

Gherkin .feature problems

(0 errors, 0 warnings)

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