From 400a1b5d1c7356f557fee100c78bd6b72878c55c Mon Sep 17 00:00:00 2001 From: Emanuele Rocca Date: Fri, 18 Aug 2023 11:33:26 +0200 Subject: [PATCH] Do not run staticcheck in build target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b313b08..0bb1422 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ build: go fmt go build go vet - staticcheck + #staticcheck #golint -set_exit_status go test -v -race -tags=integration