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

Add check in readme for invalid plugin name header #398

Closed ernilambar closed 5 months ago

ernilambar commented 5 months ago

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

ernilambar commented 5 months ago

cc: @swissspidy @felixarntz @mukeshpanchal27

ernilambar commented 5 months ago

Unit test is failing because Parser package is not updated in this PR. This PR should be merged after this https://github.com/WordPress/plugin-check/pull/395

swissspidy commented 5 months ago

Unit test is failing because Parser package is not updated in this PR. This PR should be merged after this #395

Can you do the same update in this PR?

ernilambar commented 5 months ago
swissspidy commented 5 months ago

Can we make the same change here so that this doesn't depend on another PR?