Fix Performance/RedundantMerge cop (#24817)

This commit is contained in:
Matt Jankowski
2023-05-03 23:25:43 -04:00
committed by GitHub
parent b25860c509
commit d9a958fcf7
2 changed files with 2 additions and 16 deletions

View File

@ -309,12 +309,6 @@ Performance/MapCompact:
- 'db/migrate/20200407202420_migrate_unavailable_inboxes.rb'
- 'spec/presenters/status_relationships_presenter_spec.rb'
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: MaxKeyValuePairs.
Performance/RedundantMerge:
Exclude:
- 'config/initializers/paperclip.rb'
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: SafeMultiline.
Performance/StartWith: