mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-22 19:51:44 +03:00
fix typo in Makefile (#72)
This commit is contained in:
2
Makefile
2
Makefile
@@ -63,7 +63,7 @@ golint:
|
|||||||
golint -min_confidence 0.9 -set_exit_status ./...
|
golint -min_confidence 0.9 -set_exit_status ./...
|
||||||
|
|
||||||
# Intentionally omitted from CI, but target here for ad-hoc reports.
|
# Intentionally omitted from CI, but target here for ad-hoc reports.
|
||||||
.PHONY: errchack
|
.PHONY: errcheck
|
||||||
errcheck:
|
errcheck:
|
||||||
@go get github.com/kisielk/errcheck
|
@go get github.com/kisielk/errcheck
|
||||||
errcheck ./...
|
errcheck ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user