Exclude code from Codacy (#1381)

* #1240 Update license declaration of each files

Signed-off-by: jinhai <hai.jin@zilliz.com>

* #1240 Update CHANGELOG

Signed-off-by: jinhai <hai.jin@zilliz.com>

* change file name to uppercase

Signed-off-by: jinhai <hai.jin@zilliz.com>

* #1327 Exclude third-party code from codebeat

Signed-off-by: JinHai-CN <hai.jin@zilliz.com>

* #1327 Exclude third-party code from codebeat

Signed-off-by: JinHai-CN <hai.jin@zilliz.com>

* #1331 Exclude code from Codacy

Signed-off-by: JinHai-CN <hai.jin@zilliz.com>
pull/1287/head
Jin Hai 2020-02-25 23:30:30 +08:00 committed by GitHub
parent c6f5dad104
commit 31db46e82a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 13 deletions

4
.codacy.yaml Normal file
View File

@ -0,0 +1,4 @@
exclude_paths:
- 'core/src/index/thirdparty/**'
- 'sdk/build-support/**'
- 'core/build-support/**'

View File

@ -1,3 +1,3 @@
core/src/index/thirdparty/*
sdk/build-support/*
core/build-support/*
core/src/index/thirdparty/**
sdk/build-support/**
core/build-support/**

View File

@ -58,6 +58,7 @@ Please mark all change in change log and use the issue from GitHub
## Task
- \#1327 - Exclude third-party code from codebeat
- \#1331 - Exclude third-party code from codacy
# Milvus 0.6.0 (2019-12-07)

View File

@ -126,7 +126,7 @@ Below is a list of Milvus contributors. We greatly appreciate your contributions
- [Milvus Facebook](https://www.facebook.com/io.milvus.5)
- [Milvus design docs](design.md)
- [Milvus design docs](DESIGN.md)
## License

View File

@ -1,9 +0,0 @@
# Milvus Design Documents
If you would like to propose a new feature for Milvus, it is recommended that you submit a design document following the [design document template](https://docs.google.com/document/d/1KhWs9b53K6WQUZ_FGWhIaeTraaSqsLQF7v2v68sAh_c/edit?usp=sharing).
The following list contains existing design documents for Milvus.
- [Support DSL interface](https://docs.google.com/document/d/1U83LY36TyaG3WD67Q9HWg9saD3qQcz9BfMcEScgwQPM/edit?usp=sharing)
- [Support delete/search by ID, attribute filtering, ID de-duplication](https://docs.google.com/document/d/1CDKdTj_DnE90YaZrPgsMaphqOTkMdbKETNrsFKj_Bco/edit?usp=sharing)
- [Support write-ahead logging](https://docs.google.com/document/d/12N8RC_wJb2dvEKY9jrlh8hU_eH8jxQVBewoPuHNqcXE/edit?usp=sharing)