From d28c66672e620014ece9874b370bdf915cff46f8 Mon Sep 17 00:00:00 2001 From: Oleg Butuzov Date: Sat, 13 Mar 2021 05:46:03 +0200 Subject: [PATCH] docs: adding missing format options (#1840) --- .golangci.example.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.golangci.example.yml b/.golangci.example.yml index 2f73b138af51..e9ac0b1a0475 100644 --- a/.golangci.example.yml +++ b/.golangci.example.yml @@ -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