-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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: stricton all new files rubocop: UseSorbet/StrictSigilas it's better than commentsย #18023 - enabling Sorbet in
brew test-botfor taps Runbrew typecheckas part of (some)tap_syntaxtestsย homebrew-test-bot#1173 - using Sorbet in all taps
- finally: requiring
typed: strictin 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