dev-cmd/typecheck: stop suppressing error 5067
The problem with it was solved in Sorbet 0.5.9051.
This commit is contained in:
parent
d14fc2db12
commit
856ad5738b
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user