Skip to content

Commit 3e64f89

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 bc9d31c commit 3e64f89

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.golangci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ linters-settings:
3232
linters:
3333
enable:
3434
- asciicheck
35-
- deadcode
3635
- errcheck
3736
- errorlint
3837
- gofmt
@@ -50,12 +49,10 @@ linters:
5049
- promlinter
5150
- revive
5251
- staticcheck
53-
- structcheck
5452
- typecheck
5553
- unconvert
5654
- unparam
5755
- unused
58-
- varcheck
5956
- wastedassign
6057
disable-all: true
6158
issues:

0 commit comments

Comments
 (0)