Merge pull request #11901 from Bo98/srb-5067

dev-cmd/typecheck: stop suppressing error 5067
This commit is contained in:
Mike McQuaid 2021-08-23 14:48:26 +01:00 committed by GitHub
commit c9f4d1d900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,10 +97,6 @@ module Homebrew
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?
if args.fix?