Skip to content

Commit 780bba1

Browse files
wass3recrupper
andauthored
fix(lint): use proper formats field (#585)
Co-authored-by: Easton Crupper <65553218+ecrupper@users.noreply.github.com>
1 parent 0e512a6 commit 780bba1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.golangci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
# outputs it results from the linters it executes.
99
output:
1010
# colored-line-number|line-number|json|tab|checkstyle|code-climate, default is "colored-line-number"
11-
format: colored-line-number
11+
formats:
12+
- format: json
13+
path: stderr
14+
- format: colored-line-number
1215

1316
# print lines of code with issue, default is true
1417
print-issued-lines: true

0 commit comments

Comments
 (0)