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

(3 errors, 5 warnings)

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

report/offlinequizcron/classes/job_files_table.php
(#114) File must end with a newline character
report/offlinequizcron/classes/jobs_table.php
(#75) File must end with a newline character
report/offlinequizcron/classes/privacy/provider.php
(#53) File must end with a newline character
report/offlinequizcron/download.php
(#40) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
report/offlinequizcron/locallib.php
(#118) Line exceeds 132 characters; contains 152 characters
report/offlinequizcron/resubmit.php
(#43) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
report/offlinequizcron/version.php
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(0 errors, 0 warnings)

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


CSS problems

(34 errors, 10 warnings)

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

report/offlinequizcron/styles.css
(#52) Expected newline before "}" (block-closing-brace-newline-before)
(#70) Expected newline after "{" (block-opening-brace-newline-after)
(#76) Expected newline after "{" (block-opening-brace-newline-after)
(#80) Expected newline after "{" (block-opening-brace-newline-after)
(#84) Expected newline after "{" (block-opening-brace-newline-after)
(#88) Expected newline after "{" (block-opening-brace-newline-after)
(#92) Expected newline after "{" (block-opening-brace-newline-after)
(#38) Expected "#BBBBBB" to be "#bbbbbb" (color-hex-case)
(#42) Expected "#BBBBBB" to be "#bbbbbb" (color-hex-case)
(#46) Expected "#BBBBBB" to be "#bbbbbb" (color-hex-case)
(#47) Expected "#BBBBBB" to be "#bbbbbb" (color-hex-case)
(#56) Expected "#BBBBBB" to be "#bbbbbb" (color-hex-case)
(#38) Expected "#BBBBBB" to be "#BBB" (color-hex-length)
(#42) Expected "#BBBBBB" to be "#BBB" (color-hex-length)
(#46) Expected "#BBBBBB" to be "#BBB" (color-hex-length)
(#47) Expected "#BBBBBB" to be "#BBB" (color-hex-length)
(#56) Expected "#BBBBBB" to be "#BBB" (color-hex-length)
(#38) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#47) Unexpected !important (declaration-no-important)
(#56) Unexpected !important (declaration-no-important)
(#52) Unexpected whitespace at end of line (no-eol-whitespace)
(#70) Unexpected whitespace at end of line (no-eol-whitespace)
(#76) Unexpected whitespace at end of line (no-eol-whitespace)
(#80) Unexpected whitespace at end of line (no-eol-whitespace)
(#84) Unexpected whitespace at end of line (no-eol-whitespace)
(#88) Unexpected whitespace at end of line (no-eol-whitespace)
(#92) Unexpected whitespace at end of line (no-eol-whitespace)
(#29) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#62) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#97) 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 "gherkinlint" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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


Gherkin .feature problems

(1 errors, 0 warnings)

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

report/offlinequizcron/tests/behat/plugin_installed.feature
(#12) New line at EOF(end of file) is required