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

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

report/allylti/settings.php
(#31) Logical operator "and" is prohibited; use "&&" instead
(#31) Logical operator "and" is prohibited; use "&&" instead
report/allylti/tests/launch_config_test.php
(#42) Test method test_config_empty_exception() is missing any coverage information, own or at class level
(#47) Test method test_config_no_secret() is missing any coverage information, own or at class level
(#57) Test method test_config_no_key() is missing any coverage information, own or at class level
(#67) Test method test_config_no_url() is missing any coverage information, own or at class level
(#77) Test method test_config_container_override() is missing any coverage information, own or at class level
(#94) Test method test_config() is missing any coverage information, own or at class level
(#110) Test method test_config_course_report_url() is missing any coverage information, own or at class level
report/allylti/tests/privacy_provider_test.php
(#41) Test method test_get_metadata() is missing any coverage information, own or at class level
report/allylti/view.php
(#33) Logical operator "and" is prohibited; use "&&" instead
(#33) Logical operator "and" is prohibited; use "&&" instead

Javascript coding style problems

(1 errors, 0 warnings)

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

report/allylti/amd/src/main.js
(#19) @package should be empty. (jsdoc/empty-tags)

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(12 errors, 8 warnings)

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

report/allylti/classes/local/launch_config.php
(#84) There is no description in phpdocs for function get_url
(#98) There is no description in phpdocs for function get_key
(#105) There is no description in phpdocs for function get_secret
(#112) There is no description in phpdocs for function get_launchcontainer
(#58) Phpdocs for function launch_config::__construct has incomplete parameters list
report/allylti/classes/privacy/provider.php
(#44) Function provider::get_metadata is not documented
(#58) Function provider::get_contexts_for_userid is not documented
(#62) Function provider::export_user_data is not documented
(#65) Function provider::delete_data_for_all_users_in_context is not documented
(#68) Function provider::delete_data_for_user is not documented
(#71) Function provider::get_users_in_context is not documented
(#74) Function provider::delete_data_for_users is not documented
report/allylti/lib.php
(#17) Package is not specified for function report_allylti_extend_navigation_course. It is also not specified in file-level phpdocs
(#44) Package is not specified for function report_allylti_before_standard_html_head. It is also not specified in file-level phpdocs
(#17) File-level phpdocs block is not found
(#17) Function report_allylti_extend_navigation_course is not documented
(#44) Function report_allylti_before_standard_html_head is not documented
report/allylti/tests/behat/behat_report_allylti.php
(#40) Package filter_ally is not valid
(#44) Function behat_report_allylti::findnofail is not documented
(#53) There is no description in phpdocs for function navigate_ax_report

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 "gherkinlint" 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]


Gherkin .feature problems

(4 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]

report/allylti/tests/behat/view_report.feature
(#74) Wrong indentation for "Examples", expected indentation level of 4, but got 2
(#75) Wrong indentation for "example", expected indentation level of 6, but got 4
(#76) Wrong indentation for "example", expected indentation level of 6, but got 4
report/allylti/tests/behat/test_accessibility_report.feature
(#46) New line at EOF(end of file) is required