try enabling count threshold on rubocop

This commit is contained in:
Devin Howard 2016-12-02 17:20:14 -05:00
parent b09a98184c
commit e0d7f2b133

View file

@ -8,6 +8,7 @@ engines:
enabled: true
config:
languages:
count_threshold: 3 # rule of three
ruby:
mass_threshold: 36 # default: 18
javascript: