Skip to content

Commit

Permalink
Add Code Climate config file
Browse files Browse the repository at this point in the history
  • Loading branch information
vukvukovich committed Sep 7, 2016
1 parent 4faee7f commit aeb3981
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
engines:
phpcodesniffer:
enabled: true
config:
standard: "Wordpress"
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
- php
fixme:
enabled: true
phpmd:
enabled: true
ratings:
paths:
- "**.css"
- "**.js"
- "**.php"
exclude_paths: []

0 comments on commit aeb3981

Please sign in to comment.