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

Update Readme check to include missing plugin header #402

Closed ernilambar closed 13 hours ago

ernilambar commented 5 months ago

Related: https://github.com/WordPress/plugin-check/issues/198

In current readme validator, warnings are raised if following fields are missing:

We could also implement here in trunk a similar parity with the current readme validator.

Ref:

Screenshot 2024-01-25 at 4 08 59 PM

ernilambar commented 5 months ago
swissspidy commented 4 months ago

414 seems fine at first glance, but I recommend asking the plugin review team whether it's useful for them

ernilambar commented 4 months ago

@foosantos We have already implemented missing Stable Tag. Would it be helpful if we also implement missing Tested up to and Contributors? By default contributor_ignored warning is ignored, so missing Contributors won't be warned.

foosantos commented 4 months ago

cc @bordoni

davidperezgar commented 3 months ago

Yes, we have to check that the plugin has a correct readme.

ernilambar commented 13 hours ago

Fixed in https://github.com/WordPress/plugin-check/pull/414