Update code checker rule

Signed-off-by: jinhai <hai.jin@zilliz.com>
pull/3279/head
jinhai 2020-08-17 15:52:39 +08:00
parent 317ec86d31
commit 9657d412ec
2 changed files with 8 additions and 1 deletions

View File

@ -7,3 +7,7 @@ exclude_paths:
- 'core/src/grpc/gen-status/**'
- 'sdk/grpc-gen/**'
- 'core/thirdparty/**'
- 'ci/**'
- 'docker/**'
- 'docs/**'
- 'tests/**'

View File

@ -6,4 +6,7 @@ core/thirdparty/**
sdk/build-support/**
sdk/thirdparty/**
sdk/grpc-gen/**
ci/**
docker/**
docs/**
tests/**