From a6bc0e76689122be5d36e94c43982df4e8587809 Mon Sep 17 00:00:00 2001 From: zclllyybb Date: Wed, 27 Sep 2023 18:28:24 +0800 Subject: [PATCH] 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 8f898e9904..f571e16254 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: '*'