From dc0cb32520de6117da33d70aaece809c1b023382 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Wed, 21 Aug 2024 21:03:52 +0100 Subject: [PATCH] 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. --- Library/Homebrew/sorbet/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/sorbet/config b/Library/Homebrew/sorbet/config index 6022f9e53343a..cd1ae82b7cfab 100644 --- a/Library/Homebrew/sorbet/config +++ b/Library/Homebrew/sorbet/config @@ -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