Disable ruleguard

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2021-01-08 12:44:11 +08:00 committed by yefu.chen
parent 0f3aa93666
commit d17442d5be

View File

@ -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