Skip to content

Commit

Permalink
docs: adding missing format options (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
butuzov committed Mar 13, 2021
1 parent 9838a57 commit d28c666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.example.yml
Expand Up @@ -60,7 +60,8 @@ run:

# output configuration options
output:
# 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
# default is "colored-line-number"
format: colored-line-number

# print lines of code with issue, default is true
Expand Down

0 comments on commit d28c666

Please sign in to comment.