Autofix Rubocop Style/UnpackFirst (#23741)

This commit is contained in:
Nick Schonning 2023-02-20 00:51:43 -05:00 committed by GitHub
parent 5116347eb7
commit d2dcb6c45a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 11 deletions

View file

@ -2617,10 +2617,3 @@ Style/SymbolArray:
Style/SymbolProc:
Exclude:
- 'spec/lib/request_spec.rb'
# Offense count: 4
# This cop supports safe autocorrection (--autocorrect).
Style/UnpackFirst:
Exclude:
- 'app/models/concerns/account_interactions.rb'
- 'lib/paperclip/gif_transcoder.rb'