From aefa5ba0d797ec15b40b41bb3245405160a5f4b4 Mon Sep 17 00:00:00 2001 From: Plai Date: Tue, 7 Nov 2023 16:16:27 +0700 Subject: [PATCH] Add --silent to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3267db8..07b3a8c 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ Will do the same thing. | `removeOldComment` / `-r` | no | `true` or `false` | Remove CodeCoach's old comments before adding new one | | `failOnWarnings` | no | `true` or `false` | Fail the job when warnings are found | | `dryRun` | no | `true` or `false` | Running CodeCoach without reporting to VCS | +| `silent` | no | `true` or `false` | Disable the comment but still report job status to the VCS | | `suppressRules` | no | `rule-group-1/.*` `rule-id-1` `rule-id-2` | Rule IDs that CodeCoach will still comment but no longer treated as errors or warnings | | `outputFormat` | no | `default`, `gitlab` | Output file format |