Mike McQuaid 87986d9dca
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.
2025-01-08 15:56:30 +00:00

12 lines
246 B
Plaintext

--dir=.
--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