Skip to content

Commit f1aa2bc

Browse files
nickfigginsSeigeC
authored andcommitted
docs: update output example to use valid checkstyle example; add json example (golangci#3516)
1 parent 73adaa3 commit f1aa2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.reference.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ output:
8080
# Multiple can be specified by separating them by comma, output can be provided
8181
# for each of them by separating format name and path by colon symbol.
8282
# Output path can be either `stdout`, `stderr` or path to the file to write to.
83-
# Example: "checkstyle:report.json,colored-line-number"
83+
# Example: "checkstyle:report.xml,json:stdout,colored-line-number"
8484
#
8585
# Default: colored-line-number
8686
format: json

0 commit comments

Comments
 (0)