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

(8 errors, 11 warnings)

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

repository/xpert_flickr_public/db/access.php
(#19) Whitespace found at end of line
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
repository/xpert_flickr_public/image.php
(#34) Expected MOODLE_INTERNAL check or config.php inclusion
repository/xpert_flickr_public/lang/en/repository_xpert_flickr_public.php
(#19) Whitespace found at end of line
(#58) Whitespace found at end of line within string
repository/xpert_flickr_public/lib.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#39) Whitespace found at end of line
(#44) Whitespace found at end of line
(#191) Line exceeds 132 characters; contains 149 characters
(#198) Line exceeds 132 characters; contains 134 characters
(#224) Line exceeds 132 characters; contains 153 characters
(#226) Line exceeds 132 characters; contains 145 characters
(#228) Line exceeds 132 characters; contains 143 characters
(#230) Line exceeds 132 characters; contains 143 characters
(#232) Line exceeds 132 characters; contains 145 characters
(#234) Line exceeds 132 characters; contains 146 characters
(#236) Line exceeds 132 characters; contains 143 characters
repository/xpert_flickr_public/tests/generator/lib.php
(#34) Expected MOODLE_INTERNAL check or config.php inclusion
repository/xpert_flickr_public/version.php
(#19) Whitespace found at end of line

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

(1 errors, 4 warnings)

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

repository/xpert_flickr_public/classes/privacy/provider.php
(#17) File-level phpdocs block is not found
repository/xpert_flickr_public/lib.php
(#51) Not recommended phpdocs tag @global used
(#51) Not recommended phpdocs tag @global used
(#448) 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]