Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(1 errors, 14 warnings)

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

report/lpmonitoring/classes/event/observer.php
(#38) Expected MOODLE_INTERNAL check or config.php inclusion
report/lpmonitoring/classes/output/report.php
(#43) Expected MOODLE_INTERNAL check or config.php inclusion
report/lpmonitoring/classes/output/user_report_page.php
(#42) Expected MOODLE_INTERNAL check or config.php inclusion
report/lpmonitoring/db/events.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
report/lpmonitoring/tests/api_test.php
(#1744) Line exceeds 132 characters; contains 133 characters
(#1745) Line exceeds 132 characters; contains 133 characters
(#1746) Line exceeds 132 characters; contains 133 characters
report/lpmonitoring/tests/behat/behat_report_lpmonitoring_data_generators.php
(#72) Line exceeds 132 characters; contains 138 characters
(#73) Line exceeds 132 characters; contains 142 characters
(#74) Line exceeds 132 characters; contains 136 characters
(#75) Line exceeds 132 characters; contains 142 characters
report/lpmonitoring/tests/external_test.php
(#924) Line exceeds 132 characters; contains 133 characters
(#925) Line exceeds 132 characters; contains 133 characters
(#926) Line exceeds 132 characters; contains 133 characters
(#927) Line exceeds 132 characters; contains 133 characters

Javascript coding style problems

(0 errors, 151 warnings)

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

report/lpmonitoring/amd/src/colorcontrast.js
(#57) Expected JSDoc for 'r' but found 'red'. (valid-jsdoc)
(#57) Expected JSDoc for 'g' but found 'green'. (valid-jsdoc)
(#57) Expected JSDoc for 'b' but found 'blue'. (valid-jsdoc)
(#67) Unexpected space before function parentheses. (space-before-function-paren)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#75) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#75) Missing JSDoc for parameter 'colorContrastSelector'. (valid-jsdoc)
(#88) Expected to return a value at the end of this function. (consistent-return)
(#92) Expected space(s) after "if". (keyword-spacing)
(#94) Expected to return a value at the end of this function. (consistent-return)
(#101) Expected space(s) after "if". (keyword-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#112) Expected space(s) after "if". (keyword-spacing)
report/lpmonitoring/amd/src/learningplan.js
(#73) A space is required after ','. (comma-spacing)
(#73) There should be no space before ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#112) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#142) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#165) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#211) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#230) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#244) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#285) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#299) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#328) Expected JSDoc for 'plan' but found 'Plan'. (valid-jsdoc)
(#328) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#328) Expected JSDoc for 'elementloading' but found 'Loader'. (valid-jsdoc)
(#348) Identifier 'competencies_list' is not in camel case. (camelcase)
(#348) Missing space before value for key 'competencies_list'. (key-spacing)
(#348) Missing space before value for key 'plan'. (key-spacing)
(#369) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#369) Expected JSDoc for 'plan' but found 'Plan'. (valid-jsdoc)
(#369) Expected JSDoc for 'element' but found 'loader'. (valid-jsdoc)
(#385) Missing space before value for key 'usercompetency'. (key-spacing)
(#430) Expected JSDoc for 'planid' but found 'Plan'. (valid-jsdoc)
(#430) Expected JSDoc for 'competencyid' but found 'Competency'. (valid-jsdoc)
(#430) Expected JSDoc for 'scaleid' but found 'Scale'. (valid-jsdoc)
(#430) Expected JSDoc for 'userid' but found 'User'. (valid-jsdoc)
(#430) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#462) Expected JSDoc for 'competencyid' but found 'Competency'. (valid-jsdoc)
(#462) Expected JSDoc for 'userid' but found 'User'. (valid-jsdoc)
(#462) Expected JSDoc for 'planid' but found 'Plan'. (valid-jsdoc)
(#462) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#478) There should be no space after '{'. (object-curly-spacing)
(#478) There should be no space before '}'. (object-curly-spacing)
(#486) A space is required after ','. (comma-spacing)
(#524) Missing space before value for key 'plan'. (key-spacing)
(#525) Missing space before value for key 'hascompetencies'. (key-spacing)
(#536) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#572) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#594) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#604) Unexpected space before function parentheses. (space-before-function-paren)
(#606) Extra space after key 'scalevalue'. (key-spacing)
(#606) Extra space after key 'scaleid'. (key-spacing)
(#634) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#654) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#670) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#670) Expected JSDoc for 'evidences' but found 'Evidence'. (valid-jsdoc)
(#689) Missing space before opening brace. (space-before-blocks)
(#699) Missing JSDoc parameter type for 'Dialogue'. (valid-jsdoc)
(#699) Expected JSDoc for 'dialg' but found 'Dialogue'. (valid-jsdoc)
(#709) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#728) Missing space before opening brace. (space-before-blocks)
(#738) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#751) Expected space(s) after "if". (keyword-spacing)
(#775) Expected to return a value at the end of this function. (consistent-return)
(#789) Expected to return a value at the end of this function. (consistent-return)
(#792) Missing space before value for key 'exception'. (key-spacing)
(#805) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#805) Missing JSDoc for parameter 'listcourses'. (valid-jsdoc)
(#823) Missing space before opening brace. (space-before-blocks)
(#834) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#844) There should be no space after '{'. (object-curly-spacing)
(#844) There should be no space before '}'. (object-curly-spacing)
(#845) There should be no space after '{'. (object-curly-spacing)
(#845) There should be no space before '}'. (object-curly-spacing)
(#847) Unexpected space before function parentheses. (space-before-function-paren)
(#867) Missing space before opening brace. (space-before-blocks)
(#911) Missing space before opening brace. (space-before-blocks)
(#912) Missing space before opening brace. (space-before-blocks)
(#919) Missing space before opening brace. (space-before-blocks)
(#920) Missing space before opening brace. (space-before-blocks)
(#928) Missing space before opening brace. (space-before-blocks)
(#967) There should be no space after '{'. (object-curly-spacing)
(#968) There should be no space after '{'. (object-curly-spacing)
(#970) Unexpected space before function parentheses. (space-before-function-paren)
(#989) Expected JSDoc for 'userview' but found 'True'. (valid-jsdoc)
(#1026) Expected to return a value at the end of this function. (consistent-return)
report/lpmonitoring/amd/src/learningplanstats.js
(#62) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#81) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#95) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#121) Identifier 'competencies_list' is not in camel case. (camelcase)
(#121) Missing space before value for key 'competencies_list'. (key-spacing)
(#143) Expected JSDoc for 'templatename' but found 'templateid'. (valid-jsdoc)
(#159) Missing space before opening brace. (space-before-blocks)
(#216) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#250) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#285) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#304) Missing space before opening brace. (space-before-blocks)
(#315) Expected JSDoc for 'dialg' but found 'Dialogue'. (valid-jsdoc)
(#315) Missing JSDoc parameter type for 'Dialogue'. (valid-jsdoc)
(#325) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#335) There should be no space after '{'. (object-curly-spacing)
(#335) There should be no space before '}'. (object-curly-spacing)
(#336) There should be no space after '{'. (object-curly-spacing)
(#336) There should be no space before '}'. (object-curly-spacing)
(#338) Unexpected space before function parentheses. (space-before-function-paren)
(#355) Missing space before opening brace. (space-before-blocks)
(#423) Expected to return a value at the end of this function. (consistent-return)
report/lpmonitoring/amd/src/paginated_datatable.js
(#25) Unexpected space before function parentheses. (space-before-function-paren)
(#157) Unexpected whitespace before property i. (no-whitespace-before-property)
(#159) Unexpected whitespace before property i. (no-whitespace-before-property)
(#163) Missing JSDoc comment. (require-jsdoc)
(#165) Unexpected space before function parentheses. (space-before-function-paren)
(#171) Unexpected space before function parentheses. (space-before-function-paren)
(#176) Unexpected space before function parentheses. (space-before-function-paren)
(#199) Unexpected space before function parentheses. (space-before-function-paren)
(#204) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#206) Unexpected space before function parentheses. (space-before-function-paren)
(#208) Unexpected space before function parentheses. (space-before-function-paren)
(#221) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#302) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#302) Empty block statement. (no-empty)
(#323) Unexpected space before function parentheses. (space-before-function-paren)
(#333) Unexpected space before function parentheses. (space-before-function-paren)
report/lpmonitoring/amd/src/scalecolorconfiguration.js
(#64) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#107) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#122) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#143) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#167) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#208) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#208) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#214) Unexpected space before function parentheses. (space-before-function-paren)
(#216) Extra space after key 'id'. (key-spacing)
(#216) Extra space after key 'color'. (key-spacing)
(#248) Extra space after key 'scrollTop'. (key-spacing)
report/lpmonitoring/amd/src/user_competency_popup.js
(#33) Duplicate JSDoc parameter 'The'. (valid-jsdoc)
(#33) Expected JSDoc for 'regionSelector' but found 'The'. (valid-jsdoc)
(#33) Missing JSDoc for parameter 'userCompetencySelector'. (valid-jsdoc)
(#64) Extra space after key 'methodname'. (key-spacing)
(#65) There should be no space after '{'. (object-curly-spacing)
(#65) There should be no space before ','. (comma-spacing)
(#65) There should be no space before '}'. (object-curly-spacing)
(#71) Unexpected space before function parentheses. (space-before-function-paren)
(#106) Unexpected empty function. (no-empty-function)
(#108) Multiple spaces found before 'UserCompetencyPopup'. (no-multi-spaces)

CSS problems

(549 errors, 6 warnings)

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

report/lpmonitoring/style/bootstrap-colorpicker.min.css
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected newline after "}" (block-closing-brace-newline-after)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after "," in a single-line function (function-comma-space-after)
(#10) Expected single space after "," in a single-line function (function-comma-space-after)
(#10) Expected single space after "," in a single-line function (function-comma-space-after)
(#10) Expected single space after "+" (selector-combinator-space-after)
(#10) Expected single space before "+" (selector-combinator-space-before)
(#10) Expected newline after "," (selector-list-comma-newline-after)
(#10) Expected newline after "," (selector-list-comma-newline-after)
(#10) Expected newline after "," (selector-list-comma-newline-after)
(#10) Expected newline after "," (selector-list-comma-newline-after)
(#10) Expected newline after "," (selector-list-comma-newline-after)
(#10) Expected newline after "," (selector-list-comma-newline-after)
(#10) Expected newline after "," (selector-list-comma-newline-after)
(#10) Expected newline after "," (selector-list-comma-newline-after)
report/lpmonitoring/style/checkbox.css
(#52) Expected newline before "}" of a multi-line block (block-closing-brace-newline-before)
(#46) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#214) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#227) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#34) Unexpected unit (length-zero-no-unit)
(#185) Unexpected unit (length-zero-no-unit)
(#241) Unexpected unit (length-zero-no-unit)
(#187) Expected single space before "+" (selector-combinator-space-before)
report/lpmonitoring/styles.css
(#256) Expected empty line before at-rule (at-rule-empty-line-before)
(#263) Expected empty line before at-rule (at-rule-empty-line-before)
(#269) Expected empty line before at-rule (at-rule-empty-line-before)
(#364) Expected empty line before at-rule (at-rule-empty-line-before)
(#393) Expected empty line before at-rule (at-rule-empty-line-before)
(#411) Expected empty line before at-rule (at-rule-empty-line-before)
(#423) Expected empty line before at-rule (at-rule-empty-line-before)
(#551) Expected single space before "{" (block-opening-brace-space-before)
(#1156) Expected single space before "{" (block-opening-brace-space-before)
(#249) Expected single space before "{" (block-opening-brace-space-before)
(#1136) Expected "#333333" to be "#333" (color-hex-length)
(#1151) Expected "#333333" to be "#333" (color-hex-length)
(#371) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#493) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#716) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#717) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#718) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#794) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#795) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#796) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#797) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#798) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#853) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#926) Unexpected duplicate "zoom" (declaration-block-no-duplicate-properties)
(#1022) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#1075) Unexpected duplicate "zoom" (declaration-block-no-duplicate-properties)
(#763) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#834) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#980) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#12) Unexpected whitespace before ":" (declaration-colon-space-before)
(#271) Unexpected whitespace before ":" (declaration-colon-space-before)
(#756) Unexpected whitespace before ":" (declaration-colon-space-before)
(#16) Unexpected !important (declaration-no-important)
(#328) Unexpected !important (declaration-no-important)
(#334) Unexpected !important (declaration-no-important)
(#940) Unexpected !important (declaration-no-important)
(#1089) Unexpected !important (declaration-no-important)
(#1131) Unexpected !important (declaration-no-important)
(#1136) Unexpected !important (declaration-no-important)
(#1144) Unexpected !important (declaration-no-important)
(#1151) Unexpected !important (declaration-no-important)
(#429) Expected indentation of 4 spaces (indentation)
(#430) Expected indentation of 4 spaces (indentation)
(#431) Expected indentation of 4 spaces (indentation)
(#434) Expected indentation of 4 spaces (indentation)
(#442) Expected indentation of 4 spaces (indentation)
(#990) Expected indentation of 4 spaces (indentation)
(#993) Expected indentation of 4 spaces (indentation)
(#996) Expected indentation of 4 spaces (indentation)
(#999) Expected indentation of 4 spaces (indentation)
(#1002) Expected indentation of 4 spaces (indentation)
(#1008) Unexpected unit (length-zero-no-unit)
(#645) Unexpected double-slash CSS comment (no-invalid-double-slash-comments)
(#645) Unexpected unknown property "//margin-top" (property-no-unknown)
(#48) Unexpected time value "0s" less than or equal to 100ms (time-no-imperceptible)
(#677) Unexpected time value "0s" less than or equal to 100ms (time-no-imperceptible)

PHPDocs style problems

(35 errors, 0 warnings)

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

report/lpmonitoring/classes/external/competency_stats_user_exporter.php
(#41) Function competency_stats_user_exporter::define_properties is not documented
(#49) Function competency_stats_user_exporter::define_other_properties is not documented
(#69) Function competency_stats_user_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/linked_course_exporter.php
(#39) Function linked_course_exporter::define_related is not documented
(#43) Function linked_course_exporter::define_other_properties is not documented
(#57) Function linked_course_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/lpmonitoring_competency_detail_exporter.php
(#46) Function lpmonitoring_competency_detail_exporter::define_other_properties is not documented
(#110) Function lpmonitoring_competency_detail_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/lpmonitoring_competency_statistics_exporter.php
(#43) Function lpmonitoring_competency_statistics_exporter::define_other_properties is not documented
(#65) Function lpmonitoring_competency_statistics_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/lpmonitoring_competency_statistics_incourse_exporter.php
(#42) Function lpmonitoring_competency_statistics_incourse_exporter::define_other_properties is not documented
(#60) Function lpmonitoring_competency_statistics_incourse_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/report_user_evidence_summary_exporter.php
(#41) Function report_user_evidence_summary_exporter::define_other_properties is not documented
(#47) Function report_user_evidence_summary_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/scale_competency_incourse_statistics_exporter.php
(#40) Function scale_competency_incourse_statistics_exporter::define_related is not documented
(#44) Function scale_competency_incourse_statistics_exporter::define_properties is not documented
(#58) Function scale_competency_incourse_statistics_exporter::define_other_properties is not documented
(#66) Function scale_competency_incourse_statistics_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/scale_competency_item_exporter.php
(#40) Function scale_competency_item_exporter::define_related is not documented
(#45) Function scale_competency_item_exporter::define_properties is not documented
(#59) Function scale_competency_item_exporter::define_other_properties is not documented
(#71) Function scale_competency_item_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/scale_competency_item_statistics_exporter.php
(#41) Function scale_competency_item_statistics_exporter::define_related is not documented
(#45) Function scale_competency_item_statistics_exporter::define_properties is not documented
(#59) Function scale_competency_item_statistics_exporter::define_other_properties is not documented
(#71) Function scale_competency_item_statistics_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/scale_value_course_exporter.php
(#40) Function scale_value_course_exporter::define_related is not documented
(#44) Function scale_value_course_exporter::define_other_properties is not documented
(#61) Function scale_value_course_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/scale_value_user_exporter.php
(#41) Function scale_value_user_exporter::define_properties is not documented
(#49) Function scale_value_user_exporter::define_other_properties is not documented
(#66) Function scale_value_user_exporter::get_other_values is not documented
report/lpmonitoring/classes/external/stats_plan_exporter.php
(#40) Function stats_plan_exporter::define_other_properties is not documented
(#57) Function stats_plan_exporter::get_other_values is not documented
report/lpmonitoring/tests/api_test.php
(#835) Invalid phpdocs tag @expectedException used

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 41 warnings)

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

report/lpmonitoring/templates/competency_detail.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/competency_detail_stats.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/competency_detail_stats_incourse.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/competency_path.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
report/lpmonitoring/templates/competency_proficiency.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
report/lpmonitoring/templates/filter.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/filter_for_user.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/filter_stats.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 26: Bad value “true” for attribute “checked” on element “input”. ( <input checked="true" type="radio" name="ratingoptions" id="ratinginplanoption" value="0" aria-labelledby="ratingtargetbytemplate"> )
report/lpmonitoring/templates/form-template-selector-suggestion.mustache
(#1) Example context missing.
report/lpmonitoring/templates/form-user-selector-suggestion.mustache
(#1) HTML Validation error, line 3: Bad value “” for attribute “src” on element “img”: Must be non-empty. (ame"> <img height="18" src="" alt="" role="presentation"> <)
report/lpmonitoring/templates/list_competencies.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/list_competencies_stats.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/list_courses_in_competency.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/list_courses_in_scale_value.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/list_evidences_in_competency.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/list_users_in_competency_stats.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/list_users_in_scale_value.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/plan_stats_report.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 29: End tag “div” seen, but there were open elements. (ts"><span></div> <)
(#1) HTML Validation error, line 29: Unclosed element “span”. (ck-stats"><span></div>)
report/lpmonitoring/templates/report.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/scale_filter.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/scale_filter_apply.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 6: The “aria-labelledby” attribute must point to an element in the same document. ( <input type="radio" name="optionscalefilter" id="scalefiltercourse" value="1" disabled="disabled" aria-labelledby="scalefilterapply"> )
(#1) HTML Validation error, line 14: The “aria-labelledby” attribute must point to an element in the same document. ( <input type="radio" name="optionscalefilter" id="scalefilterplan" value="0" disabled="disabled" aria-labelledby="scalefilterapply"> )
report/lpmonitoring/templates/scale_filter_sortorder.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 6: The “aria-labelledby” attribute must point to an element in the same document. ( <input type="radio" name="optionscalesortorder" id="scalesortorderasc" value="1" disabled="disabled" aria-labelledby="scalesortorderlabel"> )
(#1) HTML Validation error, line 14: The “aria-labelledby” attribute must point to an element in the same document. ( <input type="radio" name="optionscalesortorder" id="scalesortorderdesc" value="1" disabled="disabled" aria-labelledby="scalesortorderlabel"> )
report/lpmonitoring/templates/scalecolorconfiguration.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 56: Saw a “form” start tag, but there was already an active “form” element. Nested forms are not allowed. Ignoring the tag. (dset> <form></div)
(#1) HTML Validation error, line 57: End tag “div” seen, but there were open elements. ( <form></div></bo)
(#1) HTML Validation error, line 3: Unclosed element “form”. (rt "> <form class="mform" id="savecolor" accept-charset="utf-8" method="post" autocomplete="off"> )
report/lpmonitoring/templates/scalecolorconfigurationdetail.mustache
(#1) Example context missing (@template section not found.)
report/lpmonitoring/templates/stats.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 33: Bad value “true” for attribute “checked” on element “input”. ( <input checked="true" type="radio" name="ratingoptions" id="ratinginplanoption" value="0" aria-labelledby="ratingtargetbytemplate"> )
(#1) ESLint warning [comma-spacing]: There should be no space before ','. ( require(['report_lpmonitoring/learningplanstats' ,'tool_lp/competencydialogue'], function(stats, Compdialogue) { ), Line: 2 Column: 50
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( require(['report_lpmonitoring/learningplanstats' ,'tool_lp/competencydialogue'], function(stats, Compdialogue) { ), Line: 2 Column: 50
report/lpmonitoring/templates/user_info.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
report/lpmonitoring/templates/user_report.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 42: Empty heading. ( <h3></h3>)