plugin-check
plugin-check copied to clipboard
Validate check categories
This PR partially fixes https://github.com/WordPress/plugin-check/issues/348
- Fetching of checks and check categories are different in our setup. So it is not viable to use same approach for the validation.
- Validation is implemented in
plugin checkandplugin list-checkscommands. - If invalid categories are passed, there will be ERROR rather than warning.
Blocked by https://github.com/WordPress/plugin-check/issues/390
Superseded by https://github.com/WordPress/plugin-check/issues/153 Closing issue.