X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dbe165bbb3d6eda37d9579f1ac767599f9055607..5ab7591d9caac8d6b0199df619c21f35f57cd6e1:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 57b992971..845289b14 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -37,7 +37,7 @@ Metrics/BlockNesting: # Offense count: 60 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 1515 + Max: 1523 # Offense count: 68 Metrics/CyclomaticComplexity: @@ -46,7 +46,7 @@ Metrics/CyclomaticComplexity: # Offense count: 2092 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: - Max: 520 + Max: 694 # Offense count: 520 # Configuration parameters: CountComments.