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

(791 errors, 26 warnings)

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

admin/tool/htmlbootstrapeditor/classes/admin_setting_configtext_iconclass.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Missing docblock for class admin_setting_configtext_iconclass
(#30) Missing docblock for constant admin_setting_configtext_iconclass::DEFAULT_VALUE
(#32) Missing docblock for function validate
(#32) Whitespace found at end of line
(#33) Expected "if (...) {\n"; found "if (...){\n"
(#33) Expected 1 space after closing parenthesis; found 0
(#35) Whitespace found at end of line
(#38) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#38) Expected 1 space after FOREACH keyword; 0 found
(#38) Expected 1 space after closing parenthesis; found 0
(#39) Expected "if (...) {\n"; found "if (...){\n"
(#39) Expected 1 space after closing parenthesis; found 0
(#45) Expected 1 newline at end of file; 0 found
admin/tool/htmlbootstrapeditor/classes/privacy/provider.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#34) Import statements must not begin with a leading backslash
(#36) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#38) Missing docblock for class provider
(#38) The interface names in a "class implements" statement should be ordered alphabetically. Expected: \core_privacy\local\metadata\provider, \core_privacy\local\request\core_userlist_provider, \core_privacy\local\request\plugin\provider; Found: \core_privacy\local\request\core_userlist_provider, \core_privacy\local\metadata\provider, \core_privacy\local\request\plugin\provider
(#39) Expected 4 spaces before interface name; 8 found
(#40) Expected 4 spaces before interface name; 8 found
(#41) Expected 4 spaces before interface name; 8 found
(#41) Opening brace must not be followed by a blank line
(#49) There must not be a space before the colon in a return type declaration
(#61) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#72) There must not be a space before the colon in a return type declaration
(#74) Whitespace found at end of line within string
(#75) Whitespace found at end of line within string
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) No space found before comment text; expected "// Templates aren't tied to any context" but found "//Templates aren't tied to any context"
(#95) Whitespace found at end of line within string
(#96) 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
(#129) There should be a comma after the last array item in a multi-line array.
(#136) There should be a comma after the last array item in a multi-line array.
(#200) Expected 1 newline at end of file; 0 found
(#200) The closing brace for the class must go on the next line after the body
admin/tool/htmlbootstrapeditor/db/install.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#27) Missing docblock for function xmldb_tool_htmlbootstrapeditor_install
(#33) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#33) Expected 1 space after closing parenthesis; found 0
admin/tool/htmlbootstrapeditor/db/services.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#1) Whitespace found at end of line
(#1) Moodle boilerplate not found at first line
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#23) Whitespace found at end of line
(#26) Short array syntax must be used to define arrays
(#28) Short array syntax must be used to define arrays
(#36) Short array syntax must be used to define arrays
(#44) Short array syntax must be used to define arrays
(#52) Short array syntax must be used to define arrays
(#62) Expected 1 newline at end of file; 0 found
admin/tool/htmlbootstrapeditor/db/upgrade.php
(#1) No one-line description found in phpdocs for docblock of file upgrade.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#19) Whitespace found at end of line
(#23) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#25) Missing docblock for function xmldb_tool_htmlbootstrapeditor_upgrade
(#42) Whitespace found at end of line
admin/tool/htmlbootstrapeditor/externallib.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#29) Missing docblock for class tool_htmlbootstrapeditor_external
(#29) Opening brace must not be followed by a blank line
(#30) Whitespace found at end of line
(#31) Blank comments are not allowed
(#32) Missing docblock for function get_template_list_parameters
(#33) Short array syntax must be used to define arrays
(#38) Missing docblock for function get_template_list_returns
(#40) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#41) Short array syntax must be used to define arrays
(#49) Only one argument is allowed per line in a multi-line function call
(#49) Only one argument is allowed per line in a multi-line function call
(#49) Short array syntax must be used to define arrays
(#50) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#53) Missing docblock for function get_template_list
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) This comment is 67% valid code; is this commented out code?
(#56) No space found before comment text; expected "// $params = self::validate_parameters(" but found "//$params = self::validate_parameters("
(#57) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#62) Short array syntax must be used to define arrays
(#64) Short array syntax must be used to define arrays
(#65) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#65) Expected 1 space after closing parenthesis; found 0
(#68) Whitespace found at end of line
(#71) Whitespace found at end of line
(#72) Missing docblock for function save_template_parameters
(#73) Short array syntax must be used to define arrays
(#80) Whitespace found at end of line
(#81) Missing docblock for function save_template_returns
(#84) Short array syntax must be used to define arrays
(#90) Missing docblock for function save_template
(#93) Multi-line function call not indented correctly; expected 12 spaces but found 24
(#94) Multi-line function call not indented correctly; expected 8 spaces but found 24
(#94) Short array syntax must be used to define arrays
(#94) Closing parenthesis of a multi-line function call must be on a line by itself
(#98) Whitespace found at end of line
(#99) Short array syntax must be used to define arrays
(#99) Line exceeds maximum limit of 180 characters; contains 201 characters
(#100) Short array syntax must be used to define arrays
(#102) Whitespace found at end of line
(#103) Missing docblock for function import_templates_parameters
(#104) Short array syntax must be used to define arrays
(#108) Whitespace found at end of line
(#109) Missing docblock for function import_templates_returns
(#112) Short array syntax must be used to define arrays
(#118) Missing docblock for function import_templates
(#118) Variable "fileContent" must be all lower-case
(#122) Multi-line function call not indented correctly; expected 12 spaces but found 24
(#123) Multi-line function call not indented correctly; expected 8 spaces but found 24
(#123) Short array syntax must be used to define arrays
(#123) Variable "fileContent" must be all lower-case
(#123) Closing parenthesis of a multi-line function call must be on a line by itself
(#128) Variable "fileContent" must be all lower-case
(#130) Expected "if (...) {\n"; found "if(...){\n"
(#130) Expected 1 space after IF keyword; 0 found
(#130) Variable "fileContent" must be all lower-case
(#130) Expected 1 space after closing parenthesis; found 0
(#131) Variable "fileContent" must be all lower-case
(#131) Short array syntax must be used to define arrays
(#131) Variable "fileContent" must be all lower-case
(#134) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#134) Expected 1 space after FOREACH keyword; 0 found
(#134) Variable "fileContent" must be all lower-case
(#134) Expected 1 space after closing parenthesis; found 0
(#135) Inline control structures are not allowed
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) No space found before comment text; expected "// JSON sometimes voids capit keys" but found "//JSON sometimes voids capit keys"
(#136) Short array syntax must be used to define arrays
(#136) Line exceeds maximum limit of 180 characters; contains 189 characters
(#138) Short array syntax must be used to define arrays
(#140) Whitespace found at end of line
(#141) Missing docblock for function delete_template_parameters
(#142) Short array syntax must be used to define arrays
(#146) Whitespace found at end of line
(#147) Missing docblock for function delete_template_returns
(#150) Short array syntax must be used to define arrays
(#156) Missing docblock for function delete_template
(#160) 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
(#166) Line exceeds 132 characters; contains 170 characters
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) No space found before comment text; expected "// Pass userid so user can only delete their own templates" but found "//Pass userid so user can only delete their own templates"
(#167) Short array syntax must be used to define arrays
(#170) The closing brace for the class must go on the next line after the body
admin/tool/htmlbootstrapeditor/lang/en/tool_htmlbootstrapeditor.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file tool_htmlbootstrapeditor.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Unexpected string end, it should be a line feed after a semicolon
(#3) Unexpected string end, it should be a line feed after a semicolon
(#4) Unexpected string end, it should be a line feed after a semicolon
(#5) Unexpected string end, it should be a line feed after a semicolon
(#6) Unexpected string end, it should be a line feed after a semicolon
(#7) Unexpected string end, it should be a line feed after a semicolon
(#8) Unexpected string end, it should be a line feed after a semicolon
(#9) Unexpected string end, it should be a line feed after a semicolon
(#11) Unexpected string end, it should be a line feed after a semicolon
(#13) Unexpected comment found. Auto-fixing will not work after this comment
(#14) Unexpected string end, it should be a line feed after a semicolon
(#15) Unexpected string end, it should be a line feed after a semicolon
(#16) Unexpected string end, it should be a line feed after a semicolon
(#17) Unexpected string end, it should be a line feed after a semicolon
(#18) Unexpected string end, it should be a line feed after a semicolon
(#19) Unexpected string end, it should be a line feed after a semicolon
(#20) Unexpected string end, it should be a line feed after a semicolon
(#21) Unexpected string end, it should be a line feed after a semicolon
(#22) Unexpected string end, it should be a line feed after a semicolon
(#23) Unexpected string end, it should be a line feed after a semicolon
(#24) Unexpected string end, it should be a line feed after a semicolon
(#25) Unexpected string end, it should be a line feed after a semicolon
(#26) Unexpected string end, it should be a line feed after a semicolon
(#27) Unexpected string end, it should be a line feed after a semicolon
(#28) Unexpected string end, it should be a line feed after a semicolon
(#29) Unexpected string end, it should be a line feed after a semicolon
(#30) Whitespace found at end of line
(#32) Unexpected comment found. Auto-fixing will not work after this comment
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) No space found before comment text; expected "// React" but found "//React"
(#33) Unexpected string end, it should be a line feed after a semicolon
(#34) Unexpected string end, it should be a line feed after a semicolon
(#35) Unexpected string end, it should be a line feed after a semicolon
(#36) Unexpected string end, it should be a line feed after a semicolon
(#37) Unexpected string end, it should be a line feed after a semicolon
(#38) Unexpected string end, it should be a line feed after a semicolon
(#39) Unexpected string end, it should be a line feed after a semicolon
(#40) Unexpected string end, it should be a line feed after a semicolon
(#41) Unexpected string end, it should be a line feed after a semicolon
(#42) Unexpected string end, it should be a line feed after a semicolon
(#43) Unexpected string end, it should be a line feed after a semicolon
(#44) Unexpected string end, it should be a line feed after a semicolon
(#45) Unexpected string end, it should be a line feed after a semicolon
(#46) Unexpected string end, it should be a line feed after a semicolon
(#47) Unexpected string end, it should be a line feed after a semicolon
(#48) Unexpected string end, it should be a line feed after a semicolon
(#49) Unexpected string end, it should be a line feed after a semicolon
(#50) Unexpected string end, it should be a line feed after a semicolon
(#51) Unexpected string end, it should be a line feed after a semicolon
(#51) Whitespace found at end of line
(#52) Unexpected string end, it should be a line feed after a semicolon
(#53) Unexpected string end, it should be a line feed after a semicolon
(#54) Unexpected string end, it should be a line feed after a semicolon
(#55) Unexpected string end, it should be a line feed after a semicolon
(#56) Unexpected string end, it should be a line feed after a semicolon
(#57) Unexpected string end, it should be a line feed after a semicolon
(#58) Unexpected string end, it should be a line feed after a semicolon
(#59) Unexpected string end, it should be a line feed after a semicolon
(#60) Unexpected string end, it should be a line feed after a semicolon
(#61) Unexpected string end, it should be a line feed after a semicolon
(#62) Unexpected string end, it should be a line feed after a semicolon
(#63) Unexpected string end, it should be a line feed after a semicolon
(#64) Unexpected string end, it should be a line feed after a semicolon
(#65) Unexpected string end, it should be a line feed after a semicolon
(#66) Unexpected string end, it should be a line feed after a semicolon
(#67) Unexpected string end, it should be a line feed after a semicolon
(#68) Unexpected string end, it should be a line feed after a semicolon
(#69) Unexpected string end, it should be a line feed after a semicolon
(#70) Unexpected string end, it should be a line feed after a semicolon
(#71) Unexpected string end, it should be a line feed after a semicolon
(#72) Unexpected string end, it should be a line feed after a semicolon
(#73) Unexpected string end, it should be a line feed after a semicolon
(#74) Unexpected string end, it should be a line feed after a semicolon
(#75) Unexpected string end, it should be a line feed after a semicolon
(#76) Unexpected string end, it should be a line feed after a semicolon
(#77) Unexpected string end, it should be a line feed after a semicolon
(#78) Unexpected string end, it should be a line feed after a semicolon
(#79) Unexpected string end, it should be a line feed after a semicolon
(#80) Unexpected string end, it should be a line feed after a semicolon
(#81) Unexpected string end, it should be a line feed after a semicolon
(#82) Unexpected string end, it should be a line feed after a semicolon
(#83) Unexpected string end, it should be a line feed after a semicolon
(#84) Unexpected string end, it should be a line feed after a semicolon
(#85) Unexpected string end, it should be a line feed after a semicolon
(#86) Unexpected string end, it should be a line feed after a semicolon
(#87) Unexpected string end, it should be a line feed after a semicolon
(#88) Unexpected string end, it should be a line feed after a semicolon
(#89) Unexpected string end, it should be a line feed after a semicolon
(#90) Unexpected string end, it should be a line feed after a semicolon
(#91) Unexpected string end, it should be a line feed after a semicolon
(#92) Unexpected string end, it should be a line feed after a semicolon
(#93) Unexpected string end, it should be a line feed after a semicolon
(#94) Unexpected string end, it should be a line feed after a semicolon
(#95) Unexpected string end, it should be a line feed after a semicolon
(#96) Unexpected string end, it should be a line feed after a semicolon
(#97) Unexpected string end, it should be a line feed after a semicolon
(#98) Unexpected string end, it should be a line feed after a semicolon
(#99) Unexpected string end, it should be a line feed after a semicolon
(#100) Unexpected string end, it should be a line feed after a semicolon
(#101) Unexpected string end, it should be a line feed after a semicolon
(#102) Unexpected string end, it should be a line feed after a semicolon
(#103) Unexpected string end, it should be a line feed after a semicolon
(#104) Unexpected string end, it should be a line feed after a semicolon
(#105) Unexpected string end, it should be a line feed after a semicolon
(#106) Unexpected string end, it should be a line feed after a semicolon
(#107) Unexpected string end, it should be a line feed after a semicolon
(#108) Unexpected string end, it should be a line feed after a semicolon
(#109) Unexpected string end, it should be a line feed after a semicolon
(#110) Unexpected string end, it should be a line feed after a semicolon
(#111) Unexpected string end, it should be a line feed after a semicolon
(#112) Unexpected string end, it should be a line feed after a semicolon
(#113) Unexpected string end, it should be a line feed after a semicolon
(#114) Unexpected string end, it should be a line feed after a semicolon
(#115) Unexpected string end, it should be a line feed after a semicolon
(#116) Unexpected string end, it should be a line feed after a semicolon
(#117) Unexpected string end, it should be a line feed after a semicolon
(#118) Unexpected string end, it should be a line feed after a semicolon
(#119) Unexpected string end, it should be a line feed after a semicolon
(#120) Unexpected string end, it should be a line feed after a semicolon
(#121) Unexpected string end, it should be a line feed after a semicolon
(#122) Unexpected string end, it should be a line feed after a semicolon
(#123) Unexpected string end, it should be a line feed after a semicolon
(#124) Unexpected string end, it should be a line feed after a semicolon
(#125) Unexpected string end, it should be a line feed after a semicolon
(#126) Unexpected string end, it should be a line feed after a semicolon
(#127) Unexpected string end, it should be a line feed after a semicolon
(#128) Unexpected string end, it should be a line feed after a semicolon
(#129) Unexpected string end, it should be a line feed after a semicolon
(#130) Unexpected string end, it should be a line feed after a semicolon
(#131) Unexpected string end, it should be a line feed after a semicolon
(#132) Unexpected string end, it should be a line feed after a semicolon
(#133) Unexpected string end, it should be a line feed after a semicolon
(#134) Unexpected string end, it should be a line feed after a semicolon
(#135) Unexpected string end, it should be a line feed after a semicolon
(#136) Unexpected string end, it should be a line feed after a semicolon
(#137) Unexpected string end, it should be a line feed after a semicolon
(#138) Unexpected string end, it should be a line feed after a semicolon
(#139) Unexpected string end, it should be a line feed after a semicolon
(#140) Unexpected string end, it should be a line feed after a semicolon
(#141) Unexpected string end, it should be a line feed after a semicolon
(#142) Unexpected string end, it should be a line feed after a semicolon
(#143) Unexpected string end, it should be a line feed after a semicolon
(#144) Unexpected string end, it should be a line feed after a semicolon
(#145) Unexpected string end, it should be a line feed after a semicolon
(#146) Unexpected string end, it should be a line feed after a semicolon
(#147) Unexpected string end, it should be a line feed after a semicolon
(#148) Unexpected string end, it should be a line feed after a semicolon
(#149) Unexpected string end, it should be a line feed after a semicolon
(#150) Unexpected string end, it should be a line feed after a semicolon
(#151) Unexpected string end, it should be a line feed after a semicolon
(#152) Unexpected string end, it should be a line feed after a semicolon
(#153) Unexpected string end, it should be a line feed after a semicolon
(#154) Unexpected string end, it should be a line feed after a semicolon
(#155) Unexpected string end, it should be a line feed after a semicolon
(#156) Unexpected string end, it should be a line feed after a semicolon
(#157) Unexpected string end, it should be a line feed after a semicolon
(#158) Unexpected string end, it should be a line feed after a semicolon
(#159) Unexpected string end, it should be a line feed after a semicolon
(#160) Unexpected string end, it should be a line feed after a semicolon
(#161) Unexpected string end, it should be a line feed after a semicolon
(#162) Unexpected string end, it should be a line feed after a semicolon
(#163) Unexpected string end, it should be a line feed after a semicolon
(#164) Unexpected string end, it should be a line feed after a semicolon
(#165) Unexpected string end, it should be a line feed after a semicolon
(#166) Unexpected string end, it should be a line feed after a semicolon
(#167) Unexpected string end, it should be a line feed after a semicolon
(#168) Unexpected string end, it should be a line feed after a semicolon
(#169) Unexpected string end, it should be a line feed after a semicolon
(#170) Unexpected string end, it should be a line feed after a semicolon
(#171) Unexpected string end, it should be a line feed after a semicolon
(#172) Unexpected string end, it should be a line feed after a semicolon
(#173) Unexpected string end, it should be a line feed after a semicolon
(#174) Unexpected string end, it should be a line feed after a semicolon
(#175) Unexpected string end, it should be a line feed after a semicolon
(#176) Unexpected string end, it should be a line feed after a semicolon
(#177) Unexpected string end, it should be a line feed after a semicolon
(#178) Unexpected string end, it should be a line feed after a semicolon
(#179) Unexpected string end, it should be a line feed after a semicolon
(#180) Unexpected string end, it should be a line feed after a semicolon
(#181) Unexpected string end, it should be a line feed after a semicolon
(#182) Unexpected string end, it should be a line feed after a semicolon
(#183) Unexpected string end, it should be a line feed after a semicolon
(#184) Unexpected string end, it should be a line feed after a semicolon
(#185) Unexpected string end, it should be a line feed after a semicolon
(#186) Unexpected string end, it should be a line feed after a semicolon
(#187) Unexpected string end, it should be a line feed after a semicolon
(#188) Unexpected string end, it should be a line feed after a semicolon
(#189) Unexpected string end, it should be a line feed after a semicolon
(#190) Unexpected string end, it should be a line feed after a semicolon
(#191) Unexpected string end, it should be a line feed after a semicolon
(#192) Unexpected string end, it should be a line feed after a semicolon
(#193) Unexpected string end, it should be a line feed after a semicolon
(#194) Unexpected string end, it should be a line feed after a semicolon
(#195) Unexpected string end, it should be a line feed after a semicolon
(#196) Unexpected string end, it should be a line feed after a semicolon
(#197) Unexpected string end, it should be a line feed after a semicolon
(#198) Unexpected string end, it should be a line feed after a semicolon
(#199) Unexpected string end, it should be a line feed after a semicolon
(#200) Unexpected string end, it should be a line feed after a semicolon
(#201) Unexpected string end, it should be a line feed after a semicolon
(#202) Unexpected string end, it should be a line feed after a semicolon
(#203) Unexpected string end, it should be a line feed after a semicolon
(#204) Unexpected string end, it should be a line feed after a semicolon
(#205) Unexpected string end, it should be a line feed after a semicolon
(#206) Unexpected string end, it should be a line feed after a semicolon
(#207) Unexpected string end, it should be a line feed after a semicolon
(#208) Unexpected string end, it should be a line feed after a semicolon
(#209) Unexpected string end, it should be a line feed after a semicolon
(#210) Unexpected string end, it should be a line feed after a semicolon
(#211) Unexpected string end, it should be a line feed after a semicolon
(#212) Unexpected string end, it should be a line feed after a semicolon
(#213) Unexpected string end, it should be a line feed after a semicolon
(#214) Unexpected string end, it should be a line feed after a semicolon
(#215) Unexpected string end, it should be a line feed after a semicolon
(#216) Unexpected string end, it should be a line feed after a semicolon
(#217) Unexpected string end, it should be a line feed after a semicolon
(#218) Unexpected string end, it should be a line feed after a semicolon
(#219) Unexpected string end, it should be a line feed after a semicolon
(#220) Unexpected string end, it should be a line feed after a semicolon
(#221) Unexpected string end, it should be a line feed after a semicolon
(#222) Unexpected string end, it should be a line feed after a semicolon
(#223) Unexpected string end, it should be a line feed after a semicolon
(#224) Unexpected string end, it should be a line feed after a semicolon
(#225) Unexpected string end, it should be a line feed after a semicolon
(#226) Unexpected string end, it should be a line feed after a semicolon
(#227) Unexpected string end, it should be a line feed after a semicolon
(#228) Unexpected string end, it should be a line feed after a semicolon
(#229) Unexpected string end, it should be a line feed after a semicolon
(#230) Unexpected string end, it should be a line feed after a semicolon
(#231) Unexpected string end, it should be a line feed after a semicolon
(#232) Unexpected string end, it should be a line feed after a semicolon
(#233) Unexpected string end, it should be a line feed after a semicolon
(#234) Unexpected string end, it should be a line feed after a semicolon
(#235) Unexpected string end, it should be a line feed after a semicolon
(#236) Unexpected string end, it should be a line feed after a semicolon
(#237) Unexpected string end, it should be a line feed after a semicolon
(#238) Unexpected string end, it should be a line feed after a semicolon
(#239) Unexpected string end, it should be a line feed after a semicolon
(#240) Unexpected string end, it should be a line feed after a semicolon
(#241) Unexpected string end, it should be a line feed after a semicolon
(#242) Unexpected string end, it should be a line feed after a semicolon
(#243) Unexpected string end, it should be a line feed after a semicolon
(#244) Unexpected string end, it should be a line feed after a semicolon
(#245) Unexpected string end, it should be a line feed after a semicolon
(#246) Unexpected string end, it should be a line feed after a semicolon
(#247) Unexpected string end, it should be a line feed after a semicolon
(#248) Unexpected string end, it should be a line feed after a semicolon
(#249) Unexpected string end, it should be a line feed after a semicolon
(#250) Unexpected string end, it should be a line feed after a semicolon
(#251) Unexpected string end, it should be a line feed after a semicolon
(#252) Unexpected string end, it should be a line feed after a semicolon
(#253) Unexpected string end, it should be a line feed after a semicolon
(#254) Unexpected string end, it should be a line feed after a semicolon
(#255) Unexpected string end, it should be a line feed after a semicolon
(#255) Whitespace found at end of line within string
(#257) Unexpected string end, it should be a line feed after a semicolon
(#258) Unexpected string end, it should be a line feed after a semicolon
(#259) Unexpected string end, it should be a line feed after a semicolon
(#260) Unexpected string end, it should be a line feed after a semicolon
(#261) Unexpected string end, it should be a line feed after a semicolon
(#262) Unexpected string end, it should be a line feed after a semicolon
(#263) Unexpected string end, it should be a line feed after a semicolon
(#264) Unexpected string end, it should be a line feed after a semicolon
(#265) Unexpected string end, it should be a line feed after a semicolon
(#266) Unexpected string end, it should be a line feed after a semicolon
(#268) Unexpected string end, it should be a line feed after a semicolon
(#269) Unexpected string end, it should be a line feed after a semicolon
(#270) Unexpected string end, it should be a line feed after a semicolon
(#271) Unexpected string end, it should be a line feed after a semicolon
(#272) Unexpected string end, it should be a line feed after a semicolon
(#273) Unexpected string end, it should be a line feed after a semicolon
(#274) Unexpected string end, it should be a line feed after a semicolon
(#275) Unexpected string end, it should be a line feed after a semicolon
(#275) Expected 1 newline at end of file; 0 found
admin/tool/htmlbootstrapeditor/lang/fr/tool_htmlbootstrapeditor.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file tool_htmlbootstrapeditor.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Unexpected string end, it should be a line feed after a semicolon
(#3) Unexpected string end, it should be a line feed after a semicolon
(#4) Unexpected string end, it should be a line feed after a semicolon
(#5) Unexpected string end, it should be a line feed after a semicolon
(#6) Unexpected string end, it should be a line feed after a semicolon
(#7) Unexpected string end, it should be a line feed after a semicolon
(#8) Unexpected string end, it should be a line feed after a semicolon
(#9) Unexpected string end, it should be a line feed after a semicolon
(#11) Unexpected string end, it should be a line feed after a semicolon
(#13) Unexpected comment found. Auto-fixing will not work after this comment
(#14) Unexpected string end, it should be a line feed after a semicolon
(#15) Unexpected string end, it should be a line feed after a semicolon
(#16) Unexpected string end, it should be a line feed after a semicolon
(#17) Unexpected string end, it should be a line feed after a semicolon
(#18) Unexpected string end, it should be a line feed after a semicolon
(#19) Unexpected string end, it should be a line feed after a semicolon
(#20) Unexpected string end, it should be a line feed after a semicolon
(#21) Unexpected string end, it should be a line feed after a semicolon
(#22) Unexpected string end, it should be a line feed after a semicolon
(#23) Unexpected string end, it should be a line feed after a semicolon
(#24) Unexpected string end, it should be a line feed after a semicolon
(#25) Unexpected string end, it should be a line feed after a semicolon
(#26) Whitespace found at end of line
(#27) Unexpected comment found. Auto-fixing will not work after this comment
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) No space found before comment text; expected "// React" but found "//React"
(#28) Unexpected string end, it should be a line feed after a semicolon
(#29) Unexpected string end, it should be a line feed after a semicolon
(#30) Unexpected string end, it should be a line feed after a semicolon
(#31) Unexpected string end, it should be a line feed after a semicolon
(#32) Unexpected string end, it should be a line feed after a semicolon
(#33) Unexpected string end, it should be a line feed after a semicolon
(#34) Unexpected string end, it should be a line feed after a semicolon
(#35) Unexpected string end, it should be a line feed after a semicolon
(#36) Unexpected string end, it should be a line feed after a semicolon
(#37) Unexpected string end, it should be a line feed after a semicolon
(#38) Unexpected string end, it should be a line feed after a semicolon
(#39) Unexpected string end, it should be a line feed after a semicolon
(#40) Unexpected string end, it should be a line feed after a semicolon
(#41) Unexpected string end, it should be a line feed after a semicolon
(#42) Unexpected string end, it should be a line feed after a semicolon
(#43) Unexpected string end, it should be a line feed after a semicolon
(#44) Unexpected string end, it should be a line feed after a semicolon
(#45) Unexpected string end, it should be a line feed after a semicolon
(#46) Unexpected string end, it should be a line feed after a semicolon
(#47) Unexpected string end, it should be a line feed after a semicolon
(#48) Unexpected string end, it should be a line feed after a semicolon
(#48) Whitespace found at end of line
(#49) Unexpected string end, it should be a line feed after a semicolon
(#50) Unexpected string end, it should be a line feed after a semicolon
(#51) Unexpected string end, it should be a line feed after a semicolon
(#52) Unexpected string end, it should be a line feed after a semicolon
(#53) Unexpected string end, it should be a line feed after a semicolon
(#54) Unexpected string end, it should be a line feed after a semicolon
(#55) Unexpected string end, it should be a line feed after a semicolon
(#56) Unexpected string end, it should be a line feed after a semicolon
(#57) Unexpected string end, it should be a line feed after a semicolon
(#58) Unexpected string end, it should be a line feed after a semicolon
(#59) Unexpected string end, it should be a line feed after a semicolon
(#60) Unexpected string end, it should be a line feed after a semicolon
(#61) Unexpected string end, it should be a line feed after a semicolon
(#62) Unexpected string end, it should be a line feed after a semicolon
(#63) Unexpected string end, it should be a line feed after a semicolon
(#64) Unexpected string end, it should be a line feed after a semicolon
(#65) Unexpected string end, it should be a line feed after a semicolon
(#66) Unexpected string end, it should be a line feed after a semicolon
(#67) Unexpected string end, it should be a line feed after a semicolon
(#68) Unexpected string end, it should be a line feed after a semicolon
(#69) Unexpected string end, it should be a line feed after a semicolon
(#70) Unexpected string end, it should be a line feed after a semicolon
(#71) Unexpected string end, it should be a line feed after a semicolon
(#72) Unexpected string end, it should be a line feed after a semicolon
(#73) Unexpected string end, it should be a line feed after a semicolon
(#74) Unexpected string end, it should be a line feed after a semicolon
(#75) Unexpected string end, it should be a line feed after a semicolon
(#76) Unexpected string end, it should be a line feed after a semicolon
(#77) Unexpected string end, it should be a line feed after a semicolon
(#78) Unexpected string end, it should be a line feed after a semicolon
(#79) Unexpected string end, it should be a line feed after a semicolon
(#80) Unexpected string end, it should be a line feed after a semicolon
(#81) Unexpected string end, it should be a line feed after a semicolon
(#82) Unexpected string end, it should be a line feed after a semicolon
(#83) Unexpected string end, it should be a line feed after a semicolon
(#84) Unexpected string end, it should be a line feed after a semicolon
(#85) Unexpected string end, it should be a line feed after a semicolon
(#86) Unexpected string end, it should be a line feed after a semicolon
(#87) Unexpected string end, it should be a line feed after a semicolon
(#88) Unexpected string end, it should be a line feed after a semicolon
(#89) Unexpected string end, it should be a line feed after a semicolon
(#90) Unexpected string end, it should be a line feed after a semicolon
(#91) Unexpected string end, it should be a line feed after a semicolon
(#92) Unexpected string end, it should be a line feed after a semicolon
(#93) Unexpected string end, it should be a line feed after a semicolon
(#94) Unexpected string end, it should be a line feed after a semicolon
(#95) Unexpected string end, it should be a line feed after a semicolon
(#96) Unexpected string end, it should be a line feed after a semicolon
(#97) Unexpected string end, it should be a line feed after a semicolon
(#98) Unexpected string end, it should be a line feed after a semicolon
(#99) Unexpected string end, it should be a line feed after a semicolon
(#100) Unexpected string end, it should be a line feed after a semicolon
(#101) Unexpected string end, it should be a line feed after a semicolon
(#102) Unexpected string end, it should be a line feed after a semicolon
(#103) Unexpected string end, it should be a line feed after a semicolon
(#104) Unexpected string end, it should be a line feed after a semicolon
(#105) Unexpected string end, it should be a line feed after a semicolon
(#106) Unexpected string end, it should be a line feed after a semicolon
(#107) Unexpected string end, it should be a line feed after a semicolon
(#108) Unexpected string end, it should be a line feed after a semicolon
(#109) Unexpected string end, it should be a line feed after a semicolon
(#110) Unexpected string end, it should be a line feed after a semicolon
(#111) Unexpected string end, it should be a line feed after a semicolon
(#112) Unexpected string end, it should be a line feed after a semicolon
(#113) Unexpected string end, it should be a line feed after a semicolon
(#114) Unexpected string end, it should be a line feed after a semicolon
(#115) Unexpected string end, it should be a line feed after a semicolon
(#116) Unexpected string end, it should be a line feed after a semicolon
(#117) Unexpected string end, it should be a line feed after a semicolon
(#118) Unexpected string end, it should be a line feed after a semicolon
(#119) Unexpected string end, it should be a line feed after a semicolon
(#120) Unexpected string end, it should be a line feed after a semicolon
(#121) Unexpected string end, it should be a line feed after a semicolon
(#122) Unexpected string end, it should be a line feed after a semicolon
(#123) Unexpected string end, it should be a line feed after a semicolon
(#124) Unexpected string end, it should be a line feed after a semicolon
(#125) Unexpected string end, it should be a line feed after a semicolon
(#126) Unexpected string end, it should be a line feed after a semicolon
(#127) Unexpected string end, it should be a line feed after a semicolon
(#128) Unexpected string end, it should be a line feed after a semicolon
(#129) Unexpected string end, it should be a line feed after a semicolon
(#130) Unexpected string end, it should be a line feed after a semicolon
(#131) Unexpected string end, it should be a line feed after a semicolon
(#132) Unexpected string end, it should be a line feed after a semicolon
(#133) Unexpected string end, it should be a line feed after a semicolon
(#134) Unexpected string end, it should be a line feed after a semicolon
(#135) Unexpected string end, it should be a line feed after a semicolon
(#136) Unexpected string end, it should be a line feed after a semicolon
(#137) Unexpected string end, it should be a line feed after a semicolon
(#138) Unexpected string end, it should be a line feed after a semicolon
(#139) Unexpected string end, it should be a line feed after a semicolon
(#140) Unexpected string end, it should be a line feed after a semicolon
(#141) Unexpected string end, it should be a line feed after a semicolon
(#142) Unexpected string end, it should be a line feed after a semicolon
(#143) Unexpected string end, it should be a line feed after a semicolon
(#144) Unexpected string end, it should be a line feed after a semicolon
(#145) Unexpected string end, it should be a line feed after a semicolon
(#146) Unexpected string end, it should be a line feed after a semicolon
(#147) Unexpected string end, it should be a line feed after a semicolon
(#148) Unexpected string end, it should be a line feed after a semicolon
(#149) Unexpected string end, it should be a line feed after a semicolon
(#150) Unexpected string end, it should be a line feed after a semicolon
(#151) Unexpected string end, it should be a line feed after a semicolon
(#152) Unexpected string end, it should be a line feed after a semicolon
(#153) Unexpected string end, it should be a line feed after a semicolon
(#154) Unexpected string end, it should be a line feed after a semicolon
(#155) Unexpected string end, it should be a line feed after a semicolon
(#156) Unexpected string end, it should be a line feed after a semicolon
(#157) Unexpected string end, it should be a line feed after a semicolon
(#158) Unexpected string end, it should be a line feed after a semicolon
(#159) Unexpected string end, it should be a line feed after a semicolon
(#160) Unexpected string end, it should be a line feed after a semicolon
(#161) Unexpected string end, it should be a line feed after a semicolon
(#162) Unexpected string end, it should be a line feed after a semicolon
(#163) Unexpected string end, it should be a line feed after a semicolon
(#164) Unexpected string end, it should be a line feed after a semicolon
(#165) Unexpected string end, it should be a line feed after a semicolon
(#166) Unexpected string end, it should be a line feed after a semicolon
(#167) Unexpected string end, it should be a line feed after a semicolon
(#168) Unexpected string end, it should be a line feed after a semicolon
(#169) Unexpected string end, it should be a line feed after a semicolon
(#170) Unexpected string end, it should be a line feed after a semicolon
(#171) Unexpected string end, it should be a line feed after a semicolon
(#172) Unexpected string end, it should be a line feed after a semicolon
(#173) Unexpected string end, it should be a line feed after a semicolon
(#174) Unexpected string end, it should be a line feed after a semicolon
(#175) Unexpected string end, it should be a line feed after a semicolon
(#176) Unexpected string end, it should be a line feed after a semicolon
(#177) Unexpected string end, it should be a line feed after a semicolon
(#178) Unexpected string end, it should be a line feed after a semicolon
(#179) Unexpected string end, it should be a line feed after a semicolon
(#180) Unexpected string end, it should be a line feed after a semicolon
(#181) Unexpected string end, it should be a line feed after a semicolon
(#182) Unexpected string end, it should be a line feed after a semicolon
(#183) Unexpected string end, it should be a line feed after a semicolon
(#184) Unexpected string end, it should be a line feed after a semicolon
(#185) Unexpected string end, it should be a line feed after a semicolon
(#186) Unexpected string end, it should be a line feed after a semicolon
(#187) Unexpected string end, it should be a line feed after a semicolon
(#188) Unexpected string end, it should be a line feed after a semicolon
(#189) Unexpected string end, it should be a line feed after a semicolon
(#190) Unexpected string end, it should be a line feed after a semicolon
(#191) Unexpected string end, it should be a line feed after a semicolon
(#192) Unexpected string end, it should be a line feed after a semicolon
(#193) Unexpected string end, it should be a line feed after a semicolon
(#194) Unexpected string end, it should be a line feed after a semicolon
(#195) Unexpected string end, it should be a line feed after a semicolon
(#196) Unexpected string end, it should be a line feed after a semicolon
(#197) Unexpected string end, it should be a line feed after a semicolon
(#198) Unexpected string end, it should be a line feed after a semicolon
(#199) Unexpected string end, it should be a line feed after a semicolon
(#200) Unexpected string end, it should be a line feed after a semicolon
(#201) Unexpected string end, it should be a line feed after a semicolon
(#202) Unexpected string end, it should be a line feed after a semicolon
(#203) Unexpected string end, it should be a line feed after a semicolon
(#204) Unexpected string end, it should be a line feed after a semicolon
(#205) Unexpected string end, it should be a line feed after a semicolon
(#206) Unexpected string end, it should be a line feed after a semicolon
(#207) Unexpected string end, it should be a line feed after a semicolon
(#208) Unexpected string end, it should be a line feed after a semicolon
(#209) Unexpected string end, it should be a line feed after a semicolon
(#210) Unexpected string end, it should be a line feed after a semicolon
(#211) Unexpected string end, it should be a line feed after a semicolon
(#212) Unexpected string end, it should be a line feed after a semicolon
(#213) Unexpected string end, it should be a line feed after a semicolon
(#214) Unexpected string end, it should be a line feed after a semicolon
(#215) Unexpected string end, it should be a line feed after a semicolon
(#216) Unexpected string end, it should be a line feed after a semicolon
(#217) Unexpected string end, it should be a line feed after a semicolon
(#218) Unexpected string end, it should be a line feed after a semicolon
(#219) Unexpected string end, it should be a line feed after a semicolon
(#220) Unexpected string end, it should be a line feed after a semicolon
(#221) Unexpected string end, it should be a line feed after a semicolon
(#222) Unexpected string end, it should be a line feed after a semicolon
(#223) Unexpected string end, it should be a line feed after a semicolon
(#224) Unexpected string end, it should be a line feed after a semicolon
(#225) Unexpected string end, it should be a line feed after a semicolon
(#226) Unexpected string end, it should be a line feed after a semicolon
(#227) Unexpected string end, it should be a line feed after a semicolon
(#228) Unexpected string end, it should be a line feed after a semicolon
(#229) Unexpected string end, it should be a line feed after a semicolon
(#230) Unexpected string end, it should be a line feed after a semicolon
(#231) Unexpected string end, it should be a line feed after a semicolon
(#232) Unexpected string end, it should be a line feed after a semicolon
(#233) Unexpected string end, it should be a line feed after a semicolon
(#234) Unexpected string end, it should be a line feed after a semicolon
(#235) Unexpected string end, it should be a line feed after a semicolon
(#236) Unexpected string end, it should be a line feed after a semicolon
(#237) Unexpected string end, it should be a line feed after a semicolon
(#238) Unexpected string end, it should be a line feed after a semicolon
(#239) Unexpected string end, it should be a line feed after a semicolon
(#239) Whitespace found at end of line within string
(#240) Whitespace found at end of line within string
(#242) Unexpected string end, it should be a line feed after a semicolon
(#243) Unexpected string end, it should be a line feed after a semicolon
(#244) Unexpected string end, it should be a line feed after a semicolon
(#245) Unexpected string end, it should be a line feed after a semicolon
(#246) Unexpected string end, it should be a line feed after a semicolon
(#247) Unexpected string end, it should be a line feed after a semicolon
(#248) Unexpected string end, it should be a line feed after a semicolon
(#249) Unexpected string end, it should be a line feed after a semicolon
(#250) Unexpected string end, it should be a line feed after a semicolon
(#251) Unexpected string end, it should be a line feed after a semicolon
(#252) Unexpected string end, it should be a line feed after a semicolon
(#252) Whitespace found at end of line within string
(#253) Whitespace found at end of line within string
(#255) Unexpected string end, it should be a line feed after a semicolon
(#256) Unexpected string end, it should be a line feed after a semicolon
(#257) Unexpected string end, it should be a line feed after a semicolon
(#258) Unexpected string end, it should be a line feed after a semicolon
(#259) Unexpected string end, it should be a line feed after a semicolon
(#260) Unexpected string end, it should be a line feed after a semicolon
(#261) Unexpected string end, it should be a line feed after a semicolon
(#262) Unexpected string end, it should be a line feed after a semicolon
(#263) Unexpected string end, it should be a line feed after a semicolon
(#264) Unexpected string end, it should be a line feed after a semicolon
(#266) Unexpected string end, it should be a line feed after a semicolon
(#267) Unexpected string end, it should be a line feed after a semicolon
(#268) Unexpected string end, it should be a line feed after a semicolon
(#269) Unexpected string end, it should be a line feed after a semicolon
(#270) Unexpected string end, it should be a line feed after a semicolon
(#271) Unexpected string end, it should be a line feed after a semicolon
(#272) Unexpected string end, it should be a line feed after a semicolon
(#273) Unexpected string end, it should be a line feed after a semicolon
(#273) Expected 1 newline at end of file; 0 found
admin/tool/htmlbootstrapeditor/lib.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#27) Missing docblock for function tool_htmlbootstrapeditor_inject_js
(#34) Missing docblock for function tool_htmlbootstrapeditor_init_settings
(#37) Short array syntax must be used to define arrays
(#39) Line exceeds 132 characters; contains 150 characters
(#46) Short array syntax must be used to define arrays
(#53) Whitespace found at end of line
(#55) Opening parenthesis of a multi-line function call must be the last content on the line
(#55) Short array syntax must be used to define arrays
(#295) Multi-line function call not indented correctly; expected 4 spaces but found 36
(#295) Closing parenthesis of a multi-line function call must be on a line by itself
admin/tool/htmlbootstrapeditor/settings.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#27) Expected at least 1 space before "."; 0 found
(#27) Expected at least 1 space after "."; 0 found
(#31) Blank line found at start of control structure
(#32) Whitespace found at end of line
(#35) Line indented incorrectly; expected 4 spaces, found 0
(#35) Blank line found at start of control structure
(#37) Line indented incorrectly; expected at least 8 spaces, found 4
(#38) Line indented incorrectly; expected at least 8 spaces, found 4
(#39) Line indented incorrectly; expected at least 8 spaces, found 4
(#40) Line indented incorrectly; expected at least 8 spaces, found 4
(#41) Line indented incorrectly; expected at least 8 spaces, found 4
(#43) Line indented incorrectly; expected at least 8 spaces, found 4
(#44) Line indented incorrectly; expected at least 8 spaces, found 4
(#45) Line indented incorrectly; expected at least 8 spaces, found 4
(#46) Line indented incorrectly; expected at least 8 spaces, found 4
(#47) Line indented incorrectly; expected at least 8 spaces, found 4
(#48) Line indented incorrectly; expected at least 8 spaces, found 4
(#49) Whitespace found at end of line
(#50) Line indented incorrectly; expected at least 8 spaces, found 4
(#51) Line indented incorrectly; expected at least 8 spaces, found 4
(#52) Line indented incorrectly; expected at least 8 spaces, found 4
(#53) Line indented incorrectly; expected at least 8 spaces, found 4
(#54) Line indented incorrectly; expected at least 8 spaces, found 4
(#55) Line indented incorrectly; expected at least 8 spaces, found 4
(#56) Whitespace found at end of line
(#57) Line indented incorrectly; expected at least 8 spaces, found 4
(#58) Line indented incorrectly; expected at least 8 spaces, found 4
(#59) Line indented incorrectly; expected at least 8 spaces, found 4
(#60) Line indented incorrectly; expected at least 8 spaces, found 4
(#61) Line indented incorrectly; expected at least 8 spaces, found 4
(#62) Line indented incorrectly; expected at least 8 spaces, found 4
(#64) Line indented incorrectly; expected at least 8 spaces, found 4
(#65) Line indented incorrectly; expected at least 8 spaces, found 4
(#66) Line indented incorrectly; expected at least 8 spaces, found 4
(#67) Line indented incorrectly; expected at least 8 spaces, found 4
(#68) Line indented incorrectly; expected at least 8 spaces, found 4
(#69) Line indented incorrectly; expected at least 8 spaces, found 4
(#70) Whitespace found at end of line
(#71) Line indented incorrectly; expected at least 8 spaces, found 4
(#72) Line indented incorrectly; expected at least 8 spaces, found 4
(#73) Line indented incorrectly; expected at least 8 spaces, found 4
(#74) Line indented incorrectly; expected at least 8 spaces, found 4
(#75) Line indented incorrectly; expected at least 8 spaces, found 4
(#76) Line indented incorrectly; expected at least 8 spaces, found 4
(#77) Blank line found at end of control structure
(#78) Line indented incorrectly; expected 4 spaces, found 0
(#79) Expected 1 newline at end of file; 0 found
admin/tool/htmlbootstrapeditor/version.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file version.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Whitespace found at end of line
(#22) Whitespace found at end of line
(#23) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Expected 1 newline at end of file; 0 found
admin/tool/htmlbootstrapeditor/view.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file view.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#1) Whitespace found at end of line
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Missing docblock for file view.php
(#10) Line exceeds 132 characters; contains 137 characters
(#10) Line exceeds 132 characters; contains 137 characters
(#10) Line exceeds 132 characters; contains 137 characters
(#14) Missing docblock for file view.php
(#14) Line exceeds 132 characters; contains 135 characters
(#14) Line exceeds 132 characters; contains 135 characters
(#14) Line exceeds 132 characters; contains 135 characters

Javascript coding style problems

(302 errors, 61 warnings)

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

admin/tool/htmlbootstrapeditor/content.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Trailing spaces not allowed. (no-trailing-spaces)
(#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) Trailing spaces not allowed. (no-trailing-spaces)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Missing space before opening brace. (space-before-blocks)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Unexpected empty method 'update'. (no-empty-function)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Trailing spaces not allowed. (no-trailing-spaces)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Missing semicolon. (semi)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) A space is required after ','. (comma-spacing)
(#81) Missing space before opening brace. (space-before-blocks)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected space(s) after "if". (keyword-spacing)
(#82) Missing space before opening brace. (space-before-blocks)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Missing space before opening brace. (space-before-blocks)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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 space(s) before "else". (keyword-spacing)
(#90) Expected space(s) after "if". (keyword-spacing)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) This line has a length of 133. Maximum allowed is 132. (max-len)
(#98) Expected space(s) before "else". (keyword-spacing)
(#98) Expected space(s) after "if". (keyword-spacing)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) Expected space or tab after '//' in comment. (spaced-comment)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#100) Missing space before opening brace. (space-before-blocks)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected { after 'if' condition. (curly)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected space(s) after "if". (keyword-spacing)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected space(s) before "else". (keyword-spacing)
(#108) Expected space(s) after "else". (keyword-spacing)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
admin/tool/htmlbootstrapeditor/editor.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#30) Missing semicolon. (semi)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Identifier 'init_settings' is not in camel case. (camelcase)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Missing semicolon. (semi)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Missing space before opening brace. (space-before-blocks)
(#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) Identifier 'showcase_url' is not in camel case. (camelcase)
(#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)
(#57) Missing semicolon. (semi)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#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)
(#65) Missing semicolon. (semi)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Missing semicolon. (semi)
(#68) Expected space(s) before "else". (keyword-spacing)
(#68) Expected space(s) after "else". (keyword-spacing)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Missing semicolon. (semi)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected space(s) after "for". (keyword-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Comments should not begin with a lowercase character. (capitalized-comments)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) This line has a length of 149. Maximum allowed is 132. (max-len)
(#73) Expected space(s) after "if". (keyword-spacing)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Use '===' to compare with null. (no-eq-null)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected space(s) after "for". (keyword-spacing)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Missing space before opening brace. (space-before-blocks)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#87) Missing semicolon. (semi)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Missing space before opening brace. (space-before-blocks)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Trailing spaces not allowed. (no-trailing-spaces)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Trailing spaces not allowed. (no-trailing-spaces)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected space(s) after "if". (keyword-spacing)
(#95) Missing space before opening brace. (space-before-blocks)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#100) Missing semicolon. (semi)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Missing space before opening brace. (space-before-blocks)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Missing semicolon. (semi)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Missing space before opening brace. (space-before-blocks)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Missing space before value for key 'type'. (key-spacing)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Missing semicolon. (semi)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Missing space before opening brace. (space-before-blocks)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Missing space before value for key 'id'. (key-spacing)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Missing semicolon. (semi)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Missing space before value for key 'fileContent'. (key-spacing)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Missing semicolon. (semi)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Missing space before opening brace. (space-before-blocks)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Avoid creating new promises. (promise/avoid-new)
(#122) "Promise" is not defined. (promise/no-native)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Trailing spaces not allowed. (no-trailing-spaces)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Missing space before opening brace. (space-before-blocks)
(#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 space(s) after "try". (keyword-spacing)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected space(s) after "catch". (keyword-spacing)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Trailing spaces not allowed. (no-trailing-spaces)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Missing semicolon. (semi)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Missing space before opening brace. (space-before-blocks)
(#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)
(#147) Missing semicolon. (semi)
(#148) Trailing spaces not allowed. (no-trailing-spaces)
(#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) Trailing spaces not allowed. (no-trailing-spaces)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Missing semicolon. (semi)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Missing space before opening brace. (space-before-blocks)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Missing space before value for key 'index'. (key-spacing)
(#156) Missing space before value for key 'args'. (key-spacing)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) This line has a length of 153. Maximum allowed is 132. (max-len)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Missing semicolon. (semi)

CSS problems

(96 errors, 7 warnings)

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

admin/tool/htmlbootstrapeditor/styles.css
(#2) Invalid value for "display" (csstree/validator)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#5) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#10) Expected newline before "}" (block-closing-brace-newline-before)
(#13) Expected newline before "}" (block-closing-brace-newline-before)
(#14) Expected newline before "}" (block-closing-brace-newline-before)
(#15) Expected newline before "}" (block-closing-brace-newline-before)
(#16) Expected newline before "}" (block-closing-brace-newline-before)
(#17) Expected newline before "}" (block-closing-brace-newline-before)
(#18) Expected newline before "}" (block-closing-brace-newline-before)
(#21) Expected newline before "}" (block-closing-brace-newline-before)
(#22) Expected newline before "}" (block-closing-brace-newline-before)
(#23) Expected newline before "}" (block-closing-brace-newline-before)
(#24) Expected newline before "}" (block-closing-brace-newline-before)
(#25) Expected newline before "}" (block-closing-brace-newline-before)
(#5) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#21) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#22) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#23) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#24) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#25) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#5) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#10) Expected newline after "{" (block-opening-brace-newline-after)
(#13) Expected newline after "{" (block-opening-brace-newline-after)
(#14) Expected newline after "{" (block-opening-brace-newline-after)
(#15) Expected newline after "{" (block-opening-brace-newline-after)
(#16) Expected newline after "{" (block-opening-brace-newline-after)
(#17) Expected newline after "{" (block-opening-brace-newline-after)
(#18) Expected newline after "{" (block-opening-brace-newline-after)
(#21) Expected newline after "{" (block-opening-brace-newline-after)
(#22) Expected newline after "{" (block-opening-brace-newline-after)
(#23) Expected newline after "{" (block-opening-brace-newline-after)
(#24) Expected newline after "{" (block-opening-brace-newline-after)
(#25) Expected newline after "{" (block-opening-brace-newline-after)
(#14) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#15) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#16) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#17) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#18) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#21) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#22) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#23) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#24) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#25) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#5) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#13) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#13) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#13) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#13) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#14) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#15) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#16) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#16) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#16) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#16) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#17) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#21) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#22) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#22) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#22) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#22) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#22) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#22) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#24) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#24) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#25) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#25) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#5) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#8) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#13) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#14) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#15) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#16) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#17) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#21) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#22) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#24) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#25) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#22) Expected single space after "," in a single-line function (function-comma-space-after)
(#22) Expected single space after "," in a single-line function (function-comma-space-after)
(#22) Expected single space after "," in a single-line function (function-comma-space-after)
(#25) Unexpected unit (length-zero-no-unit)
(#2) Expected line length to be no more than 132 characters (max-line-length)
(#5) Expected line length to be no more than 132 characters (max-line-length)
(#13) Expected line length to be no more than 132 characters (max-line-length)
(#16) Expected line length to be no more than 132 characters (max-line-length)
(#22) Expected line length to be no more than 132 characters (max-line-length)
(#24) Expected line length to be no more than 132 characters (max-line-length)
(#5) Expected newline after "," (selector-list-comma-newline-after)
(#15) Expected newline after "," (selector-list-comma-newline-after)
(#24) Expected newline after "," (selector-list-comma-newline-after)

PHPDocs style problems

(0 errors, 0 warnings)

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


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]

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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


Gherkin .feature problems

(0 errors, 0 warnings)

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