This commit is contained in:
Josh Humphries 2018-12-12 09:35:34 -05:00
parent d86529bb4f
commit c93fef3bdc
1 changed files with 1 additions and 1 deletions

View File

@ -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 ./...