Skip to content

Commit 2acc6db

Browse files
authored
Fixed faillint for ./integration tests (#3428)
Signed-off-by: Marco Pracucci <marco@pracucci.com>
1 parent 8716703 commit 2acc6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ lint:
145145
golangci-lint run
146146

147147
# Ensure no blacklisted package is imported.
148-
faillint -paths "github.com/bmizerany/assert=github.com/stretchr/testify/assert,\
148+
GOFLAGS="-tags=requires_docker" faillint -paths "github.com/bmizerany/assert=github.com/stretchr/testify/assert,\
149149
golang.org/x/net/context=context,\
150150
github.com/prometheus/prometheus/tsdb/errors=util,\
151151
sync/atomic=go.uber.org/atomic" ./pkg/... ./cmd/... ./tools/... ./integration/...

0 commit comments

Comments
 (0)