2024-02-16 11:24:14 -08:00
|
|
|
---
|
|
|
|
|
# see https://github.com/Shopify/tapioca?tab=readme-ov-file#configuration
|
|
|
|
|
gem:
|
|
|
|
|
exclude:
|
2024-02-16 15:06:11 -08:00
|
|
|
# These conflict with the rbi files provided by sorbet:
|
2025-01-10 16:46:29 -08:00
|
|
|
- base64
|
2025-01-10 18:16:53 -08:00
|
|
|
- benchmark
|
2025-01-10 16:46:29 -08:00
|
|
|
- bigdecimal
|
2024-02-16 11:24:14 -08:00
|
|
|
- json
|
2025-01-10 16:46:29 -08:00
|
|
|
- logger
|
2025-01-12 10:39:55 -08:00
|
|
|
- racc
|
|
|
|
|
- rexml
|
2024-02-16 15:06:11 -08:00
|
|
|
# These aren't needed:
|
|
|
|
|
- coderay
|
|
|
|
|
- diff-lcs
|
|
|
|
|
- docile
|
|
|
|
|
- hana
|
|
|
|
|
- language_server-protocol
|
|
|
|
|
- netrc
|
|
|
|
|
- parallel
|
|
|
|
|
- public_suffix
|
2025-01-12 10:39:55 -08:00
|
|
|
- redcarpet
|
2024-02-16 15:06:11 -08:00
|
|
|
- rspec-github
|
|
|
|
|
- rspec-mocks
|
|
|
|
|
- rspec-retry
|
|
|
|
|
- rspec
|
|
|
|
|
- rspec_junit_formatter
|
|
|
|
|
- rubocop-md
|
|
|
|
|
- rubocop-performance
|
|
|
|
|
- rubocop-sorbet
|
|
|
|
|
- ruby-prof
|
|
|
|
|
- simplecov_json_formatter
|
|
|
|
|
- simpleidn
|
|
|
|
|
- unicode-display_width
|
2025-01-12 10:39:55 -08:00
|
|
|
- unicode-emoji
|
2024-02-16 15:06:11 -08:00
|
|
|
- yard-sorbet
|
2025-02-07 20:05:05 +00:00
|
|
|
# The tapioca generated gem is not correct or sufficient for pycall
|
|
|
|
|
# so we need to generate our own:
|
|
|
|
|
- pycall
|
2024-02-16 11:24:14 -08:00
|
|
|
prerequire: sorbet/tapioca/prerequire.rb
|