lint: remove structcheck

structcheck is abandoned, and has been replaced by the unused linter.
See https://golangci-lint.run/usage/linters/#structcheck for more
information.

Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell 2022-10-19 14:19:06 +01:00
parent 255a3ec82c
commit 4e22846e95

View File

@ -21,7 +21,6 @@ linters:
- revive
- staticcheck
- typecheck
- structcheck
disable-all: true
linters-settings: