enable code duplication checks on code climate
This commit is contained in:
parent
01872e740e
commit
4328a6205f
1 changed files with 5 additions and 3 deletions
|
@ -5,11 +5,13 @@ engines:
|
||||||
bundler-audit:
|
bundler-audit:
|
||||||
enabled: true
|
enabled: true
|
||||||
duplication:
|
duplication:
|
||||||
enabled: false
|
enabled: true
|
||||||
config:
|
config:
|
||||||
languages:
|
languages:
|
||||||
- ruby
|
ruby:
|
||||||
- javascript
|
mass_threshold: 36 # default: 18
|
||||||
|
javascript:
|
||||||
|
mass_threshold: 80 # default: 40
|
||||||
eslint:
|
eslint:
|
||||||
enabled: true
|
enabled: true
|
||||||
channel: "eslint-3"
|
channel: "eslint-3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue