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 b1bceca commit 5222bcbCopy full SHA for 5222bcb
Makefile
@@ -469,6 +469,7 @@ pr:
469
.PHONY: golangci-lint
470
golangci-lint:
471
@hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
472
- export BINARY="golangci-lint" & curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.16.0; \
+ export BINARY="golangci-lint"; \
473
+ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -d -b $(GOPATH)/bin v1.16.0; \
474
fi
475
golangci-lint run
0 commit comments