mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
sorbet/config: handle some homebrew-bundle cases.
- need to ignore `vendor/ruby` because there can be gems in there - need to ignore `spec/stub` because it's defining RSpec-only stub methods that aren't used outside of RSpec and don't have the same e.g. signatures.
This commit is contained in:
parent
4f0f591696
commit
87986d9dca
@ -2,8 +2,10 @@
|
||||
--enable-experimental-requires-ancestor
|
||||
--ignore=/vendor/bundle
|
||||
--ignore=/vendor/gems
|
||||
--ignore=/vendor/ruby
|
||||
--ignore=/vendor/portable-ruby
|
||||
--ignore=/test/.gem
|
||||
--ignore=/spec/stub
|
||||
--ignore=Formula
|
||||
--ignore=Casks
|
||||
--suppress-error-code=7019
|
||||
|
Loading…
x
Reference in New Issue
Block a user