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

(5 errors, 3 warnings)

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

report/customsql/classes/task/run_reports.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
report/customsql/db/access.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
report/customsql/db/install.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
report/customsql/edit_form.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
report/customsql/locallib.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
report/customsql/settings.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
report/customsql/tests/report_test.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
report/customsql/view_form.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.

Javascript coding style problems

(1 errors, 2 warnings)

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

report/customsql/yui/reportcategories/reportcategories.js
(#1) 'YUI' is not defined. (no-undef)
(#2) Identifier 'report_customsql' is not in camel case. (camelcase)
(#19) Missing space before value for key 'requires'. (key-spacing)

CSS problems

(0 errors, 2 warnings)

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

report/customsql/styles.css
(#18) Expected end of value but found 'left'.
(#23) Expected end of value but found 'left'.

PHPDocs style problems

(71 errors, 0 warnings)

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

report/customsql/categoryadd_form.php
(#33) Class report_customsql_addcategory_form is not documented
(#36) Function report_customsql_addcategory_form::definition is not documented
(#61) Function report_customsql_addcategory_form::validation is not documented
(#17) No one-line description found in phpdocs for file
report/customsql/categorydelete.php
(#17) No one-line description found in phpdocs for file
report/customsql/classes/event/query_deleted.php
(#36) Function query_deleted::init is not documented
(#42) Function query_deleted::get_name is not documented
(#46) Function query_deleted::get_description is not documented
(#50) Function query_deleted::get_url is not documented
(#54) Function query_deleted::get_legacy_logdata is not documented
report/customsql/classes/event/query_edited.php
(#36) Function query_edited::init is not documented
(#42) Function query_edited::get_name is not documented
(#46) Function query_edited::get_description is not documented
(#50) Function query_edited::get_url is not documented
(#54) Function query_edited::get_legacy_logdata is not documented
report/customsql/classes/event/query_viewed.php
(#36) Function query_viewed::init is not documented
(#42) Function query_viewed::get_name is not documented
(#46) Function query_viewed::get_description is not documented
(#50) Function query_viewed::get_url is not documented
(#54) Function query_viewed::get_legacy_logdata is not documented
report/customsql/classes/task/run_reports.php
(#26) Class run_reports is not documented
report/customsql/db/install.php
(#26) Function xmldb_report_customsql_install is not documented
(#20) Package report is not valid
report/customsql/db/upgrade.php
(#28) There is no description in phpdocs for function xmldb_report_customsql_upgrade
report/customsql/edit_form.php
(#35) Function report_customsql_edit_form::definition is not documented
(#119) Function report_customsql_edit_form::validation is not documented
report/customsql/locallib.php
(#28) Function report_customsql_execute_query is not documented
(#38) Function report_customsql_prepare_sql is not documented
(#72) Function report_customsql_generate_csv is not documented
(#143) Function report_customsql_csv_filename is not documented
(#156) Function report_customsql_temp_cvs_name is not documented
(#164) Function report_customsql_scheduled_cvs_name is not documented
(#172) Function report_customsql_accumulating_cvs_name is not documented
(#179) Function report_customsql_get_archive_times is not documented
(#196) Function report_customsql_substitute_time_tokens is not documented
(#200) Function report_customsql_substitute_user_token is not documented
(#204) Function report_customsql_url is not documented
(#209) Function report_customsql_capability_options is not documented
(#217) Function report_customsql_runable_options is not documented
(#228) Function report_customsql_daily_at_options is not documented
(#237) Function report_customsql_email_options is not documented
(#243) Function report_customsql_bad_words_list is not documented
(#248) Function report_customsql_contains_bad_word is not documented
(#252) Function report_customsql_log_delete is not documented
(#258) Function report_customsql_log_edit is not documented
(#264) Function report_customsql_log_view is not documented
(#332) Function report_customsql_time_note is not documented
(#346) Function report_customsql_pretify_column_names is not documented
(#354) Function report_customsql_write_csv_row is not documented
(#364) Function report_customsql_start_csv is not documented
(#390) Function report_customsql_get_week_starts is not documented
(#402) Function report_customsql_get_month_starts is not documented
(#411) Function report_customsql_get_starts is not documented
(#424) Function report_customsql_delete_old_temp_files is not documented
(#444) Function report_customsql_validate_users is not documented
(#472) Function report_customsql_get_message_no_data is not documented
(#490) Function report_customsql_get_message is not documented
(#541) Function report_customsql_email_report is not documented
(#566) Function report_customsql_get_list_of_users is not documented
(#581) Function report_customsql_get_ready_to_run_daily_reports is not documented
(#640) Function report_customsql_category_options is not documented
(#135) There is no description in phpdocs for function report_customsql_is_integer
(#372) There is no description in phpdocs for function report_customsql_get_daily_time_starts
(#272) Phpdocs for function report_customsql_get_reports_for has incomplete parameters list
(#283) Phpdocs for function report_customsql_print_reports_for has incomplete parameters list
(#599) Phpdocs for function report_customsql_send_email_notification has incomplete parameters list
(#623) Phpdocs for function report_customsql_is_daily_report_ready has incomplete parameters list
report/customsql/settings.php
(#17) File-level phpdocs block is not found
report/customsql/tests/report_test.php
(#28) Class report_customsql_test is not documented
(#23) Invalid phpdocs tag @group used
report/customsql/view_form.php
(#35) Function report_customsql_view_form::definition is not documented

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]