dev-cmd/typecheck: stop suppressing error 5067

The problem with it was solved in Sorbet 0.5.9051.
This commit is contained in:
Bo Anderson 2021-08-22 16:23:58 +01:00
parent d14fc2db12
commit 856ad5738b
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -97,10 +97,6 @@ module Homebrew
srb_exec = %w[bundle exec srb tc] srb_exec = %w[bundle exec srb tc]
# As-of Sorbet 0.5.9030 there's a lot of complaints about superclass/class
# relationships in RSpec (that we don't control)
srb_exec << "--suppress-error-code" << "5067"
srb_exec << "--quiet" if args.quiet? srb_exec << "--quiet" if args.quiet?
if args.fix? if args.fix?