codeclimate.yml
This commit is contained in:
parent
84337c9e30
commit
364f6e112b
1 changed files with 24 additions and 0 deletions
24
.codeclimate.yml
Normal file
24
.codeclimate.yml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
engines:
|
||||||
|
bundler-audit:
|
||||||
|
enabled: true
|
||||||
|
coffeelint:
|
||||||
|
enabled: true
|
||||||
|
duplication:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
languages:
|
||||||
|
- ruby:
|
||||||
|
- coffeescript:
|
||||||
|
eslint:
|
||||||
|
enabled: true
|
||||||
|
fixme:
|
||||||
|
enabled: true
|
||||||
|
rubocop:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
exclude_paths:
|
||||||
|
- "**tipuesearch.js"
|
||||||
|
|
||||||
|
ratings:
|
||||||
|
paths:
|
||||||
|
- "**/*"
|
Loading…
Reference in a new issue