Skip to content

Commit 56877ad

Browse files
committed
Remove deprecated golangci lint checks
Signed-off-by: Brandon Mitchell <[email protected]>
1 parent b5ec432 commit 56877ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.golangci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ run:
44
linters:
55
disable-all: true
66
enable:
7-
- deadcode
87
- dupl
98
- gofmt
109
- goimports
@@ -14,9 +13,7 @@ linters:
1413
- misspell
1514
- nakedret
1615
- revive
17-
- structcheck
1816
- unused
19-
- varcheck
2017
- staticcheck
2118

2219
linters-settings:

0 commit comments

Comments
 (0)