#37999 closed enhancement (wontfix)
Support for CodeClimate
Reported by: | bhubbard | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.7 |
Component: | Build/Test Tools | Keywords: | |
Focuses: | Cc: |
Description
As WordPress syncs to github it is available on CodeClimate as a open source project here:
https://codeclimate.com/github/WordPress/WordPress
The GPA grade it gives is a bit inaccurate with the default settings. Code Climate does support WordPress standards and adding a simple .codeclimate.yml
file could provide better and accurate reporting. This would also be great as it can set an example of what a codeclimate config should look like for plugin and theme developers.
Details on CodeClimate WordPress Standards:
https://github.com/codeclimate/codeclimate-phpcodesniffer/issues/15
Change History (2)
Note: See
TracTickets for help on using
tickets.
WordPress doesn't officially support the WPCS PHPCS sniffs, so adding those to the CodeClimate configuration would still not be an accurate representation of any code grades offered.
For that reason, I'm closing this as "wontfix"