Skip to content

Commit

Permalink
add codeclimate config
Browse files Browse the repository at this point in the history
  • Loading branch information
compeak committed Aug 16, 2016
1 parent 81c5205 commit be8a59c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
engines:
duplication:
enabled: true
config:
languages:
- php
fixme:
enabled: true
phpmd:
enabled: true
exclude_fingerprints:
- 87d68d64b36d3daa0610e4903d433a2b
- 1737d048bf9ef08d02b5f976b9f52e40
ratings:
paths:
- "**.inc"
- "**.php"
exclude_paths:
- tests/

0 comments on commit be8a59c

Please sign in to comment.