lesterchan / wp-sweep

WP-Sweep allows you to clean up unused, orphaned and duplicated data in your WordPress. It also optimizes your database tables.
https://wordpress.org/plugins/wp-sweep/
152 stars 23 forks source link

Add support for Code Climate #32

Closed bhubbard closed 7 years ago

bhubbard commented 8 years ago

CodeClimate is free for open source projects, and now supports WordPress standards for PHPCodeSniffer. It would be great, and can be done by creating a simple config file.

Repo on CodeClimate https://codeclimate.com/github/lesterchan/wp-sweep/

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

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

lesterchan commented 8 years ago

Submit a Pull Request?