We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f81003 commit 8ea70fbCopy full SHA for 8ea70fb
Makefile
@@ -140,7 +140,9 @@ lint:
140
golangci-lint run
141
142
# Ensure no blacklisted package is imported.
143
- faillint -paths "github.com/bmizerany/assert=github.com/stretchr/testify/assert,golang.org/x/net/context=context" ./pkg/... ./cmd/... ./tools/... ./integration/...
+ faillint -paths "github.com/bmizerany/assert=github.com/stretchr/testify/assert,\
144
+ golang.org/x/net/context=context,\
145
+ sync/atomic=go.uber.org/atomic" ./pkg/... ./cmd/... ./tools/... ./integration/...
146
147
# Validate Kubernetes spec files. Requires:
148
# https://kubeval.instrumenta.dev
0 commit comments