Run Plugin Check on PRs #1
Annotations
10 errors and 5 warnings
hidden_files:
.gitattributes#L1
Hidden files are not permitted.
|
hidden_files:
.gitignore#L1
Hidden files are not permitted.
|
hidden_files:
.distignore#L1
Hidden files are not permitted.
|
hidden_files:
.editorconfig#L1
Hidden files are not permitted.
|
hidden_files:
.phpcs.xml.dist#L1
Hidden files are not permitted.
|
application_detected:
.phpcs.xml.dist#L1
Application files are not permitted.
|
application_detected:
phpstan.neon.dist#L1
Application files are not permitted.
|
application_detected:
phpunit.xml.dist#L1
Application files are not permitted.
|
WordPress.Security.EscapeOutput.OutputNotEscaped:
src/BulkEdit.php#L109
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
|
WordPress.Security.EscapeOutput.OutputNotEscaped:
src/BulkEdit.php#L123
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
|
WordPress.Security.NonceVerification.Recommended:
src/BulkEdit.php#L143
Processing form data without nonce verification.
|
WordPress.Security.NonceVerification.Recommended:
src/BulkEdit.php#L143
Processing form data without nonce verification.
|
WordPress.WP.EnqueuedResourceParameters.NotInFooter:
src/functions.php#L274
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
|
mismatched_plugin_name:
readme.txt#L1
Plugin name "Archive Content with Archived Post Status" is different from the name declared in plugin header "Archived Post Status".
|
upgrade_notice_limit:
readme.txt#L1
The upgrade notice for "0.4.0 - February X, 2025" exceeds the limit of 300 characters.
|