Add .codeclimate.yml to limit the audit to the library sources
This commit is contained in:
parent
c9b20c96e0
commit
ae969a9a10
14
.codeclimate.yml
Normal file
14
.codeclimate.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
engines:
|
||||||
|
duplication:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
languages:
|
||||||
|
- javascript
|
||||||
|
eslint:
|
||||||
|
enabled: true
|
||||||
|
fixme:
|
||||||
|
enabled: true
|
||||||
|
ratings:
|
||||||
|
paths:
|
||||||
|
- "lib/**/*"
|
Loading…
Reference in New Issue
Block a user