Include annotations in typecheck updates
This commit is contained in:
parent
cdf3964753
commit
38bad25a86
@ -60,6 +60,7 @@ module Homebrew
|
|||||||
HOMEBREW_LIBRARY_PATH.cd do
|
HOMEBREW_LIBRARY_PATH.cd do
|
||||||
if update
|
if update
|
||||||
workers = args.debug? ? ["--workers=1"] : []
|
workers = args.debug? ? ["--workers=1"] : []
|
||||||
|
safe_system "bundle", "exec", "tapioca", "annotations"
|
||||||
safe_system "bundle", "exec", "tapioca", "dsl", *workers
|
safe_system "bundle", "exec", "tapioca", "dsl", *workers
|
||||||
# Prefer adding args here: Library/Homebrew/sorbet/tapioca/config.yml
|
# Prefer adding args here: Library/Homebrew/sorbet/tapioca/config.yml
|
||||||
tapioca_args = args.update_all? ? ["--all"] : []
|
tapioca_args = args.update_all? ? ["--all"] : []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user