From e9d823bc5dad2dd68c66546e760c00cfc40d8e03 Mon Sep 17 00:00:00 2001 From: Caio <117518+caiosba@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:39:05 -0300 Subject: [PATCH] Updating Rubocop file --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index d9bb8d820f..2ff1fbf74d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -224,7 +224,7 @@ Metrics/CyclomaticComplexity: A complexity metric that is strongly correlated to the number of test cases needed to validate a method. Enabled: true - Max: 12 + Max: 13 Metrics/LineLength: Description: 'Limit lines to 80 characters.'