Skip to content

Bump eslint from 9.16.0 to 9.17.0 (#220) #516

Bump eslint from 9.16.0 to 9.17.0 (#220)

Bump eslint from 9.16.0 to 9.17.0 (#220) #516

Triggered via push December 16, 2024 10:41
Status Success
Total duration 4m 0s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
plugin_header_no_license: hello.php#L1
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
WordPress.WP.AlternativeFunctions.rand_mt_rand: hello.php#L49
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
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 '__'.
WordPress.WP.I18n.TextDomainMismatch: hello.php#L62
Mismatched text domain. Expected 'hello-dolly-copy' but got 'hello-dolly'.
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'.
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'.
no_plugin_readme: readme.txt#L1
The plugin readme.txt does not exist.
test
Process completed with exit code 1.
plugin_header_no_license: hello.php#L1
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
WordPress.WP.AlternativeFunctions.rand_mt_rand: hello.php#L49
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.