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

(0 errors, 0 warnings)

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


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

(0 errors, 0 warnings)

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


PHPDocs style problems

(40 errors, 0 warnings)

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

local/revoke_consent/classes/legacy_policy_handler.php
(#29) Class legacy_policy_handler is not documented
(#36) Function legacy_policy_handler::__construct is not documented
(#47) Function legacy_policy_handler::handle is not documented
(#102) Function legacy_policy_handler::get_template is not documented
(#30) Variable legacy_policy_handler::$user is not documented
(#31) Variable legacy_policy_handler::$agree is not documented
(#32) Variable legacy_policy_handler::$sitepolicymanager is not documented
(#33) Variable legacy_policy_handler::$sitepolicy is not documented
(#34) Variable legacy_policy_handler::$myurl is not documented
(#17) No one-line description found in phpdocs for file
(#68) Phpdocs for function legacy_policy_handler::export_for_template has incomplete parameters list
(#18) Package local is not valid
local/revoke_consent/classes/output/renderer.php
(#30) Class renderer is not documented
(#20) Package tool_policy is not valid
local/revoke_consent/classes/policy_handler_base.php
(#29) Class policy_handler_base is not documented
(#31) Function policy_handler_base::__construct is not documented
(#48) Function policy_handler_base::get_template is not documented
(#17) No one-line description found in phpdocs for file
(#43) Phpdocs for function policy_handler_base::export_for_template has incomplete parameters list
(#18) Package local is not valid
local/revoke_consent/classes/privacy/provider.php
(#29) Class provider is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package local is not valid
local/revoke_consent/classes/tool_policy_handler.php
(#29) Class tool_policy_handler is not documented
(#32) Function tool_policy_handler::__construct is not documented
(#36) Function tool_policy_handler::handle is not documented
(#40) Function tool_policy_handler::export_for_template is not documented
(#76) Function tool_policy_handler::get_template is not documented
(#30) Variable tool_policy_handler::$user is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package local is not valid
local/revoke_consent/index.php
(#17) No one-line description found in phpdocs for file
(#18) Package local is not valid
local/revoke_consent/lang/en/local_revoke_consent.php
(#17) No one-line description found in phpdocs for file
(#18) Package local is not valid
local/revoke_consent/lib.php
(#27) Function local_revoke_consent_myprofile_navigation is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package local is not valid
local/revoke_consent/version.php
(#17) No one-line description found in phpdocs for file
(#18) Package local is not valid

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

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

local/revoke_consent/templates/legacy_policy.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 4: Empty heading. (> <h2></h2>)
local/revoke_consent/templates/tool_policy.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: Bad value “” for attribute “action” on element “form”: Must be non-empty. (ad><body><form id="agreedocsform" method="post" action=""> <)