Bump @typescript-eslint/parser from 8.11.0 to 8.12.2 (#198) #459
Annotations
10 errors and 5 warnings
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'.
|
test
Process completed with exit code 1.
|
WordPress.WP.AlternativeFunctions.rand_mt_rand:
hello.php#L49
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
|
WordPress.WP.I18n.TextDomainMismatch:
hello.php#L62
Mismatched text domain. Expected 'hello-dolly-copy' but got 'hello-dolly'.
|
test
Process completed with exit code 1.
|
WordPress.WP.AlternativeFunctions.rand_mt_rand:
hello.php#L49
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
|
plugin_header_invalid_plugin_uri_domain:
hello.php#L1
The "Plugin URI" header in the plugin file is not valid.
|
no_plugin_readme:
readme.txt#L1
The plugin readme.txt does not exist.
|
plugin_header_invalid_plugin_uri_domain:
hello.php#L1
The "Plugin URI" header in the plugin file is not valid.
|
plugin_header_invalid_plugin_uri_domain:
hello.php#L1
The "Plugin URI" header in the plugin file is not valid.
|
no_plugin_readme:
readme.txt#L1
The plugin readme.txt does not exist.
|