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
198 stars 39 forks source link

Validate fields names #361

Closed ernilambar closed 6 months ago

ernilambar commented 6 months ago

Fixes https://github.com/WordPress/plugin-check/issues/360

This PR validates the field names passed to --fields. Show error if invalid names are given.

ernilambar commented 6 months ago

This PR will be invalid when https://github.com/WordPress/plugin-check/pull/339 is merged. Closing for now. We need to explore alternative approach after above PR is merged.