Skip to content

Commit

Permalink
[chore](clang-tidy) Remove some confusing check of clang-tidy apache#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zclllyybb authored Nov 15, 2023
1 parent f87c807 commit febf4bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@ Checks: |
modernize-*,
-modernize-use-trailing-return-type,
-modernize-use-nodiscard,
-modernize-avoid-c-arrays,
misc-redundant-expression,
misc-unused-*,
-misc-unused-parameters,
readability-*,
-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,
Expand Down

0 comments on commit febf4bc

Please sign in to comment.