We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6310464 commit 38ff2e7Copy full SHA for 38ff2e7
.golangci.example.yml
@@ -62,6 +62,10 @@ run:
62
output:
63
# colored-line-number|line-number|json|tab|checkstyle|code-climate|junit-xml|github-actions
64
# 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"
69
format: colored-line-number
70
71
# print lines of code with issue, default is true
0 commit comments