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
|
||||
config:
|
||||
languages:
|
||||
count_threshold: 3 # rule of three
|
||||
ruby:
|
||||
mass_threshold: 36 # default: 18
|
||||
javascript:
|
||||
|
|
Loading…
Add table
Reference in a new issue