Autofix Rubocop Style/CaseLikeIf (#23756)
This commit is contained in:
parent
1fe04f740a
commit
d5a185d721
2 changed files with 4 additions and 9 deletions
|
|
@ -1031,12 +1031,6 @@ Style/CaseEquality:
|
|||
Exclude:
|
||||
- 'config/initializers/trusted_proxies.rb'
|
||||
|
||||
# This cop supports unsafe autocorrection (--autocorrect-all).
|
||||
# Configuration parameters: MinBranchesCount.
|
||||
Style/CaseLikeIf:
|
||||
Exclude:
|
||||
- 'app/controllers/concerns/signature_verification.rb'
|
||||
|
||||
# This cop supports safe autocorrection (--autocorrect).
|
||||
# Configuration parameters: AllowedMethods, AllowedPatterns.
|
||||
# AllowedMethods: ==, equal?, eql?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue