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 8716703 commit 2acc6dbCopy full SHA for 2acc6db
Makefile
@@ -145,7 +145,7 @@ lint:
145
golangci-lint run
146
147
# Ensure no blacklisted package is imported.
148
- faillint -paths "github.com/bmizerany/assert=github.com/stretchr/testify/assert,\
+ GOFLAGS="-tags=requires_docker" faillint -paths "github.com/bmizerany/assert=github.com/stretchr/testify/assert,\
149
golang.org/x/net/context=context,\
150
github.com/prometheus/prometheus/tsdb/errors=util,\
151
sync/atomic=go.uber.org/atomic" ./pkg/... ./cmd/... ./tools/... ./integration/...
0 commit comments