From 3b7dce75b2d9ce4f27d163b3bd4383c6da1698ea Mon Sep 17 00:00:00 2001 From: Robert Koeze Date: Fri, 9 May 2025 21:53:54 -0400 Subject: [PATCH] Bump ClassLength rubocop_todo --- .rubocop_todo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index e7c2161c8..f14480baa 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -66,7 +66,7 @@ Metrics/BlockNesting: # Offense count: 26 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: - Max: 309 + Max: 321 # Offense count: 58 # Configuration parameters: AllowedMethods, AllowedPatterns. -- 2.39.5