Add codeclimate

This commit is contained in:
Chocobozzz 2016-02-14 10:07:17 +01:00
parent 821b05aebb
commit 3dca0e6eae
4 changed files with 239 additions and 0 deletions

23
.codeclimate.yml Normal file
View file

@ -0,0 +1,23 @@
---
engines:
csslint:
enabled: false
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.css"
- "**.js"
exclude_paths:
- config/
- node_modules/
- public
- tests/
- .tmp/