This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new a6bc0e76689 Revert "[chore](clang-tidy) Apply uninitialized variables
check of clang-tidy (#23497)" (#24976)
a6bc0e76689 is described below
commit a6bc0e76689122be5d36e94c43982df4e8587809
Author: zclllyybb <[email protected]>
AuthorDate: Wed Sep 27 18:28:24 2023 +0800
Revert "[chore](clang-tidy) Apply uninitialized variables check of
clang-tidy (#23497)" (#24976)
---
.clang-tidy | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.clang-tidy b/.clang-tidy
index 8f898e99048..f571e162545 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -23,6 +23,5 @@ Checks: |
performance-type-promotion-in-math-fn,
performance-faster-string-find,
performance-inefficient-algorithm,
- performance-move-const-arg,
- cppcoreguidelines-init-variables
+ performance-move-const-arg
WarningsAsErrors: '*'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]