Skip to content

Commit 483ee1c

Browse files
authored
docs: update output example to use valid checkstyle example; add json example (#3516)
1 parent 08f0914 commit 483ee1c

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)