mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
Check the directory containing the go file when make verifiers
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
202ded96b9
commit
19fbf3d616
4
Makefile
4
Makefile
@ -42,7 +42,9 @@ lint:
|
||||
|
||||
ruleguard:
|
||||
@echo "Running $@ check"
|
||||
@${GOPATH}/bin/ruleguard -rules ruleguard.rule.go ./... || true
|
||||
@${GOPATH}/bin/ruleguard -rules ruleguard.rules.go ./internal/... || true
|
||||
@${GOPATH}/bin/ruleguard -rules ruleguard.rules.go ./cmd/... || true
|
||||
@${GOPATH}/bin/ruleguard -rules ruleguard.rules.go ./test/... || true
|
||||
|
||||
verifiers: get-check-deps fmt lint ruleguard
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user