未验证 提交 aa951e4a 编写于 作者: C congqixia 提交者: GitHub

Add static-check description in CONTRIBUTING.md (#8209)

Signed-off-by: NCongqi Xia <congqi.xia@zilliz.com>
上级 8b99b6c6
......@@ -104,6 +104,11 @@ Keeping a consistent style for code, code comments, commit messages, and PR desc
### Go
- Coding style: refer to the [Effictive Go Style Guide](https://golang.org/doc/effective_go)
We also use `golangci-lint` to perform code check. Run the following command before submit your pull request and make sure there is no issue reported:
```shell
$ make static-check
```
###C++
The c++ coding style used in Milvus generally follow [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html).
And we made the following changes based on the guide:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册