Add codeclimate
This commit is contained in:
parent
821b05aebb
commit
3dca0e6eae
4 changed files with 239 additions and 0 deletions
23
.codeclimate.yml
Normal file
23
.codeclimate.yml
Normal 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/
|
Loading…
Add table
Add a link
Reference in a new issue