Skip to content

Commit

Permalink
rubocop: Consolidate Style/BlockDelimiters config into one file
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Mar 1, 2023
1 parent b1eaf8b commit d16b241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Library/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ Style/BarePercentLiterals:

# make rspec formatting more flexible
Style/BlockDelimiters:
BracesRequiredMethods:
- "sig"
Exclude:
- "Homebrew/**/*_spec.rb"
- "Homebrew/**/shared_examples/**/*.rb"
Expand Down
4 changes: 0 additions & 4 deletions Library/Homebrew/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,5 @@ Style/HashAsLastArrayItem:
Exclude:
- "test/utils/spdx_spec.rb"

Style/BlockDelimiters:
BracesRequiredMethods:
- "sig"

Bundler/GemFilename:
Enabled: false

0 comments on commit d16b241

Please sign in to comment.