X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f722fc281434ef59e19c504bff9e748e9d3f4b4..fffc572767a9b70c646a2b7d085cadc4686e826f:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index f1e93f25b..1b8d13efc 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -50,7 +50,7 @@ Lint/ShadowingOuterLocalVariable: # Offense count: 630 Metrics/AbcSize: - Max: 271 + Max: 280 # Offense count: 35 # Configuration parameters: CountComments. @@ -64,7 +64,7 @@ Metrics/BlockNesting: # Offense count: 62 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 1659 + Max: 1764 # Offense count: 69 Metrics/CyclomaticComplexity: @@ -74,7 +74,7 @@ Metrics/CyclomaticComplexity: # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives. # URISchemes: http, https Metrics/LineLength: - Max: 962 + Max: 1072 # Offense count: 612 # Configuration parameters: CountComments.