Merge pull request #8664 from issyl0/typecheck-update-todo-file
dev-cmd/typecheck: Update the Sorbet TODO file in `--update-definitions`
This commit is contained in:
commit
1654de3279
@ -40,6 +40,7 @@ module Homebrew
|
||||
if args.update_definitions?
|
||||
system "bundle", "exec", "tapioca", "sync"
|
||||
system "bundle", "exec", "srb", "rbi", "hidden-definitions"
|
||||
system "bundle", "exec", "srb", "rbi", "todo"
|
||||
|
||||
Homebrew.failed = system("git", "diff", "--stat", "--exit-code") if args.fail_if_not_changed?
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user