Bump typescript from 5.7.2 to 5.7.3 #540
Annotations
10 errors and 2 warnings
Run plugin check (default):
hello.php#L1
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
|
Run plugin check (default):
hello.php#L49
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
|
Run plugin check (default):
hello.php#L62
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
|
Run plugin check (default):
hello.php#L62
Mismatched text domain. Expected 'hello-dolly-copy' but got 'hello-dolly'.
|
Run plugin check (default):
hello.php#L63
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$lang'.
|
Run plugin check (default):
hello.php#L64
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$chosen'.
|
Run plugin check (default):
readme.txt#L1
The plugin readme.txt does not exist.
|
Run plugin check (default)
Process completed with exit code 1.
|
Run plugin check (exclude checks):
hello.php#L1
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
|
Run plugin check (exclude checks):
hello.php#L49
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
|
Run plugin check (plugin dependencies):
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.
|
Run plugin check (plugin dependencies):
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.
|
Loading