Skip to content

Commit 9cb65a6

Browse files
committed
remove deprecated linters
1 parent 007da0b commit 9cb65a6

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
@@ -193,15 +193,12 @@ linters:
193193
# to try out individual linters: golangci-lint run -E gocyclo,gosimple
194194
enable:
195195
- staticcheck
196-
- deadcode
197196
- errcheck
198197
- gosimple
199198
- govet
200199
- ineffassign
201-
- structcheck
202200
## - typecheck # redundant? compiler does this
203201
- unused
204-
- varcheck
205202
## - bodyclose # its all false positives with requester and sling, which both close the body already
206203
- depguard
207204
## - dogsled # checks for too many blank identifiers. don't care

0 commit comments

Comments
 (0)