Skip to content

Commit

Permalink
Add Code Climate configuration to project
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-davis committed Aug 2, 2016
1 parent 7c64f47 commit 7f7c7e3
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 68 deletions.
19 changes: 19 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
engines:
duplication:
enabled: true
config:
languages:
- php
fixme:
enabled: true
phpmd:
enabled: true
phpcodesniffer:
enabled: true
config:
standard: "PSR1,PSR2"
ratings:
paths:
- "**.module"
- "**.php"
Loading

0 comments on commit 7f7c7e3

Please sign in to comment.