WordPress / plugin-check

A repository for the new Plugin Check plugin from the WordPress Performance and Plugins Team.
https://wordpress.org/plugins/plugin-check/
GNU General Public License v2.0
240 stars 46 forks source link

Display error if `--ignore-warnings` and `--ignore-errors` are passed in same command #415

Open ernilambar opened 7 months ago

ernilambar commented 7 months ago
wp plugin check hello-world --ignore-warnings --ignore-errors

In the CLI command plugin check, passing arguments --ignore-warnings and --ignore-errors at same time will always give empty results. We could warn if both arguments are passed.

ernilambar commented 7 months ago

Blocked by https://github.com/WordPress/plugin-check/issues/153

davidperezgar commented 6 days ago

Should we finish this issue?