]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Remove both Potlatch versions
[rails.git] / .rubocop_todo.yml
index 406a13265a699d8d1b9fd2f0ee97a2b72e6bfacc..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.
@@ -172,9 +171,3 @@ Style/FrozenStringLiteralComment:
 # Configuration parameters: Strict.
 Style/NumericLiterals:
   MinDigits: 11
-
-# Offense count: 19
-# Cop supports --auto-correct.
-Style/StringConcatenation:
-  Exclude:
-    - 'test/helpers/user_roles_helper_test.rb'