From 09a863d7631e3126b3d222521782fffcfa046607 Mon Sep 17 00:00:00 2001 From: Joshua Humphries Date: Sun, 25 Mar 2018 16:27:08 -0400 Subject: [PATCH] fix Makefile to run predeclared check (#24) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1fdc13e..42a9a30 100644 --- a/Makefile +++ b/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 ./...