updated codeclimate.yml file
This commit is contained in:
parent
ddad66ffee
commit
a44f3b73d3
@ -1,3 +1,24 @@
|
||||
engines:
|
||||
eslint:
|
||||
enabled: true
|
||||
csslint:
|
||||
enabled: true
|
||||
eslint
|
||||
enabled: true
|
||||
fixme:
|
||||
enabled: true
|
||||
duplication:
|
||||
enabled: true
|
||||
config:
|
||||
languages:
|
||||
- javascript
|
||||
ratings:
|
||||
paths:
|
||||
- "**.css"
|
||||
- "**.js"
|
||||
- "**.jsx"
|
||||
- "**.module"
|
||||
|
||||
exclude_paths:
|
||||
- public/dist/**
|
||||
- node_modules/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user