From 2c70ca067489f88ddd627f3ab09d2e3567d89216 Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 10 Jan 2024 18:03:31 +0100 Subject: [PATCH] Increase Metrics/AbcSize limit --- .rubocop_todo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 6ab8957055..1162cc0211 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -26,7 +26,7 @@ Lint/NonLocalExitFromIterator: # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes. Metrics/AbcSize: - Max: 82 + Max: 90 # Configuration parameters: CountBlocks, Max. Metrics/BlockNesting: