dev-cmd/typecheck: don't suppress 5061 errors, do suppress 5067.
This commit is contained in:
parent
3b13cf9797
commit
62f7dcaa0e
@ -104,8 +104,9 @@ module Homebrew
|
|||||||
|
|
||||||
srb_exec = %w[bundle exec srb tc]
|
srb_exec = %w[bundle exec srb tc]
|
||||||
|
|
||||||
# TODO: comment explaining why?
|
# As-of Sorbet 0.5.9030 there's a lot of complaints about superclass/class
|
||||||
srb_exec << "--suppress-error-code" << "5061"
|
# 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?
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user