]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Prefer string interpolation to concatenation
[rails.git] / .rubocop_todo.yml
index f6d11c58f9d00f81cd769c0004bf0c0fe875ee76..406a13265a699d8d1b9fd2f0ee97a2b72e6bfacc 100644 (file)
@@ -173,20 +173,8 @@ Style/FrozenStringLiteralComment:
 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
+# Offense count: 19
 # Cop supports --auto-correct.
 Style/StringConcatenation:
-  Enabled: false
+  Exclude:
+    - 'test/helpers/user_roles_helper_test.rb'