X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/91e33f50bcd8c6b30693cde347ad0626ad52ff21..ea9a4c2aa28a89386a1b0d118d7492e4f70990c2:/.rubocop_todo.yml?ds=inline diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 4232b0574..ce7e5d9b2 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -64,7 +64,7 @@ Metrics/BlockNesting: # Offense count: 62 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 1660 + Max: 1782 # 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.