From 17b3109a8b50826f241ef7fb7d6ab35673526325 Mon Sep 17 00:00:00 2001 From: Patrick Haller Date: Thu, 15 Sep 2022 22:04:07 +0200 Subject: [PATCH] Update docs with --format flag (#205) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6cd0d9dcc..90fcab62a2 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ OPTIONS: -e, --exit-zero Exit with status code "0", even upon detecting errors --exclude ... List of file and/or directory patterns to exclude from checks -f, --fix Attempt to automatically fix lint errors + --format Output serialization format for error messages [default: text] [possible values: text, json] -h, --help Print help information --ignore ... List of error codes to ignore -n, --no-cache Disable cache reads