diff --git a/.rubocop.yml b/.rubocop.yml index 67ecb4c4..359fa6d8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -20,7 +20,7 @@ Metrics/MethodLength: Max: 100 Metrics/ParameterLists: - Max: 8 + Max: 10 Metrics/AbcSize: Enabled: false