X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d054b1902c58aeda444f9c574e46c7638a65544e..0ead2d8fd20c3848cf6b68de2c7726358f37d5e6:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index f651adfb9..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: 360 + 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.