rubocop: Consolidate Style/BlockDelimiters config into one file

This commit is contained in:
Issy Long 2023-03-01 00:02:30 +00:00
parent b1eaf8bbd2
commit d16b241f4c
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
2 changed files with 2 additions and 4 deletions

View File

@ -338,6 +338,8 @@ Style/BarePercentLiterals:
# make rspec formatting more flexible
Style/BlockDelimiters:
BracesRequiredMethods:
- "sig"
Exclude:
- "Homebrew/**/*_spec.rb"
- "Homebrew/**/shared_examples/**/*.rb"

View File

@ -68,9 +68,5 @@ Style/HashAsLastArrayItem:
Exclude:
- "test/utils/spdx_spec.rb"
Style/BlockDelimiters:
BracesRequiredMethods:
- "sig"
Bundler/GemFilename:
Enabled: false