-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Open
Open
Copy link
Labels
help wantedWe want help addressing thisWe want help addressing this
Description
Verification
- This issue's title and/or description do not reference a single formula e.g.
brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.
Provide a detailed description of the proposed feature
We should use Sorbet's typed: strict
for all (non-package i.e. not casks or formulae) files in the Homebrew organisation.
Some good transition steps will include:
- requiring
typed: strict
on all new files rubocop: UseSorbet/StrictSigil
as it's better than comments #18023 - enabling Sorbet in
brew test-bot
for taps Runbrew typecheck
as part of (some)tap_syntax
tests homebrew-test-bot#1173 - using Sorbet in all taps
- finally: requiring
typed: strict
in all Homebrew/brew and tap files
What is the motivation for the feature?
- Improving the reliability of Homebrew
- Providing additional support to tests to avoiding regressions
- Improving our API documentation
How will the feature be relevant to at least 90% of Homebrew users?
Making Homebrew more reliable.
What alternatives to the feature have been considered?
Not doing this.
carlocab, issyl0, apainintheneck and dduuggmclark
Metadata
Metadata
Assignees
Labels
help wantedWe want help addressing thisWe want help addressing this