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, 9 warnings)

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

repository/xpert_flickr_public/lang/en/repository_xpert_flickr_public.php
(#59) Whitespace found at end of line within string
repository/xpert_flickr_public/lib.php
(#42) Whitespace found at end of line
(#47) Whitespace found at end of line
(#193) Line exceeds 132 characters; contains 149 characters
(#200) Line exceeds 132 characters; contains 134 characters
(#226) Line exceeds 132 characters; contains 153 characters
(#228) Line exceeds 132 characters; contains 145 characters
(#230) Line exceeds 132 characters; contains 143 characters
(#232) Line exceeds 132 characters; contains 143 characters
(#234) Line exceeds 132 characters; contains 145 characters
(#236) Line exceeds 132 characters; contains 146 characters
(#238) Line exceeds 132 characters; contains 143 characters

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

(42 errors, 23 warnings)

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

repository/xpert_flickr_public/styles.css
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#2) Expected newline before "}" (block-closing-brace-newline-before)
(#3) Expected newline before "}" (block-closing-brace-newline-before)
(#4) Expected newline before "}" (block-closing-brace-newline-before)
(#5) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#10) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#3) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#5) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) 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)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#3) Expected newline after "{" (block-opening-brace-newline-after)
(#4) Expected newline after "{" (block-opening-brace-newline-after)
(#5) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#10) Expected newline after "{" (block-opening-brace-newline-after)
(#9) 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)
(#2) Expected "#ffffff" to be "#fff" (color-hex-length)
(#2) Expected "#000000" to be "#000" (color-hex-length)
(#2) Expected "#000000" to be "#000" (color-hex-length)
(#3) Expected "#000000" to be "#000" (color-hex-length)
(#3) Expected "#ffffff" to be "#fff" (color-hex-length)
(#3) Expected "#000000" to be "#000" (color-hex-length)
(#4) Expected "#cccccc" to be "#ccc" (color-hex-length)
(#4) Expected "#000000" to be "#000" (color-hex-length)
(#4) Expected "#000000" to be "#000" (color-hex-length)
(#5) Expected "#000000" to be "#000" (color-hex-length)
(#6) Expected "#000000" to be "#000" (color-hex-length)
(#7) Expected "#000000" to be "#000" (color-hex-length)
(#7) Expected "#000000" to be "#000" (color-hex-length)
(#8) Expected "#000000" to be "#000" (color-hex-length)
(#8) Expected "#000000" to be "#000" (color-hex-length)
(#2) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#3) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#5) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#8) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected line length to be no more than 132 characters (max-line-length)
(#3) Expected line length to be no more than 132 characters (max-line-length)
(#4) Expected line length to be no more than 132 characters (max-line-length)
(#5) Expected line length to be no more than 132 characters (max-line-length)
(#6) Expected line length to be no more than 132 characters (max-line-length)
(#7) Expected line length to be no more than 132 characters (max-line-length)
(#8) Expected line length to be no more than 132 characters (max-line-length)
(#9) Expected line length to be no more than 132 characters (max-line-length)
(#1) Expected newline after "," (selector-list-comma-newline-after)

PHPDocs style problems

(15 errors, 3 warnings)

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

repository/xpert_flickr_public/classes/loader.php
(#77) There is no description in phpdocs for function get_instance_for_cache
(#84) There is no description in phpdocs for function load_for_cache
(#91) There is no description in phpdocs for function load_many_for_cache
(#77) Phpdocs for function loader::get_instance_for_cache has incomplete parameters list
(#84) Phpdocs for function loader::load_for_cache has incomplete parameters list
(#91) Phpdocs for function loader::load_many_for_cache has incomplete parameters list
(#78) Invalid phpdocs tag @inheritDoc used
(#85) Invalid phpdocs tag @inheritDoc used
(#92) Invalid phpdocs tag @inheritDoc used
repository/xpert_flickr_public/classes/options.php
(#51) There is no description in phpdocs for function prepare_to_cache
(#58) There is no description in phpdocs for function wake_from_cache
(#58) Phpdocs for function options::wake_from_cache has incomplete parameters list
(#52) Invalid phpdocs tag @inheritDoc used
(#59) Invalid phpdocs tag @inheritDoc used
repository/xpert_flickr_public/classes/privacy/provider.php
(#17) File-level phpdocs block is not found
repository/xpert_flickr_public/lib.php
(#57) Not recommended phpdocs tag @global used
(#444) Not recommended phpdocs tag @global used
repository/xpert_flickr_public/tests/generator_test.php
(#75) Not recommended phpdocs tag @global 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]

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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


Gherkin .feature problems

(0 errors, 0 warnings)

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