diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 5e424b137c..b7d8a37ce9 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -237,7 +237,7 @@ Lint/UselessAccessModifier: # Offense count: 373 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: - Max: 1476 + Max: 1493 # Offense count: 7099 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.