Merge pull request #11591 from bayandin/fix-typecheck-update
typecheck: do not generate RBI file for did_you_mean
This commit is contained in:
commit
dc2c0ec8cf
@ -55,8 +55,12 @@ module Homebrew
|
|||||||
|
|
||||||
HOMEBREW_LIBRARY_PATH.cd do
|
HOMEBREW_LIBRARY_PATH.cd do
|
||||||
if args.update?
|
if args.update?
|
||||||
|
excluded_gems = [
|
||||||
|
"did_you_mean", # RBI file is already provided by Sorbet
|
||||||
|
]
|
||||||
|
|
||||||
ohai "Updating Tapioca RBI files..."
|
ohai "Updating Tapioca RBI files..."
|
||||||
system "bundle", "exec", "tapioca", "sync"
|
system "bundle", "exec", "tapioca", "sync", "--exclude", *excluded_gems
|
||||||
system "bundle", "exec", "srb", "rbi", "hidden-definitions"
|
system "bundle", "exec", "srb", "rbi", "hidden-definitions"
|
||||||
system "bundle", "exec", "srb", "rbi", "todo"
|
system "bundle", "exec", "srb", "rbi", "todo"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user