Merge pull request #17621 from Homebrew/actually-use-spoom-in-ci
This commit is contained in:
commit
21ba72b190
@ -60,10 +60,10 @@ module Homebrew
|
|||||||
if args.suggest_typed?
|
if args.suggest_typed?
|
||||||
ohai "Checking if we can bump Sorbet `typed` sigils..."
|
ohai "Checking if we can bump Sorbet `typed` sigils..."
|
||||||
# --sorbet needed because of https://github.com/Shopify/spoom/issues/488
|
# --sorbet needed because of https://github.com/Shopify/spoom/issues/488
|
||||||
safe_system "bundle", "exec", "spoom", "srb", "bump", "--dry", "--from", "false", "--to", "true",
|
system "bundle", "exec", "spoom", "srb", "bump", "--from", "false", "--to", "true",
|
||||||
"--sorbet", "#{Gem.bin_path("sorbet", "srb")} tc"
|
"--sorbet", "#{Gem.bin_path("sorbet", "srb")} tc"
|
||||||
safe_system "bundle", "exec", "spoom", "srb", "bump", "--dry", "--from", "true", "--to", "strict",
|
system "bundle", "exec", "spoom", "srb", "bump", "--from", "true", "--to", "strict",
|
||||||
"--sorbet", "#{Gem.bin_path("sorbet", "srb")} tc"
|
"--sorbet", "#{Gem.bin_path("sorbet", "srb")} tc"
|
||||||
end
|
end
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user