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:
Issy Long 2020-09-09 19:42:06 +01:00 committed by GitHub
commit 1654de3279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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?