Exclude unnecessary gems from tapioca
This commit is contained in:
parent
d05e9c5473
commit
c452aaf7f5
@ -2,6 +2,43 @@
|
|||||||
# see https://github.com/Shopify/tapioca?tab=readme-ov-file#configuration
|
# see https://github.com/Shopify/tapioca?tab=readme-ov-file#configuration
|
||||||
gem:
|
gem:
|
||||||
exclude:
|
exclude:
|
||||||
|
# These conflict with the rbi files provided by sorbet:
|
||||||
- json
|
- json
|
||||||
- msgpack
|
- 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
|
prerequire: sorbet/tapioca/prerequire.rb
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user