diff --git a/.golangci.yml b/.golangci.yml index 52ea92cc..177f18f1 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -21,6 +21,7 @@ linters: - revive - staticcheck - typecheck + - nolintlint disable-all: true linters-settings: diff --git a/commands/build.go b/commands/build.go index 83d9806c..42be0690 100644 --- a/commands/build.go +++ b/commands/build.go @@ -81,10 +81,7 @@ type commonOptions struct { progress string pull *bool - // golangci-lint#826 - // nolint:structcheck exportPush bool - // nolint:structcheck exportLoad bool }