From d17442d5be7f7925ab1bde350b4855ac531d0ae1 Mon Sep 17 00:00:00 2001 From: "cai.zhang" Date: Fri, 8 Jan 2021 12:44:11 +0800 Subject: [PATCH] Disable ruleguard Signed-off-by: cai.zhang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ae87e6930..07356e4d57 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ else @${GOPATH}/bin/ruleguard -rules ruleguard.rules.go ./tests/go/... endif -verifiers: getdeps cppcheck fmt static-check ruleguard +verifiers: getdeps cppcheck fmt static-check # Builds various components locally. build-go: build-cpp