This is an automated email from the ASF dual-hosted git repository.

zhangstar333 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 febf4bcb23b [chore](clang-tidy) Remove some confusing check of 
clang-tidy #26953
febf4bcb23b is described below

commit febf4bcb23b2d08a12ea6f5475df5e2453c27686
Author: zclllyybb <[email protected]>
AuthorDate: Wed Nov 15 10:39:45 2023 +0800

    [chore](clang-tidy) Remove some confusing check of clang-tidy #26953
---
 .clang-tidy | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.clang-tidy b/.clang-tidy
index f9d3155e36b..1b3a4b896d6 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -7,6 +7,7 @@ Checks: |
   modernize-*,
   -modernize-use-trailing-return-type,
   -modernize-use-nodiscard,
+  -modernize-avoid-c-arrays,
   misc-redundant-expression,
   misc-unused-*,
   -misc-unused-parameters,
@@ -14,6 +15,11 @@ Checks: |
   -readability-identifier-length,
   -readability-implicit-bool-conversion,
   -readability-function-cognitive-complexity,
+  -readability-magic-numbers,
+  -readability-else-after-return,
+  -readability-inconsistent-declaration-parameter-name,
+  -readability-isolate-declaration,
+  -readability-named-parameter,
   portability-simd-intrinsics,
   performance-type-promotion-in-math-fn,
   performance-faster-string-find,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to