Skip to content

Commit

Permalink
Merge pull request #87 from cybozu-go/golang-analyzer
Browse files Browse the repository at this point in the history
Replace custom-checker
  • Loading branch information
zoetrope authored Aug 15, 2023
2 parents 25a6e06 + fdac2ce commit 0fe3318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ setup: custom-checker staticcheck $(PROTOC_BIN) $(PROTOC_GEN_GO) $(PROTOC_GEN_GO
.PHONY: custom-checker
custom-checker:
if ! which custom-checker >/dev/null; then \
env GOFLAGS= go install github.com/cybozu/neco-containers/golang/analyzer/cmd/custom-checker@latest; \
env GOFLAGS= go install github.com/cybozu-go/golang-custom-analyzer/cmd/custom-checker@latest; \
fi

.PHONY: staticcheck
Expand Down

0 comments on commit 0fe3318

Please sign in to comment.