Skip to content

Commit 38ff2e7

Browse files
lafriksldez
authored andcommitted
Update documentation
1 parent 6310464 commit 38ff2e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.example.yml

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ run:
6262
output:
6363
# colored-line-number|line-number|json|tab|checkstyle|code-climate|junit-xml|github-actions
6464
# default is "colored-line-number"
65+
# multiple can be specified by separating them by comma, output can be provided
66+
# for each of them by separating format name and path by colon symbol. Output path can
67+
# be either `stdout`, `stderr` or path to the file to write to.
68+
# Example "checkstyle:report.json,colored-line-number"
6569
format: colored-line-number
6670

6771
# print lines of code with issue, default is true

0 commit comments

Comments
 (0)