Fix Style/CombinableLoops
cop (#27429)
This commit is contained in:
parent
eb5ebdbd1b
commit
a730517f90
3 changed files with 16 additions and 14 deletions
|
@ -523,12 +523,6 @@ Style/ClassVars:
|
|||
Exclude:
|
||||
- 'config/initializers/devise.rb'
|
||||
|
||||
# This cop supports unsafe autocorrection (--autocorrect-all).
|
||||
Style/CombinableLoops:
|
||||
Exclude:
|
||||
- 'app/models/form/custom_emoji_batch.rb'
|
||||
- 'app/models/form/ip_block_batch.rb'
|
||||
|
||||
# This cop supports safe autocorrection (--autocorrect).
|
||||
# Configuration parameters: AllowedVars.
|
||||
Style/FetchEnvVar:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue