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>
pull/1366/head
Justin Chadwell 2 years ago
parent 255a3ec82c
commit 4e22846e95

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

Loading…
Cancel
Save