mirror of https://github.com/docker/buildx.git
Merge pull request #1366 from jedevc/remove-structcheck
lint: remove structcheck
This commit is contained in:
commit
cc7e11da99
|
@ -21,7 +21,7 @@ linters:
|
|||
- revive
|
||||
- staticcheck
|
||||
- typecheck
|
||||
- structcheck
|
||||
- nolintlint
|
||||
disable-all: true
|
||||
|
||||
linters-settings:
|
||||
|
|
|
@ -81,10 +81,7 @@ type commonOptions struct {
|
|||
progress string
|
||||
pull *bool
|
||||
|
||||
// golangci-lint#826
|
||||
// nolint:structcheck
|
||||
exportPush bool
|
||||
// nolint:structcheck
|
||||
exportLoad bool
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue