wp-cli / profile-command

Quickly identify what's slow with WordPress
MIT License
271 stars 29 forks source link

Adopt and enforce new `WP_CLI_CS` standard #156

Closed BhargavBhandari90 closed 4 years ago

BhargavBhandari90 commented 5 years ago

We have a new PHPCS standard for WP-CLI called WP_CLI_CS (props @jrfnl). It is part of the wp-cli/wp-cli-tests package starting with version v2.1.0.

To adopt & enforce this new standard, the following actions need to be taken for this repository:

A sample PR for a simple repository can be seen here: https://github.com/wp-cli/maintenance-mode-command/pull/3/files

Related https://github.com/wp-cli/wp-cli/issues/5201