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

(8 errors, 37 warnings)

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

local/lionai_reports/classes/lionai_reports_api.php
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#208) The use of backticks in strings is not recommended
local/lionai_reports/classes/privacy/provider.php
(#56) There must not be a space before the colon in a return type declaration
(#56) There must be a single space between the colon and type in a return type declaration
(#72) There must not be a space before the colon in a return type declaration
local/lionai_reports/export.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file export.php
local/lionai_reports/externallib.php
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) Commas (,) must be followed by white space.
local/lionai_reports/lang/en/local_lionai_reports.php
(#29) The string key "allreports" is not in the correct order, it should be before "pluginname"
(#32) The string key "id" is not in the correct order, it should be before "name"
(#35) The string key "sendprompt" is not in the correct order, it should be before "timemodified"
(#36) The string key "getresult" is not in the correct order, it should be before "sendprompt"
(#38) The string key "examples" is not in the correct order, it should be before "pickfromhistory"
(#39) The string key "example1" is not in the correct order, it should be before "examples"
(#45) The string key "ctrlenter" is not in the correct order, it should be before "trytofix"
(#46) The string key "creator" is not in the correct order, it should be before "ctrlenter"
(#48) The string key "actions" is not in the correct order, it should be before "lastmessages"
(#50) The string key "delete" is not in the correct order, it should be before "deletewarning"
(#52) The string key "exportcrauto" is not in the correct order, it should be before "exportcrautowarning"
(#54) The string key "exportcrxml" is not in the correct order, it should be before "exportcrxmlwarning"
(#56) The string key "exportsql" is not in the correct order, it should be before "exportsqlwarning"
(#57) The string key "exportcsvwarning" is not in the correct order, it should be before "exportsql"
(#58) The string key "exportcsv" is not in the correct order, it should be before "exportcsvwarning"
(#63) The string key "lionai_reports_allsee" is not in the correct order, it should be before "lionai_reports_apiurlinfo"
(#67) The string key "limited_to" is not in the correct order, it should be before "lionai_reports_limitrecordsinfo"
(#69) The string key "not_eligible_message" is not in the correct order, it should be before "permission_require"
(#70) The string key "no_data_found" is not in the correct order, it should be before "not_eligible_message"
(#72) The string key "thumbdownbtn" is not in the correct order, it should be before "thumbupbtn"
(#73) The string key "only_select" is not in the correct order, it should be before "thumbdownbtn"
(#76) The string key "privacy:metadata:local_lionai_reports:options" is not in the correct order, it should be before "privacy:metadata:local_lionai_reports:userid"
(#77) The string key "preview" is not in the correct order, it should be before "privacy:metadata:local_lionai_reports:options"
(#80) The string key "previewtotal" is not in the correct order, it should be before "sqlhistory"
(#81) The string key "previewnote1" is not in the correct order, it should be before "previewtotal"
(#83) The string key "addprompt" is not in the correct order, it should be before "previewnote2"
local/lionai_reports/locallib.php
(#239) Space found before semicolon; expected "0;" but found "0 ;"
local/lionai_reports/tests/locallib_test.php
(#40) Unit test locallib_test should be declared as final.
(#47) Test method test_local_lionai_reports_removelimitclause() is missing a return type
(#63) Test method test_local_lionai_reports_addreport() is missing a return type
(#89) Test method test_local_lionai_reports_getreport() is missing a return type
(#127) Test method test_local_lionai_reports_updatereport() is missing a return type
(#172) Test method test_local_lionai_reports_deletereport() is missing a return type
(#214) Test method test_local_lionai_reports_getresult() is missing a return type
(#249) Test method test_local_lionai_reports_put_history() is missing a return type

Javascript coding style problems

(1 errors, 3 warnings)

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

local/lionai_reports/amd/src/report.js
(#289) Missing JSDoc @param "count" type. (jsdoc/require-param-type)
(#300) Multiple spaces found before ''<span class="font-weight-bold">''. (no-multi-spaces)
(#301) Multiple spaces found before ''<span>''. (no-multi-spaces)
(#302) Multiple spaces found before ''<span class="text-muted">''. (no-multi-spaces)

CSS problems

(502 errors, 36 warnings)

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

local/lionai_reports/styles.css
(#2) Expected indentation of 4 spaces (indentation)
(#3) Expected indentation of 4 spaces (indentation)
(#4) Expected indentation of 4 spaces (indentation)
(#5) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
local/lionai_reports/css/datatables.css
(#585) Invalid value for "background" (csstree/validator)
(#603) Invalid value for "background" (csstree/validator)
(#613) Invalid value for "background" (csstree/validator)
(#213) Expected empty line before at-rule (at-rule-empty-line-before)
(#221) Expected empty line before at-rule (at-rule-empty-line-before)
(#666) Expected empty line before at-rule (at-rule-empty-line-before)
(#76) Unexpected duplicate "content" (declaration-block-no-duplicate-properties)
(#85) Unexpected duplicate "content" (declaration-block-no-duplicate-properties)
(#185) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#366) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#368) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#372) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#386) Unexpected duplicate "border-top-color" (declaration-block-no-duplicate-properties)
(#400) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#404) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#408) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#412) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#420) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#428) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#432) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#436) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#440) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#444) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#448) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#452) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#456) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#460) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#464) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#468) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#472) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#476) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#480) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#484) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#488) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#492) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#496) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#500) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#583) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#584) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#585) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#586) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#587) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#601) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#602) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#603) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#604) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#605) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#611) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#612) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#613) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#614) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#615) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#701) Unexpected duplicate "border-top-color" (declaration-block-no-duplicate-properties)
(#582) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#583) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#584) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#585) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#586) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#587) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#600) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#601) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#602) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#603) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#604) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#605) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#610) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#611) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#612) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#613) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#614) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#615) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#52) Unexpected !important (declaration-no-important)
(#53) Unexpected !important (declaration-no-important)
(#54) Unexpected !important (declaration-no-important)
(#55) Unexpected !important (declaration-no-important)
(#56) Unexpected !important (declaration-no-important)
(#61) Unexpected !important (declaration-no-important)
(#62) Unexpected !important (declaration-no-important)
(#411) Unexpected !important (declaration-no-important)
(#412) Unexpected !important (declaration-no-important)
(#571) Unexpected !important (declaration-no-important)
(#573) Unexpected !important (declaration-no-important)
(#579) Unexpected !important (declaration-no-important)
(#591) Unexpected !important (declaration-no-important)
(#597) Unexpected !important (declaration-no-important)
(#642) Unexpected !important (declaration-no-important)
(#643) Unexpected !important (declaration-no-important)
(#725) Unexpected !important (declaration-no-important)
(#26) Unexpected unit (length-zero-no-unit)
(#31) Unexpected unit (length-zero-no-unit)
(#53) Unexpected unit (length-zero-no-unit)
(#54) Unexpected unit (length-zero-no-unit)
(#55) Unexpected unit (length-zero-no-unit)
(#56) Unexpected unit (length-zero-no-unit)
(#69) Expected line length to be no more than 132 characters (max-line-length)
(#78) Expected line length to be no more than 132 characters (max-line-length)
(#87) Expected line length to be no more than 132 characters (max-line-length)
(#95) Expected line length to be no more than 132 characters (max-line-length)
(#106) Expected line length to be no more than 132 characters (max-line-length)
(#131) Expected line length to be no more than 132 characters (max-line-length)
(#136) Expected line length to be no more than 132 characters (max-line-length)
(#151) Expected line length to be no more than 132 characters (max-line-length)
(#384) Expected line length to be no more than 132 characters (max-line-length)
(#430) Expected line length to be no more than 132 characters (max-line-length)
(#434) Expected line length to be no more than 132 characters (max-line-length)
(#438) Expected line length to be no more than 132 characters (max-line-length)
(#442) Expected line length to be no more than 132 characters (max-line-length)
(#446) Expected line length to be no more than 132 characters (max-line-length)
(#450) Expected line length to be no more than 132 characters (max-line-length)
(#466) Expected line length to be no more than 132 characters (max-line-length)
(#470) Expected line length to be no more than 132 characters (max-line-length)
(#474) Expected line length to be no more than 132 characters (max-line-length)
(#490) Expected line length to be no more than 132 characters (max-line-length)
(#494) Expected line length to be no more than 132 characters (max-line-length)
(#498) Expected line length to be no more than 132 characters (max-line-length)
(#582) Expected line length to be no more than 132 characters (max-line-length)
(#589) Expected line length to be no more than 132 characters (max-line-length)
(#600) Expected line length to be no more than 132 characters (max-line-length)
(#610) Expected line length to be no more than 132 characters (max-line-length)
(#634) Expected line length to be no more than 132 characters (max-line-length)
(#638) Expected line length to be no more than 132 characters (max-line-length)
(#662) Expected line length to be no more than 132 characters (max-line-length)
(#699) Expected line length to be no more than 132 characters (max-line-length)
(#724) Expected line length to be no more than 132 characters (max-line-length)
(#49) Expected newline after "," (selector-list-comma-newline-after)
(#58) Expected newline after "," (selector-list-comma-newline-after)
(#69) Expected newline after "," (selector-list-comma-newline-after)
(#78) Expected newline after "," (selector-list-comma-newline-after)
(#87) Expected newline after "," (selector-list-comma-newline-after)
(#87) Expected newline after "," (selector-list-comma-newline-after)
(#87) Expected newline after "," (selector-list-comma-newline-after)
(#95) Expected newline after "," (selector-list-comma-newline-after)
(#95) Expected newline after "," (selector-list-comma-newline-after)
(#95) Expected newline after "," (selector-list-comma-newline-after)
(#106) Expected newline after "," (selector-list-comma-newline-after)
(#106) Expected newline after "," (selector-list-comma-newline-after)
(#106) Expected newline after "," (selector-list-comma-newline-after)
(#106) Expected newline after "," (selector-list-comma-newline-after)
(#106) Expected newline after "," (selector-list-comma-newline-after)
(#106) Expected newline after "," (selector-list-comma-newline-after)
(#106) Expected newline after "," (selector-list-comma-newline-after)
(#120) Expected newline after "," (selector-list-comma-newline-after)
(#125) Expected newline after "," (selector-list-comma-newline-after)
(#131) Expected newline after "," (selector-list-comma-newline-after)
(#136) Expected newline after "," (selector-list-comma-newline-after)
(#151) Expected newline after "," (selector-list-comma-newline-after)
(#229) Expected newline after "," (selector-list-comma-newline-after)
(#261) Expected newline after "," (selector-list-comma-newline-after)
(#378) Expected newline after "," (selector-list-comma-newline-after)
(#381) Expected newline after "," (selector-list-comma-newline-after)
(#384) Expected newline after "," (selector-list-comma-newline-after)
(#398) Expected newline after "," (selector-list-comma-newline-after)
(#402) Expected newline after "," (selector-list-comma-newline-after)
(#406) Expected newline after "," (selector-list-comma-newline-after)
(#410) Expected newline after "," (selector-list-comma-newline-after)
(#416) Expected newline after "," (selector-list-comma-newline-after)
(#424) Expected newline after "," (selector-list-comma-newline-after)
(#430) Expected newline after "," (selector-list-comma-newline-after)
(#434) Expected newline after "," (selector-list-comma-newline-after)
(#438) Expected newline after "," (selector-list-comma-newline-after)
(#442) Expected newline after "," (selector-list-comma-newline-after)
(#446) Expected newline after "," (selector-list-comma-newline-after)
(#450) Expected newline after "," (selector-list-comma-newline-after)
(#454) Expected newline after "," (selector-list-comma-newline-after)
(#458) Expected newline after "," (selector-list-comma-newline-after)
(#462) Expected newline after "," (selector-list-comma-newline-after)
(#466) Expected newline after "," (selector-list-comma-newline-after)
(#470) Expected newline after "," (selector-list-comma-newline-after)
(#474) Expected newline after "," (selector-list-comma-newline-after)
(#478) Expected newline after "," (selector-list-comma-newline-after)
(#482) Expected newline after "," (selector-list-comma-newline-after)
(#486) Expected newline after "," (selector-list-comma-newline-after)
(#490) Expected newline after "," (selector-list-comma-newline-after)
(#494) Expected newline after "," (selector-list-comma-newline-after)
(#498) Expected newline after "," (selector-list-comma-newline-after)
(#578) Expected newline after "," (selector-list-comma-newline-after)
(#589) Expected newline after "," (selector-list-comma-newline-after)
(#589) Expected newline after "," (selector-list-comma-newline-after)
(#634) Expected newline after "," (selector-list-comma-newline-after)
(#634) Expected newline after "," (selector-list-comma-newline-after)
(#634) Expected newline after "," (selector-list-comma-newline-after)
(#638) Expected newline after "," (selector-list-comma-newline-after)
(#662) Expected newline after "," (selector-list-comma-newline-after)
(#662) Expected newline after "," (selector-list-comma-newline-after)
(#693) Expected newline after "," (selector-list-comma-newline-after)
(#696) Expected newline after "," (selector-list-comma-newline-after)
(#699) Expected newline after "," (selector-list-comma-newline-after)
(#720) Expected newline after "," (selector-list-comma-newline-after)
(#724) Expected newline after "," (selector-list-comma-newline-after)
(#724) Expected newline after "," (selector-list-comma-newline-after)
(#744) Expected newline after "," (selector-list-comma-newline-after)
(#3) Expected indentation of 4 spaces (indentation)
(#4) Expected indentation of 4 spaces (indentation)
(#5) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#61) Expected indentation of 4 spaces (indentation)
(#62) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#76) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#100) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#165) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#168) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#174) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#183) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#186) Expected indentation of 4 spaces (indentation)
(#189) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 8 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 8 spaces (indentation)
(#214) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#215) Expected indentation of 8 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 8 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 8 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#227) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 8 spaces (indentation)
(#230) Expected indentation of 4 spaces (indentation)
(#234) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#242) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#258) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#270) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
(#282) Expected indentation of 4 spaces (indentation)
(#288) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#300) Expected indentation of 4 spaces (indentation)
(#304) Expected indentation of 4 spaces (indentation)
(#308) Expected indentation of 4 spaces (indentation)
(#312) Expected indentation of 4 spaces (indentation)
(#316) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#327) Expected indentation of 4 spaces (indentation)
(#328) Expected indentation of 4 spaces (indentation)
(#329) Expected indentation of 4 spaces (indentation)
(#330) Expected indentation of 4 spaces (indentation)
(#333) Expected indentation of 4 spaces (indentation)
(#339) Expected indentation of 4 spaces (indentation)
(#343) Expected indentation of 4 spaces (indentation)
(#344) Expected indentation of 4 spaces (indentation)
(#348) Expected indentation of 4 spaces (indentation)
(#352) Expected indentation of 4 spaces (indentation)
(#353) Expected indentation of 4 spaces (indentation)
(#356) Expected indentation of 4 spaces (indentation)
(#359) Expected indentation of 4 spaces (indentation)
(#362) Expected indentation of 4 spaces (indentation)
(#365) Expected indentation of 4 spaces (indentation)
(#366) Expected indentation of 4 spaces (indentation)
(#367) Expected indentation of 4 spaces (indentation)
(#368) Expected indentation of 4 spaces (indentation)
(#371) Expected indentation of 4 spaces (indentation)
(#372) Expected indentation of 4 spaces (indentation)
(#376) Expected indentation of 4 spaces (indentation)
(#379) Expected indentation of 4 spaces (indentation)
(#382) Expected indentation of 4 spaces (indentation)
(#385) Expected indentation of 4 spaces (indentation)
(#386) Expected indentation of 4 spaces (indentation)
(#389) Expected indentation of 4 spaces (indentation)
(#390) Expected indentation of 4 spaces (indentation)
(#393) Expected indentation of 4 spaces (indentation)
(#396) Expected indentation of 4 spaces (indentation)
(#399) Expected indentation of 4 spaces (indentation)
(#400) Expected indentation of 4 spaces (indentation)
(#403) Expected indentation of 4 spaces (indentation)
(#404) Expected indentation of 4 spaces (indentation)
(#407) Expected indentation of 4 spaces (indentation)
(#408) Expected indentation of 4 spaces (indentation)
(#411) Expected indentation of 4 spaces (indentation)
(#412) Expected indentation of 4 spaces (indentation)
(#419) Expected indentation of 4 spaces (indentation)
(#420) Expected indentation of 4 spaces (indentation)
(#427) Expected indentation of 4 spaces (indentation)
(#428) Expected indentation of 4 spaces (indentation)
(#431) Expected indentation of 4 spaces (indentation)
(#432) Expected indentation of 4 spaces (indentation)
(#435) Expected indentation of 4 spaces (indentation)
(#436) Expected indentation of 4 spaces (indentation)
(#439) Expected indentation of 4 spaces (indentation)
(#440) Expected indentation of 4 spaces (indentation)
(#443) Expected indentation of 4 spaces (indentation)
(#444) Expected indentation of 4 spaces (indentation)
(#447) Expected indentation of 4 spaces (indentation)
(#448) Expected indentation of 4 spaces (indentation)
(#451) Expected indentation of 4 spaces (indentation)
(#452) Expected indentation of 4 spaces (indentation)
(#455) Expected indentation of 4 spaces (indentation)
(#456) Expected indentation of 4 spaces (indentation)
(#459) Expected indentation of 4 spaces (indentation)
(#460) Expected indentation of 4 spaces (indentation)
(#463) Expected indentation of 4 spaces (indentation)
(#464) Expected indentation of 4 spaces (indentation)
(#467) Expected indentation of 4 spaces (indentation)
(#468) Expected indentation of 4 spaces (indentation)
(#471) Expected indentation of 4 spaces (indentation)
(#472) Expected indentation of 4 spaces (indentation)
(#475) Expected indentation of 4 spaces (indentation)
(#476) Expected indentation of 4 spaces (indentation)
(#479) Expected indentation of 4 spaces (indentation)
(#480) Expected indentation of 4 spaces (indentation)
(#483) Expected indentation of 4 spaces (indentation)
(#484) Expected indentation of 4 spaces (indentation)
(#487) Expected indentation of 4 spaces (indentation)
(#488) Expected indentation of 4 spaces (indentation)
(#491) Expected indentation of 4 spaces (indentation)
(#492) Expected indentation of 4 spaces (indentation)
(#495) Expected indentation of 4 spaces (indentation)
(#496) Expected indentation of 4 spaces (indentation)
(#499) Expected indentation of 4 spaces (indentation)
(#500) Expected indentation of 4 spaces (indentation)
(#508) Expected indentation of 4 spaces (indentation)
(#515) Expected indentation of 4 spaces (indentation)
(#516) Expected indentation of 4 spaces (indentation)
(#519) Expected indentation of 4 spaces (indentation)
(#520) Expected indentation of 4 spaces (indentation)
(#521) Expected indentation of 4 spaces (indentation)
(#524) Expected indentation of 4 spaces (indentation)
(#527) Expected indentation of 4 spaces (indentation)
(#530) Expected indentation of 4 spaces (indentation)
(#531) Expected indentation of 4 spaces (indentation)
(#532) Expected indentation of 4 spaces (indentation)
(#535) Expected indentation of 4 spaces (indentation)
(#538) Expected indentation of 4 spaces (indentation)
(#541) Expected indentation of 4 spaces (indentation)
(#544) Expected indentation of 4 spaces (indentation)
(#547) Expected indentation of 4 spaces (indentation)
(#548) Expected indentation of 4 spaces (indentation)
(#549) Expected indentation of 4 spaces (indentation)
(#550) Expected indentation of 4 spaces (indentation)
(#551) Expected indentation of 4 spaces (indentation)
(#552) Expected indentation of 4 spaces (indentation)
(#555) Expected indentation of 4 spaces (indentation)
(#556) Expected indentation of 4 spaces (indentation)
(#557) Expected indentation of 4 spaces (indentation)
(#558) Expected indentation of 4 spaces (indentation)
(#559) Expected indentation of 4 spaces (indentation)
(#562) Expected indentation of 4 spaces (indentation)
(#565) Expected indentation of 4 spaces (indentation)
(#566) Expected indentation of 4 spaces (indentation)
(#567) Expected indentation of 4 spaces (indentation)
(#568) Expected indentation of 4 spaces (indentation)
(#569) Expected indentation of 4 spaces (indentation)
(#570) Expected indentation of 4 spaces (indentation)
(#571) Expected indentation of 4 spaces (indentation)
(#572) Expected indentation of 4 spaces (indentation)
(#573) Expected indentation of 4 spaces (indentation)
(#574) Expected indentation of 4 spaces (indentation)
(#575) Expected indentation of 4 spaces (indentation)
(#576) Expected indentation of 4 spaces (indentation)
(#579) Expected indentation of 4 spaces (indentation)
(#580) Expected indentation of 4 spaces (indentation)
(#581) Expected indentation of 4 spaces (indentation)
(#582) Expected indentation of 4 spaces (indentation)
(#583) Expected indentation of 4 spaces (indentation)
(#584) Expected indentation of 4 spaces (indentation)
(#585) Expected indentation of 4 spaces (indentation)
(#586) Expected indentation of 4 spaces (indentation)
(#587) Expected indentation of 4 spaces (indentation)
(#590) Expected indentation of 4 spaces (indentation)
(#591) Expected indentation of 4 spaces (indentation)
(#592) Expected indentation of 4 spaces (indentation)
(#593) Expected indentation of 4 spaces (indentation)
(#594) Expected indentation of 4 spaces (indentation)
(#597) Expected indentation of 4 spaces (indentation)
(#598) Expected indentation of 4 spaces (indentation)
(#599) Expected indentation of 4 spaces (indentation)
(#600) Expected indentation of 4 spaces (indentation)
(#601) Expected indentation of 4 spaces (indentation)
(#602) Expected indentation of 4 spaces (indentation)
(#603) Expected indentation of 4 spaces (indentation)
(#604) Expected indentation of 4 spaces (indentation)
(#605) Expected indentation of 4 spaces (indentation)
(#608) Expected indentation of 4 spaces (indentation)
(#609) Expected indentation of 4 spaces (indentation)
(#610) Expected indentation of 4 spaces (indentation)
(#611) Expected indentation of 4 spaces (indentation)
(#612) Expected indentation of 4 spaces (indentation)
(#613) Expected indentation of 4 spaces (indentation)
(#614) Expected indentation of 4 spaces (indentation)
(#615) Expected indentation of 4 spaces (indentation)
(#616) Expected indentation of 4 spaces (indentation)
(#619) Expected indentation of 4 spaces (indentation)
(#626) Expected indentation of 4 spaces (indentation)
(#629) Expected indentation of 4 spaces (indentation)
(#632) Expected indentation of 4 spaces (indentation)
(#635) Expected indentation of 4 spaces (indentation)
(#640) Expected indentation of 4 spaces (indentation)
(#641) Expected indentation of 4 spaces (indentation)
(#642) Expected indentation of 4 spaces (indentation)
(#643) Expected indentation of 4 spaces (indentation)
(#646) Expected indentation of 4 spaces (indentation)
(#649) Expected indentation of 4 spaces (indentation)
(#652) Expected indentation of 4 spaces (indentation)
(#656) Expected indentation of 4 spaces (indentation)
(#658) Expected indentation of 4 spaces (indentation)
(#657) Expected indentation of 8 spaces (indentation)
(#659) Expected indentation of 4 spaces (indentation)
(#661) Expected indentation of 4 spaces (indentation)
(#660) Expected indentation of 8 spaces (indentation)
(#662) Expected indentation of 4 spaces (indentation)
(#664) Expected indentation of 4 spaces (indentation)
(#663) Expected indentation of 8 spaces (indentation)
(#667) Expected indentation of 4 spaces (indentation)
(#671) Expected indentation of 4 spaces (indentation)
(#668) Expected indentation of 4 spaces (indentation)
(#669) Expected indentation of 8 spaces (indentation)
(#670) Expected indentation of 8 spaces (indentation)
(#672) Expected indentation of 4 spaces (indentation)
(#674) Expected indentation of 4 spaces (indentation)
(#673) Expected indentation of 8 spaces (indentation)
(#677) Expected indentation of 4 spaces (indentation)
(#678) Expected indentation of 4 spaces (indentation)
(#679) Expected indentation of 4 spaces (indentation)
(#683) Expected indentation of 4 spaces (indentation)
(#687) Expected indentation of 4 spaces (indentation)
(#691) Expected indentation of 4 spaces (indentation)
(#694) Expected indentation of 4 spaces (indentation)
(#697) Expected indentation of 4 spaces (indentation)
(#700) Expected indentation of 4 spaces (indentation)
(#701) Expected indentation of 4 spaces (indentation)
(#705) Expected indentation of 4 spaces (indentation)
(#706) Expected indentation of 4 spaces (indentation)
(#710) Expected indentation of 4 spaces (indentation)
(#713) Expected indentation of 4 spaces (indentation)
(#717) Expected indentation of 4 spaces (indentation)
(#718) Expected indentation of 4 spaces (indentation)
(#721) Expected indentation of 4 spaces (indentation)
(#722) Expected indentation of 4 spaces (indentation)
(#725) Expected indentation of 4 spaces (indentation)
(#728) Expected indentation of 4 spaces (indentation)
(#729) Expected indentation of 4 spaces (indentation)
(#732) Expected indentation of 4 spaces (indentation)
(#742) Expected indentation of 4 spaces (indentation)
(#747) Expected indentation of 4 spaces (indentation)
(#750) Expected indentation of 4 spaces (indentation)
(#753) Expected indentation of 4 spaces (indentation)
(#756) Expected indentation of 4 spaces (indentation)

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 "eslint:amd" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(3 errors, 0 warnings)

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

local/lionai_reports/templates/historymodal.mustache
(#1) Mustache syntax exception: Example context JSON is unparsable, fails with: Syntax error
local/lionai_reports/templates/list.mustache
(#1) Mustache syntax exception: Example context JSON is unparsable, fails with: Syntax error
local/lionai_reports/templates/report.mustache
(#1) Mustache syntax exception: Example context JSON is unparsable, fails with: Syntax error

Gherkin .feature problems

(0 errors, 0 warnings)

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