codeclimate / codeclimate-phpcodesniffer

Code Climate Engine for PHP Code Sniffer
MIT License
28 stars 23 forks source link

Support for Drupal PHP coding standards #30

Closed josephdpurcell closed 8 years ago

josephdpurcell commented 8 years ago

Drupal code standards include sniffs compatible with PHP Code Sniffer as part of the Coder library: https://www.drupal.org/project/coder

It would make it easier for Drupal projects to adopt Code Climate by not requiring those sniffs to be added in each project, but rather added within the Code Climate engine.

This issue is similar to the request for supporting WordPress code standards: https://github.com/codeclimate/codeclimate-phpcodesniffer/issues/15

josephdpurcell commented 8 years ago

Resolved in https://github.com/codeclimate/codeclimate-phpcodesniffer/pull/34.