X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f5296ebe7c9608620d72fe3936706a0408a30c5b..7fb1c9621d76f97aa7068700edbbb03376439df7:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index d566e2bcc..c0e6c97ba 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -13,7 +13,7 @@ Metrics/AbcSize: # Offense count: 27 # Configuration parameters: CountComments. Metrics/BlockLength: - Max: 359 + Max: 361 # Offense count: 3 Metrics/CyclomaticComplexity: @@ -23,7 +23,7 @@ Metrics/CyclomaticComplexity: # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives. # URISchemes: http, https Metrics/LineLength: - Max: 696 + Max: 704 # Offense count: 24 # Configuration parameters: CountComments.