Skip to content

Commit

Permalink
.rubocop.yml: update to match main configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed Dec 1, 2024
1 parent 662783a commit 367dde8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ AllCops:
- "**/*.rbi"
Exclude:
- Homebrew/sorbet/rbi/{dsl,gems}/**/*.rbi
- Homebrew/sorbet/rbi/parlour.rbi
- Homebrew/bin/*
- Homebrew/vendor/**/*
- Taps/*/*/vendor/**/*
- "**/vendor/**/*"
SuggestExtensions:
rubocop-minitest: false
Layout/ArgumentAlignment:
Expand Down Expand Up @@ -189,6 +189,8 @@ Style/OptionalBooleanParameter:
AllowedMethods:
- respond_to?
- respond_to_missing?
Style/RedundantLineContinuation:
Enabled: false
Style/RescueStandardError:
EnforcedStyle: implicit
Style/ReturnNil:
Expand Down

0 comments on commit 367dde8

Please sign in to comment.