WordPress / WordPress/plugin-check-action
Make it easier to ignore certain categories
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 129
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
The WP-CLI command doesn't provide an easy way to do so, but we could hook into the wp_plugin_check_checks filter
On the other hand, there are only 5 categories, so providing an allowlist should be easy as well (assuming the list of categories doesn't change frequently)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the WP-CLI command and the wp_plugin_check_checks filter mentioned in the issue. Compare the filter-based approach with an allowlist for the five categories, then verify that users can easily exclude selected categories through the command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, wordpress
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100