wp-cli / search-replace-command

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

Implement CS checking based on the `WP_CLI_CS` ruleset #119

Closed jrfnl closed 5 years ago

jrfnl commented 5 years ago

This basically adds a PHPCS ruleset using the new WPCliCSstandard and adds a few select whitelist comments.

Please see the individual commits for more detail.

The build for this PR won't be able to pass until wp-cli-tests 2.1 has been released, upon which time, the build can just be restarted and should be green ;-)

Fixes #114

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