mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-22 19:51:44 +03:00
fix Makefile to run predeclared check (#24)
This commit is contained in:
3
Makefile
3
Makefile
@@ -45,6 +45,7 @@ ineffassign:
|
||||
ineffassign .
|
||||
|
||||
.PHONY: predeclared
|
||||
predeclared:
|
||||
@go get github.com/nishanths/predeclared
|
||||
predeclared .
|
||||
|
||||
@@ -55,7 +56,7 @@ golint:
|
||||
golint -min_confidence 0.9 -set_exit_status ./...
|
||||
|
||||
# Intentionally omitted from CI, but target here for ad-hoc reports.
|
||||
.PHONY:
|
||||
.PHONY: errchack
|
||||
errcheck:
|
||||
@go get github.com/kisielk/errcheck
|
||||
errcheck ./...
|
||||
|
||||
Reference in New Issue
Block a user