mirror of
https://github.com/docker/buildx.git
synced 2024-11-22 15:37:16 +08:00
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:
parent
255a3ec82c
commit
4e22846e95
@ -21,7 +21,6 @@ linters:
|
|||||||
- revive
|
- revive
|
||||||
- staticcheck
|
- staticcheck
|
||||||
- typecheck
|
- typecheck
|
||||||
- structcheck
|
|
||||||
disable-all: true
|
disable-all: true
|
||||||
|
|
||||||
linters-settings:
|
linters-settings:
|
||||||
|
Loading…
Reference in New Issue
Block a user