Skip to content

Improve file annotations for src/build #10

Improve file annotations for src/build

Improve file annotations for src/build #10

Triggered via pull request October 20, 2023 11:23
Status Failure
Total duration 2m 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
test
Errors found by plugin check.
WordPress.WP.AlternativeFunctions.rand_mt_rand: hello.php#L49
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
test
Errors found by plugin check.
WordPress.Security.EscapeOutput.OutputNotEscaped: hello.php#L62
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
test
Errors found by plugin check.
WordPress.Security.EscapeOutput.OutputNotEscaped: hello.php#L63
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$lang'.
test
Errors found by plugin check.
WordPress.Security.EscapeOutput.OutputNotEscaped: hello.php#L64
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$chosen'.
test
Process completed with exit code 1.
no_plugin_readme: readme.txt#L1
The plugin readme.txt does not exist.