From 393914d35b970e98c825dc650f679fcb12b6655e Mon Sep 17 00:00:00 2001 From: Gregory Igelmund Date: Wed, 13 Dec 2023 13:02:49 -0500 Subject: [PATCH] .rubocop_todo.yml: Increase Metrics/ClassLength from 279 -> 299 --- .rubocop_todo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index bd2f92309..e6772b8a4 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -61,7 +61,7 @@ Metrics/BlockNesting: # Offense count: 26 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: - Max: 297 + Max: 299 # Offense count: 59 # Configuration parameters: AllowedMethods, AllowedPatterns. -- 2.39.5