DevinVinson / WordPress-Plugin-Boilerplate

[WordPress] A foundation for WordPress Plugin Development that aims to provide a clear and consistent guide for building your plugins.
http://wppb.io
7.66k stars 2.25k forks source link

Add PHPCS Github Action to follow Wordpress coding standards #541

Closed w3bdesign closed 4 years ago

w3bdesign commented 4 years ago

This repository should include PHPCS with Wordpress coding standards by default.

I ran it myself and got a ton of errors.

Take a look at https://github.com/rtCamp/action-phpcs-code-review which is a Github Action with Wordpress coding standards enabled by default.