diff --git a/config/rubocop.yml b/config/rubocop.yml index c3059b25..65e457a9 100644 --- a/config/rubocop.yml +++ b/config/rubocop.yml @@ -97,3 +97,6 @@ SignalException: # I need to chain optparse builder, else it is more ugly MultilineBlockChain: Enabled: false + +ClassLength: + Max: 105