Autofix Rubocop Style/RaiseArgs (#23650)
This commit is contained in:
parent
6ed6c41724
commit
593bb8ce99
3 changed files with 2 additions and 11 deletions
|
@ -3470,15 +3470,6 @@ Style/PreferredHashMethods:
|
|||
Exclude:
|
||||
- 'spec/support/matchers/model/model_have_error_on_field.rb'
|
||||
|
||||
# Offense count: 2
|
||||
# This cop supports safe autocorrection (--autocorrect).
|
||||
# Configuration parameters: EnforcedStyle, AllowedCompactTypes.
|
||||
# SupportedStyles: compact, exploded
|
||||
Style/RaiseArgs:
|
||||
Exclude:
|
||||
- 'db/migrate/20200620164023_add_fixed_lowercase_index_to_accounts.rb'
|
||||
- 'db/migrate/20210421121431_add_case_insensitive_btree_index_to_tags.rb'
|
||||
|
||||
# Offense count: 5
|
||||
# This cop supports unsafe autocorrection (--autocorrect-all).
|
||||
# Configuration parameters: Methods.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue