Skip to content

Commit 6bf5b07

Browse files
committed
chore: allow golangci-lint module downloads
1 parent 265bf1b commit 6bf5b07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.golangci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ run:
33
issues-exit-code: 1
44
tests: true
55
build-tags: []
6-
modules-download-mode: vendor
76

87
linters-settings:
98
errcheck:
@@ -139,9 +138,10 @@ issues:
139138
text: "Error return value of.*not checked"
140139

141140
output:
142-
format: colored-line-number
143-
print-issued-lines: true
144-
print-linter-name: true
141+
formats:
142+
- format: colored-line-number
143+
print-issued-lines: true
144+
print-linter-name: true
145145

146146
severity:
147147
default-severity: error

0 commit comments

Comments
 (0)