Skip to content

Commit 0da9e23

Browse files
committed
debug linter installation
1 parent 05c2b3d commit 0da9e23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,8 @@ init: tools update-generated $(GHRELEASE) $(RELEASE) $(TESTBIN) $(BIN) vendor
598598
tools: update-vendor
599599
@echo ">> Fetching golangci-lint linter"
600600
@go install github.com/golangci/golangci-lint/cmd/golangci-lint
601+
@echo ">> Find golangci-lint linter"
602+
@find ${HOME} -iname "golangci-lint"
601603
@echo ">> Fetching goimports"
602604
@go get -u golang.org/x/tools/cmd/goimports
603605
@echo ">> Fetching license check"

0 commit comments

Comments
 (0)