Import these from the homebrew/formula-analytics tap and deprecate that tap. This required a little messing around with filenames and paths to get it finding Python and writing to the user's home directory.
42 lines
885 B
YAML
42 lines
885 B
YAML
---
|
|
# see https://github.com/Shopify/tapioca?tab=readme-ov-file#configuration
|
|
gem:
|
|
exclude:
|
|
# These conflict with the rbi files provided by sorbet:
|
|
- base64
|
|
- benchmark
|
|
- bigdecimal
|
|
- json
|
|
- logger
|
|
- racc
|
|
- rexml
|
|
# These aren't needed:
|
|
- coderay
|
|
- diff-lcs
|
|
- docile
|
|
- hana
|
|
- language_server-protocol
|
|
- netrc
|
|
- parallel
|
|
- public_suffix
|
|
- rbs
|
|
- redcarpet
|
|
- 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
|
|
- unicode-emoji
|
|
- yard-sorbet
|
|
# The tapioca generated gem is not correct or sufficient for pycall
|
|
# so we need to generate our own:
|
|
- pycall
|
|
prerequire: sorbet/tapioca/prerequire.rb
|