Skip to content

Commit 7523f05

Browse files
committed
Remove deprecated go linters
The linters have not been updated in 3-6 years and have been deprecated. golangci/golangci-lint#3125
1 parent fea43bc commit 7523f05

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
@@ -34,7 +34,6 @@ linters-settings:
3434
linters:
3535
enable:
3636
- asciicheck
37-
- deadcode
3837
- errcheck
3938
- errorlint
4039
- gocyclo
@@ -53,12 +52,10 @@ linters:
5352
- promlinter
5453
- revive
5554
- staticcheck
56-
- structcheck
5755
- typecheck
5856
- unconvert
5957
- unparam
6058
- unused
61-
- varcheck
6259
- wastedassign
6360
disable-all: true
6461
issues:

0 commit comments

Comments
 (0)