Skip to content

Commit d28c666

Browse files
authored
docs: adding missing format options (#1840)
1 parent 9838a57 commit d28c666

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.example.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ run:
6060

6161
# output configuration options
6262
output:
63-
# colored-line-number|line-number|json|tab|checkstyle|code-climate, default is "colored-line-number"
63+
# colored-line-number|line-number|json|tab|checkstyle|code-climate|junit-xml|github-actions
64+
# default is "colored-line-number"
6465
format: colored-line-number
6566

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

0 commit comments

Comments
 (0)