From ceff7bcca56c51d97eca69f899e713eef7159958 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Mon, 24 Aug 2020 16:25:00 -0700 Subject: [PATCH] fix: ruleguard gopath link --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e04b5d2d9..9ceabb6c7 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ lint: ruleguard: @echo "Running $@ check" - @ruleguard -rules ruleguard.rules.go github.com/minio/minio/... + @${GOPATH}/bin/ruleguard -rules ruleguard.rules.go github.com/minio/minio/... # Builds minio, runs the verifiers then runs the tests. check: test