Skip to content

Commit 0c63b1f

Browse files
committed
update golangci-lint config
1 parent 66fbc6b commit 0c63b1f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.golangci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
linters:
22
enable-all: false
33
enable:
4-
- exportloopref
54
- staticcheck
6-
- megacheck
75
- govet
86
- gosimple
97
- nakedret
@@ -15,14 +13,10 @@ linters:
1513
disable:
1614
- ineffassign
1715
- errcheck
18-
- varcheck
19-
- deadcode
2016
- unused
21-
- structcheck
2217
- lll
2318
- gofmt
2419
- goconst
25-
- scopelint
2620
run:
2721
concurrency: 4
2822
timeout: 3m

0 commit comments

Comments
 (0)