From c1da82009ef71aba9593c2eef8bf9d851e17e341 Mon Sep 17 00:00:00 2001 From: Alexandre Karpinski Manikowski Date: Fri, 16 Feb 2018 11:02:09 -0200 Subject: [PATCH] fix issues addressed by rubocop. increase Metrics/ParameterLists to 10 --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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