From d712534c13e15ca2e14c034233c60284dac901b8 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Thu, 20 Dec 2018 17:31:40 +0000 Subject: [PATCH] Try working around staticcheck issues by not running staticcheck. meh. Signed-off-by: Matthias Rampke --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 57df555..bd08a4b 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,10 @@ # See the License for the specific language governing permissions and # limitations under the License. +# by being first, this takes over plain `make`. It cuts out `staticcheck` +# because in the circleci/golang:1.11 image it chokes on the go module cache. +default: precheck style staticcheck unused build test + include Makefile.common STATICCHECK_IGNORE = \