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 05c2b3d commit 0da9e23Copy full SHA for 0da9e23
Makefile
@@ -598,6 +598,8 @@ init: tools update-generated $(GHRELEASE) $(RELEASE) $(TESTBIN) $(BIN) vendor
598
tools: update-vendor
599
@echo ">> Fetching golangci-lint linter"
600
@go install github.com/golangci/golangci-lint/cmd/golangci-lint
601
+ @echo ">> Find golangci-lint linter"
602
+ @find ${HOME} -iname "golangci-lint"
603
@echo ">> Fetching goimports"
604
@go get -u golang.org/x/tools/cmd/goimports
605
@echo ">> Fetching license check"
0 commit comments