Merge pull request #1366 from jedevc/remove-structcheck

lint: remove structcheck
This commit is contained in:
Justin Chadwell 2022-10-20 10:22:50 +01:00 committed by GitHub
commit cc7e11da99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

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

View File

@ -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
} }