.rubocop_todo.yml: Increase Metrics/ClassLength from 279 -> 299

This commit is contained in:
Gregory Igelmund 2023-12-13 13:02:49 -05:00
parent 3e69a4512f
commit 393914d35b

View file

@ -61,7 +61,7 @@ Metrics/BlockNesting:
# Offense count: 26 # Offense count: 26
# Configuration parameters: CountComments, CountAsOne. # Configuration parameters: CountComments, CountAsOne.
Metrics/ClassLength: Metrics/ClassLength:
Max: 297 Max: 299
# Offense count: 59 # Offense count: 59
# Configuration parameters: AllowedMethods, AllowedPatterns. # Configuration parameters: AllowedMethods, AllowedPatterns.