]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Remove both Potlatch versions
[rails.git] / .rubocop_todo.yml
index c1060cbe2338b3c6c95a2344417a527e0c67c465..afce190d47e79432ecdb805d99b74dd1080ab8bc 100644 (file)
@@ -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.