rubocop: Consolidate Style/BlockDelimiters config into one file
This commit is contained in:
parent
b1eaf8bbd2
commit
d16b241f4c
@ -338,6 +338,8 @@ Style/BarePercentLiterals:
|
||||
|
||||
# make rspec formatting more flexible
|
||||
Style/BlockDelimiters:
|
||||
BracesRequiredMethods:
|
||||
- "sig"
|
||||
Exclude:
|
||||
- "Homebrew/**/*_spec.rb"
|
||||
- "Homebrew/**/shared_examples/**/*.rb"
|
||||
|
||||
@ -68,9 +68,5 @@ Style/HashAsLastArrayItem:
|
||||
Exclude:
|
||||
- "test/utils/spdx_spec.rb"
|
||||
|
||||
Style/BlockDelimiters:
|
||||
BracesRequiredMethods:
|
||||
- "sig"
|
||||
|
||||
Bundler/GemFilename:
|
||||
Enabled: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user