Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Commit

Permalink
Add .codeclimate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sstok committed Jan 14, 2017
1 parent b318af2 commit f99e809
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
engines:
duplication:
enabled: true
checks:
Similar code:
enabled: false
config:
languages:
- javascript
- php
phpcodesniffer:
enabled: false
fixme:
enabled: true
phpmd:
enabled: true
ratings:
paths:
- "**.inc"
- "**.js"
- "**.jsx"
- "**.php"
exclude_paths:
- tests/
- doc/

0 comments on commit f99e809

Please sign in to comment.