docs/typechecking: --quiet is a brew typecheck flag

Co-authored-by: Max Eisner <4730112+max-ae@users.noreply.github.com>
This commit is contained in:
Issy Long 2020-10-17 22:02:25 +01:00 committed by GitHub
parent 4e9773a650
commit 70548b8417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.