sorbet: Ignore Formula and Casks directories
- These get in the way of typechecking `cmd` Ruby scripts in package taps, and we don't want formulae or casks to be considered for typing.
This commit is contained in:
parent
2a5eb025f1
commit
dc0cb32520
@ -4,5 +4,7 @@
|
||||
--ignore=/vendor/gems
|
||||
--ignore=/vendor/portable-ruby
|
||||
--ignore=/test/.gem
|
||||
--ignore=Formula
|
||||
--ignore=Casks
|
||||
--suppress-error-code=3008
|
||||
--suppress-error-code=7019
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user