X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/99e537859a813edbcbf4ce94eae69f33f6361e22..0ff89c31e4f8a0c3fc31772c4cf914c4fd7f5656:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index c1060cbe2..afce190d4 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -58,7 +58,7 @@ Metrics/BlockNesting: # Offense count: 25 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: - Max: 643 + Max: 644 # Offense count: 68 # Configuration parameters: IgnoredMethods. @@ -91,7 +91,6 @@ Naming/AccessorMethodName: - 'app/helpers/title_helper.rb' - 'app/models/old_way.rb' - 'lib/osm.rb' - - 'lib/potlatch.rb' # Offense count: 8 # Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros.