From 0b389b99cbd53716d4e59c02c69450b5a202ac2b Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 21 Jan 2021 12:16:10 -0800 Subject: [PATCH] Bump the maximum block length from 1476 to 1493 --- .rubocop_todo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.