Skip to content

Commit

Permalink
[clang-tidy] Disable bogus variable initialization check.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Apr 4, 2024
1 parent 5400224 commit 2aa6cec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Checks: >
-readability-function-cognitive-complexity,
-readability-redundant-access-specifiers,
-cppcoreguidelines-avoid-magic-numbers,
-cppcoreguidelines-init-variables
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
-cppcoreguidelines-pro-type-member-init,
-llvm-namespace-comment
Expand Down

0 comments on commit 2aa6cec

Please sign in to comment.