Remove deprectated linter structcheck (#715)

`WARN [runner] The linter 'structcheck' is deprecated (since v1.49.0)
due to: The owner seems to have abandoned the linter. Replaced by
unused.`
This commit is contained in:
Håvard Anda Estensen 2022-10-31 05:40:04 +01:00 committed by GitHub
parent d72f8346e1
commit 2f2cffd86b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@ linters:
- govet
- ineffassign
- staticcheck
# - structcheck # go1.18
- unused
# - gocritic
- bodyclose # go1.18