Skip to content

Commit

Permalink
disable some clang-tidy 19 checks (#2992)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Nov 25, 2024
1 parent f96f726 commit 90ed657
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Checks: >
misc-*,
-misc-const-correctness,
-misc-include-cleaner,
-misc-use-internal-linkage,
-misc-non-private-member-variables-in-classes,
-misc-no-recursion,
modernize-*,
Expand All @@ -32,12 +33,14 @@ Checks: >
-readability-avoid-const-params-in-decls,
-readability-braces-around-statements,
-readability-else-after-return,
-readability-enum-initial-value,
-readability-function-cognitive-complexity,
-readability-function-size,
-readability-identifier-length,
-readability-implicit-bool-conversion,
-readability-isolate-declaration,
-readability-magic-numbers,
-readability-math-missing-parentheses,
-readability-named-parameter,
-readability-redundant-inline-specifier,
-readability-redundant-member-init,
Expand Down

0 comments on commit 90ed657

Please sign in to comment.