wp-cli / language-command

Installs, activates, and manages language packs.
MIT License
13 stars 21 forks source link

Adopt and enforce new `WP_CLI_CS` standard #73

Closed schlessera closed 5 years ago

schlessera commented 5 years ago

We have a new PHPCS standard for WP-CLI called WPCliCS (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/5179