diff --git a/Makefile b/Makefile index 73a2020..0c8af40 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ golint: golint -min_confidence 0.9 -set_exit_status ./... # Intentionally omitted from CI, but target here for ad-hoc reports. -.PHONY: errchack +.PHONY: errcheck errcheck: @go get github.com/kisielk/errcheck errcheck ./...