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

(70 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
(#124) 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
(#153) Function report_customsql_csv_filename is not documented
(#166) Function report_customsql_temp_cvs_name is not documented
(#174) Function report_customsql_scheduled_cvs_name is not documented
(#182) Function report_customsql_accumulating_cvs_name is not documented
(#189) Function report_customsql_get_archive_times is not documented
(#206) Function report_customsql_substitute_time_tokens is not documented
(#210) Function report_customsql_substitute_user_token is not documented
(#214) Function report_customsql_url is not documented
(#219) Function report_customsql_capability_options is not documented
(#227) Function report_customsql_runable_options is not documented
(#238) Function report_customsql_daily_at_options is not documented
(#247) Function report_customsql_email_options is not documented
(#253) Function report_customsql_bad_words_list is not documented
(#258) Function report_customsql_contains_bad_word is not documented
(#262) Function report_customsql_log_delete is not documented
(#268) Function report_customsql_log_edit is not documented
(#274) Function report_customsql_log_view is not documented
(#342) Function report_customsql_time_note is not documented
(#356) Function report_customsql_pretify_column_names is not documented
(#381) Function report_customsql_start_csv is not documented
(#407) Function report_customsql_get_week_starts is not documented
(#419) Function report_customsql_get_month_starts is not documented
(#428) Function report_customsql_get_starts is not documented
(#441) Function report_customsql_delete_old_temp_files is not documented
(#461) Function report_customsql_validate_users is not documented
(#489) Function report_customsql_get_message_no_data is not documented
(#507) Function report_customsql_get_message is not documented
(#558) Function report_customsql_email_report is not documented
(#583) Function report_customsql_get_list_of_users is not documented
(#598) Function report_customsql_get_ready_to_run_daily_reports is not documented
(#657) Function report_customsql_category_options is not documented
(#145) There is no description in phpdocs for function report_customsql_is_integer
(#389) There is no description in phpdocs for function report_customsql_get_daily_time_starts
(#282) Phpdocs for function report_customsql_get_reports_for has incomplete parameters list
(#293) Phpdocs for function report_customsql_print_reports_for has incomplete parameters list
(#616) Phpdocs for function report_customsql_send_email_notification has incomplete parameters list
(#640) 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]