wp-cli / search-replace-command

Searches/replaces strings in the database.
MIT License
57 stars 45 forks source link

Adopt and enforce new `WP_CLI_CS` standard #114

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

jrfnl commented 5 years ago

Necessary changes have been made and merged & ruleset has been pulled - see #119.