]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Prefer keyword arguments when method has optional boolean arguments
[rails.git] / .rubocop_todo.yml
index f6d11c58f9d00f81cd769c0004bf0c0fe875ee76..4e0bad7f9650eff28c271ffcd6a51f7ee9b8a0f2 100644 (file)
@@ -173,19 +173,6 @@ Style/FrozenStringLiteralComment:
 Style/NumericLiterals:
   MinDigits: 11
 
 Style/NumericLiterals:
   MinDigits: 11
 
-# Offense count: 20
-Style/OptionalBooleanParameter:
-  Exclude:
-    - 'app/controllers/api/notes_controller.rb'
-    - 'app/controllers/application_controller.rb'
-    - 'app/helpers/browse_helper.rb'
-    - 'app/models/changeset.rb'
-    - 'app/models/node.rb'
-    - 'app/models/relation.rb'
-    - 'app/models/trace.rb'
-    - 'app/models/tracepoint.rb'
-    - 'app/models/way.rb'
-
 # Offense count: 28
 # Cop supports --auto-correct.
 Style/StringConcatenation:
 # Offense count: 28
 # Cop supports --auto-correct.
 Style/StringConcatenation: