We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9838a57 commit d28c666Copy full SHA for d28c666
.golangci.example.yml
@@ -60,7 +60,8 @@ run:
60
61
# output configuration options
62
output:
63
- # colored-line-number|line-number|json|tab|checkstyle|code-climate, default is "colored-line-number"
+ # colored-line-number|line-number|json|tab|checkstyle|code-climate|junit-xml|github-actions
64
+ # default is "colored-line-number"
65
format: colored-line-number
66
67
# print lines of code with issue, default is true
0 commit comments