Adds codeclimate config file

This commit is contained in:
Olivier Keshavjee 2016-02-26 10:59:53 +01:00
parent 461eb0715e
commit 10060a1815

25
.codeclimate.yml Normal file
View file

@ -0,0 +1,25 @@
---
engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
fixme:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- libs/**/*