From 70548b84179c812cc1faff0805d68b7fb56fbdb0 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 17 Oct 2020 22:02:25 +0100 Subject: [PATCH] docs/typechecking: `--quiet` is a `brew typecheck` flag Co-authored-by: Max Eisner <4730112+max-ae@users.noreply.github.com> --- docs/Typechecking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Typechecking.md b/docs/Typechecking.md index 9804aae99d..5f6818bf15 100644 --- a/docs/Typechecking.md +++ b/docs/Typechecking.md @@ -43,7 +43,7 @@ When run without any arguments, `brew typecheck`, will run considering the stric set in each of the individual Ruby files in the core Homebrew codebase. However, when typecheck is run on a specific file or directory, more errors may show up since Sorbet cannot resolve constants defined outside the scope of the specified file. These -problems can be solved with RBI files. Currently `brew typecheck` provides `quiet`, `--file`, +problems can be solved with RBI files. Currently `brew typecheck` provides `--quiet`, `--file`, `--dir` and `--ignore` options but you can explore more options with `srb tc --help` and passing them with `srb tc`.