-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhance: [2.4] Use clang-format-12 to perform cpp check #35119
enhance: [2.4] Use clang-format-12 to perform cpp check #35119
Conversation
clang-format version is 12 after upgrading to ubuntu 22.04, this PR change formating script to use clang-format-12 and fix existing problems Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
/kind branch-feature |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.4 #35119 +/- ##
==========================================
+ Coverage 79.72% 81.14% +1.41%
==========================================
Files 1039 1047 +8
Lines 136083 137003 +920
==========================================
+ Hits 108493 111169 +2676
+ Misses 23390 21636 -1754
+ Partials 4200 4198 -2
|
/lgtm |
See also milvus-io#35073 milvus-io#35119 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
clang-format version is 12 after upgrading to ubuntu 22.04, this PR change formating script to use clang-format-12 and fix existing problems