33 lines
673 B
YAML
33 lines
673 B
YAML
---
|
|
# see https://github.com/Shopify/tapioca?tab=readme-ov-file#configuration
|
|
gem:
|
|
exclude:
|
|
# These conflict with the rbi files provided by sorbet:
|
|
- benchmark
|
|
- json
|
|
# These aren't needed:
|
|
- coderay
|
|
- diff-lcs
|
|
- docile
|
|
- hana
|
|
- language_server-protocol
|
|
- netrc
|
|
- parallel
|
|
- public_suffix
|
|
- racc
|
|
- rexml
|
|
- 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
|
|
- yard-sorbet
|
|
prerequire: sorbet/tapioca/prerequire.rb
|