Skip to content

ci: add workflow to run wp plugin checks #3

ci: add workflow to run wp plugin checks

ci: add workflow to run wp plugin checks #3

Triggered via pull request September 21, 2024 15:39
Status Failure
Total duration 2m 13s
Artifacts

wordpress-plugin-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
stable_tag_mismatch: readme.txt#L1
The Stable Tag in your readme file does not match the version in your main plugin file. Your Stable Tag is meant to be the stable version of your plugin, not of WordPress. For your plugin to be properly downloaded from WordPress.org, those values need to be the same. If they’re out of sync, your users won’t get the right version of your code.
check
Process completed with exit code 1.
readme_parser_warnings_too_many_tags: readme.txt#L1
One or more tags were ignored. Please limit your plugin to 5 tags.
textdomain_mismatch: statify.php#L1
The TextDomain header in the plugin file does not match the slug. Found "statify", expected "dist".
WordPress.DB.DirectDatabaseQuery.DirectQuery: inc/class-statify.php#L152
Use of a direct database call is discouraged.
WordPress.DB.DirectDatabaseQuery.DirectQuery: inc/class-statify-dashboard.php#L308
Use of a direct database call is discouraged.
WordPress.DB.DirectDatabaseQuery.NoCaching: inc/class-statify-dashboard.php#L308
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WordPress.DB.DirectDatabaseQuery.DirectQuery: inc/class-statify-dashboard.php#L318
Use of a direct database call is discouraged.
WordPress.DB.DirectDatabaseQuery.NoCaching: inc/class-statify-dashboard.php#L318
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WordPress.DB.DirectDatabaseQuery.DirectQuery: inc/class-statify-dashboard.php#L326
Use of a direct database call is discouraged.
WordPress.DB.DirectDatabaseQuery.NoCaching: inc/class-statify-dashboard.php#L326
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WordPress.DB.DirectDatabaseQuery.DirectQuery: inc/class-statify-dashboard.php#L335
Use of a direct database call is discouraged.