[skip ci]Update typos in scripts and tools md (#12391)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/12426/head
yanliang567 2021-11-30 09:49:56 +08:00 committed by GitHub
parent d54a6a408b
commit 9fc1ec06d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@ The following scripts and commands may be used during segcore development
- under milvus/internal/core directory
- run `./run_clang_format .` to format cpp code
- to call clang-format-10, need to install `apt install clang-format-10` in advance
- call `build-support/add_${lang}_license.sh` to add license info for cmake and cpp file
- call `build-support/add_${lang}_license.sh` to add license info for cmake and cpp files
- under milvus/ directory
- use `make cppcheck` to check format, including
- if clang-format is executed
- if license info is added
- if `cpplint.py` standard meets , might need to be fixed by hand
- `make verifier` also include functions in `make cppcheck`
- `make verifier` also includes functions in `make cppcheck`