try enabling count threshold on rubocop
This commit is contained in:
parent
b09a98184c
commit
e0d7f2b133
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ engines:
|
||||||
enabled: true
|
enabled: true
|
||||||
config:
|
config:
|
||||||
languages:
|
languages:
|
||||||
|
count_threshold: 3 # rule of three
|
||||||
ruby:
|
ruby:
|
||||||
mass_threshold: 36 # default: 18
|
mass_threshold: 36 # default: 18
|
||||||
javascript:
|
javascript:
|
||||||
|
|
Loading…
Add table
Reference in a new issue