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:
|
||||
enabled: true
|
||||
duplication:
|
||||
enabled: false
|
||||
enabled: true
|
||||
config:
|
||||
languages:
|
||||
- ruby
|
||||
- javascript
|
||||
ruby:
|
||||
mass_threshold: 36 # default: 18
|
||||
javascript:
|
||||
mass_threshold: 80 # default: 40
|
||||
eslint:
|
||||
enabled: true
|
||||
channel: "eslint-3"
|
||||
|
|
Loading…
Reference in a new issue