Skip to content

Commit fcf00a0

Browse files
committed
make lint happy
1 parent d707447 commit fcf00a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ run:
9090

9191
# output configuration options
9292
output:
93-
formats: ["colored-line-number"]
93+
formats:
94+
- format: "colored-line-number"
9495
print-issued-lines: true
9596
print-linter-name: true
9697
uniq-by-line: true

0 commit comments

Comments
 (0)