]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Fix new rubocop warnings
[rails.git] / .rubocop.yml
index 62685c8ed9298696a03a7f920037b4b36ff6f02b..e99b88edc170bda2a77db1f824a8bb4ab55ee533 100644 (file)
@@ -3,6 +3,9 @@ inherit_from: .rubocop_todo.yml
 Rails:
   Enabled: true
 
+Performance/RedundantMerge:
+  Enabled: false
+
 Style/BracesAroundHashParameters:
   EnforcedStyle: context_dependent