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:
Mike McQuaid 2025-01-08 15:56:30 +00:00
parent 4f0f591696
commit 87986d9dca
No known key found for this signature in database

View File

@ -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