X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a8640d48a96b0e74a16fac854ebaebeba8530653..cd06a449b3fde794695fb7e771e04678c19c7632:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index c03cf665c..62b5c6567 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -65,7 +65,7 @@ Metrics/ClassLength: # Offense count: 58 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods. Metrics/CyclomaticComplexity: - Max: 25 + Max: 26 # Offense count: 751 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods. @@ -80,7 +80,7 @@ Metrics/ParameterLists: # Offense count: 57 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods. Metrics/PerceivedComplexity: - Max: 26 + Max: 27 # Offense count: 2495 # This cop supports safe autocorrection (--autocorrect). @@ -89,7 +89,7 @@ Minitest/EmptyLineBeforeAssertionMethods: # Offense count: 560 Minitest/MultipleAssertions: - Max: 52 + Max: 54 # Offense count: 1 # Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros.