Exclude unnecessary gems from tapioca

This commit is contained in:
Douglas Eichelberger 2024-02-16 15:06:11 -08:00
parent d05e9c5473
commit c452aaf7f5

View File

@ -2,6 +2,43 @@
# see https://github.com/Shopify/tapioca?tab=readme-ov-file#configuration
gem:
exclude:
# These conflict with the rbi files provided by sorbet:
- json
- msgpack
# These aren't needed:
- byebug
- coderay
- commander
- diff-lcs
- docile
- hana
- highline
- hpricot
- language_server-protocol
- mustache
- netrc
- parallel
- public_suffix
- racc
- rdiscount
- rexml
- ronn
- rspec-github
- rspec-mocks
- rspec-retry
- rspec
- rspec_junit_formatter
- rubocop-capybara
- rubocop-factory_bot
- rubocop-md
- rubocop-performance
- rubocop-rspec
- rubocop-sorbet
- ruby-prof
- simplecov_json_formatter
- simpleidn
- unf
- unf_ext
- unicode-display_width
- yard-sorbet
prerequire: sorbet/tapioca/prerequire.rb