From 04e6fd5d755badd7b5ffb7595d36e570b301adcb Mon Sep 17 00:00:00 2001 From: Viktoras Makauskas Date: Sat, 11 Apr 2020 00:24:26 +0300 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a86b13f..278f35cd 100644 --- a/README.md +++ b/README.md @@ -509,7 +509,7 @@ Usage: golangci-lint run [flags] Flags: - --out-format string Format of output: colored-line-number|line-number|json|tab|checkstyle|code-climate|junit-xml (default "colored-line-number") + --out-format string Format of output: colored-line-number|line-number|json|tab|checkstyle|code-climate|junit-xml|github-actions (default "colored-line-number") --print-issued-lines Print lines of code with issue (default true) --print-linter-name Print linter name in issue line (default true) --uniq-by-line Make issues output unique by line (default true)