X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0654be27f9826e6cca4b88c03b39517214612351..8b9164644b4457b88f51a1739d533f73dfa7f6b5:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 9aea439cb..219135dff 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -18,7 +18,7 @@ require: # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: - Max: 248 + Max: 254 # Offense count: 36 # Configuration parameters: AllowSafeAssignment. @@ -52,7 +52,7 @@ Lint/DuplicateBranch: # Offense count: 487 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: - Max: 194 + Max: 234 # Offense count: 62 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. @@ -92,7 +92,7 @@ Metrics/PerceivedComplexity: # Offense count: 365 Minitest/MultipleAssertions: - Max: 81 + Max: 97 # Offense count: 4 Naming/AccessorMethodName: