Disable ruleguard

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/4973/head^2
cai.zhang 2021-01-08 12:44:11 +08:00 committed by yefu.chen
parent 0f3aa93666
commit d17442d5be
1 changed files with 1 additions and 1 deletions

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