Play around with codeclimate [ci skip]
This commit is contained in:
parent
ad494e5a71
commit
cf9fc98047
1 changed files with 18 additions and 0 deletions
18
.codeclimate.yml
Normal file
18
.codeclimate.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
engines:
|
||||
csslint:
|
||||
enabled: false
|
||||
duplication:
|
||||
enabled: true
|
||||
config:
|
||||
languages:
|
||||
- rust
|
||||
eslint:
|
||||
enabled: false
|
||||
fixme:
|
||||
enabled: true
|
||||
ratings:
|
||||
paths:
|
||||
- "**.rs"
|
||||
exclude_paths:
|
||||
- tests/
|
||||
- doc/
|
||||
Loading…
Reference in a new issue