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

Fix plugin name from readme in `Trademarks` check #354

Closed ernilambar closed 6 months ago

ernilambar commented 6 months ago

When checking plugin name from readme, we are using this /===(.*)===/i regex. So its matches will also include whitespace around the actual plugin name. This PR will omit that whitespace characters.

Before

before-this-pr

After

after-this-pr

cc: @swissspidy @felixarntz @mukeshpanchal27