Bump eslint-plugin-github from 5.1.4 to 5.1.5 (#235) #543
Annotations
10 errors and 2 warnings
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.
|
trademarked_term:
plugin-with-dependencies.php#L1
The plugin name includes a restricted term. Your chosen plugin name - "Plugin With Dependencies" - contains the restricted term "plugin" which cannot be used at all in your plugin name.
|
trademarked_term:
plugin-with-dependencies.php#L1
The plugin slug includes a restricted term. Your plugin slug - "plugin-with-dependencies" - contains the restricted term "plugin" which cannot be used at all in your plugin slug.
|