From ce7801ecf50b4f43373b3820151ea39b4bc9e829 Mon Sep 17 00:00:00 2001 From: Guillermo Aguirre Date: Fri, 10 Nov 2023 15:16:00 -0300 Subject: [PATCH] Increase method lines --- .rubocop.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 80fba47..ce977c7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -16,7 +16,10 @@ Gemspec/RequireMFA: Enabled: false Metrics/MethodLength: - Max: 25 + Max: 50 + +Metrics/AbcSize: + Enabled: false Layout/EndAlignment: EnforcedStyleAlignWith: start_of_line