Yoast / wordpress-seo

Yoast SEO for WordPress
https://yoast.com/wordpress/plugins/seo/
Other
1.75k stars 883 forks source link

Update CodeClimate Config #4973

Closed bhubbard closed 8 years ago

bhubbard commented 8 years ago

CodeClimate now supports WordPress standards for PHPCodeSniffer. It might be useful if the config is updated to reflect it.

Example .codeclimate.yml https://docs.codeclimate.com/docs/example-codeclimateyml

PHP Code Sniffer config instructions: https://github.com/codeclimate/codeclimate-phpcodesniffer

Rarst commented 8 years ago

This seems specific to new engines platform. We are still on a classic platform, since when we tried the new one it didn't provide nearly comparable level of support for PHP (this was while back though).

Also we enforce our own PHP CS rules as mandatory in Travis.

So I would say this isn't relevant to us at this point. Will keep in mind for when we get to moving to engines platform in future, thank you for suggestion. :)