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

(17 errors, 2 warnings)

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

auth/zilink_guardian/action.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
auth/zilink_guardian/auth.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#148) Whitespace found at end of line
(#150) Whitespace found at end of line
(#174) Whitespace found at end of line
(#175) Visibility must be declared on method "process_config"
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) No space found before comment text; expected "// override if needed" but found "//override if needed"
auth/zilink_guardian/config.php
(#1) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#1) End of line character is invalid; expected "\n" but found "\r\n"
auth/zilink_guardian/export.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
auth/zilink_guardian/forms/create.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
auth/zilink_guardian/forms/manage.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
auth/zilink_guardian/forms/merge.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
auth/zilink_guardian/forms/settings.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
auth/zilink_guardian/lang/en/auth_zilink_guardian.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
auth/zilink_guardian/version.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#24) Whitespace found at end of line

Javascript coding style problems

(0 errors, 83 warnings)

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

auth/zilink_guardian/module.js
(#13) Missing semicolon.
(#22) Line is too long.
(#31) Line is too long.
(#40) Line is too long.
(#91) Line is too long.
(#151) Creating global 'for' variable. Should be 'for (var g ...'.
(#165) Use '===' to compare with 'false'.
(#187) Creating global 'for' variable. Should be 'for (var s ...'.
(#198) Use '===' to compare with 'false'.
(#231) Use '!==' to compare with 'null'.
(#256) Missing semicolon.
(#49) 'i' is not defined.
(#49) 'i' is not defined.
(#49) 'i' is not defined.
(#50) 'i' is not defined.
(#52) 'i' is not defined.
(#54) 'i' is not defined.
(#68) 'i' is not defined.
(#68) 'i' is not defined.
(#68) 'i' is not defined.
(#69) 'i' is not defined.
(#71) 'i' is not defined.
(#73) 'i' is not defined.
(#80) 'i' is not defined.
(#80) 'i' is not defined.
(#80) 'i' is not defined.
(#81) 'i' is not defined.
(#101) 'i' is not defined.
(#101) 'i' is not defined.
(#101) 'i' is not defined.
(#102) 'i' is not defined.
(#104) 'i' is not defined.
(#106) 'i' is not defined.
(#119) 'i' is not defined.
(#119) 'i' is not defined.
(#119) 'i' is not defined.
(#120) 'i' is not defined.
(#121) 'i' is not defined.
(#132) 'i' is not defined.
(#132) 'i' is not defined.
(#132) 'i' is not defined.
(#133) 'i' is not defined.
(#145) 'i' is not defined.
(#145) 'i' is not defined.
(#145) 'i' is not defined.
(#146) 'i' is not defined.
(#150) 'response' is not defined.
(#151) 'response' is not defined.
(#153) 'found' is not defined.
(#155) 'response' is not defined.
(#155) 'g' is not defined.
(#156) 'response' is not defined.
(#156) 'g' is not defined.
(#159) 'i' is not defined.
(#159) 'i' is not defined.
(#159) 'i' is not defined.
(#160) 'i' is not defined.
(#160) 'response' is not defined.
(#160) 'g' is not defined.
(#161) 'found' is not defined.
(#165) 'found' is not defined.
(#178) 'i' is not defined.
(#178) 'i' is not defined.
(#178) 'i' is not defined.
(#179) 'i' is not defined.
(#186) 'response' is not defined.
(#187) 'response' is not defined.
(#190) 'response' is not defined.
(#190) 's' is not defined.
(#191) 'response' is not defined.
(#191) 's' is not defined.
(#193) 'i' is not defined.
(#193) 'i' is not defined.
(#193) 'i' is not defined.
(#194) 'i' is not defined.
(#194) 'response' is not defined.
(#194) 's' is not defined.
(#128) 'e' is defined but never used.
(#140) 'e' is defined but never used.
(#175) 'e' is defined but never used.
(#208) 'e' is defined but never used.
(#250) 'o' is defined but never used.
(#250) 'id' is defined but never used.

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(14 errors, 0 warnings)

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

auth/zilink_guardian/action.php
(#18) File-level phpdocs block is not found
auth/zilink_guardian/auth.php
(#17) File-level phpdocs block is not found
(#31) Function auth_plugin_zilink_guardian::__construct is not documented
(#107) Function auth_plugin_zilink_guardian::prevent_local_passwords is not documented
(#175) Function auth_plugin_zilink_guardian::process_config is not documented
(#24) Package auth is not valid
auth/zilink_guardian/config.php
(#) File-level phpdocs block is not found
auth/zilink_guardian/export.php
(#17) File-level phpdocs block is not found
auth/zilink_guardian/forms/create.php
(#18) File-level phpdocs block is not found
auth/zilink_guardian/forms/manage.php
(#18) File-level phpdocs block is not found
auth/zilink_guardian/forms/merge.php
(#18) File-level phpdocs block is not found
auth/zilink_guardian/forms/settings.php
(#18) File-level phpdocs block is not found
auth/zilink_guardian/lang/en/auth_zilink_guardian.php
(#18) File-level phpdocs block is not found
auth/zilink_guardian/version.php
(#18) File-level phpdocs block is not found

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

(0 errors, 0 warnings)

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


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]