Merge branch 'master' into develop

This commit is contained in:
Olivier Keshavjee 2016-02-26 11:00:17 +01:00
commit 4d6223a25a

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/**/*