Fix Performance/RedundantEqualityComparisonBlock cop (#24799)
This commit is contained in:
parent
9c1929efad
commit
97385f27bd
2 changed files with 1 additions and 7 deletions
|
|
@ -327,12 +327,6 @@ Performance/MethodObjectAsBlock:
|
|||
- 'app/models/account_suggestions/source.rb'
|
||||
- 'spec/models/export_spec.rb'
|
||||
|
||||
# This cop supports unsafe autocorrection (--autocorrect-all).
|
||||
# Configuration parameters: AllowRegexpMatch.
|
||||
Performance/RedundantEqualityComparisonBlock:
|
||||
Exclude:
|
||||
- 'spec/requests/link_headers_spec.rb'
|
||||
|
||||
# This cop supports unsafe autocorrection (--autocorrect-all).
|
||||
# Configuration parameters: MaxKeyValuePairs.
|
||||
Performance/RedundantMerge:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue