Skip to content

Commit

Permalink
Merge pull request #1366 from jedevc/remove-structcheck
Browse files Browse the repository at this point in the history
lint: remove structcheck
  • Loading branch information
jedevc authored Oct 20, 2022
2 parents 255a3ec + a4c3efe commit cc7e11d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ linters:
- revive
- staticcheck
- typecheck
- structcheck
- nolintlint
disable-all: true

linters-settings:
Expand Down
3 changes: 0 additions & 3 deletions commands/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@ type commonOptions struct {
progress string
pull *bool

// golangci-lint#826
// nolint:structcheck
exportPush bool
// nolint:structcheck
exportLoad bool
}

Expand Down

0 comments on commit cc7e11d

Please sign in to comment.