Skip to content

Commit 88e0362

Browse files
committed
golanci-lint: disable deprecated tests
Some golanci-lint default tests are deprecated because unmantained. This update disables them: - `varcheck` - `structcheck` - `deadcode` Ref: golangci/golangci-lint#1841
1 parent 02781e6 commit 88e0362

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ linters:
135135
- interfacebloat
136136
- revive
137137
- musttag
138+
- structcheck
139+
- deadcode
140+
- varcheck
138141
disable-all: false
139142

140143
issues:

0 commit comments

Comments
 (0)