Skip to content

Commit 118c078

Browse files
authored
Add --silent to README (#158)
1 parent 7a47c72 commit 118c078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ Will do the same thing.
102102
| `removeOldComment` / `-r` | no | `true` or `false` | Remove CodeCoach's old comments before adding new one |
103103
| `failOnWarnings` | no | `true` or `false` | Fail the job when warnings are found |
104104
| `dryRun` | no | `true` or `false` | Running CodeCoach without reporting to VCS |
105+
| `silent` | no | `true` or `false` | Disable the comment but still report job status to the VCS |
105106
| `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 |
106107
| `outputFormat` | no | `default`, `gitlab` | Output file format |
107108

0 commit comments

Comments
 (0)