Skip to content

Commit 2b37e04

Browse files
committed
fix golangci config so it passes with config verify
1 parent 578f95e commit 2b37e04

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.golangci.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@ version: "2"
33
run:
44
modules-download-mode: readonly
55

6-
output:
7-
formats:
8-
text:
9-
color: true
10-
path: stdout
11-
12-
linters-settings:
13-
146
linters:
157
enable:
168
- errcheck
@@ -35,9 +27,7 @@ linters:
3527
rules:
3628
- name: package-comments
3729
disabled: true
38-
errcheck:
39-
exclude-functions:
40-
30+
4131
formatters:
4232
enable:
4333
- goimports

0 commit comments

Comments
 (0)