mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00
Merge pull request #1366 from jedevc/remove-structcheck
lint: remove structcheck
This commit is contained in:
commit
cc7e11da99
@ -21,7 +21,7 @@ linters:
|
|||||||
- revive
|
- revive
|
||||||
- staticcheck
|
- staticcheck
|
||||||
- typecheck
|
- typecheck
|
||||||
- structcheck
|
- nolintlint
|
||||||
disable-all: true
|
disable-all: true
|
||||||
|
|
||||||
linters-settings:
|
linters-settings:
|
||||||
|
@ -81,10 +81,7 @@ type commonOptions struct {
|
|||||||
progress string
|
progress string
|
||||||
pull *bool
|
pull *bool
|
||||||
|
|
||||||
// golangci-lint#826
|
|
||||||
// nolint:structcheck
|
|
||||||
exportPush bool
|
exportPush bool
|
||||||
// nolint:structcheck
|
|
||||||
exportLoad bool
|
exportLoad bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user