Skip to content

Commit d5bef3c

Browse files
committed
[clang-tidy] Disable bogus variable initialization check.
1 parent bb9da05 commit d5bef3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Checks: >
2929
-readability-function-cognitive-complexity,
3030
-readability-redundant-access-specifiers,
3131
-cppcoreguidelines-avoid-magic-numbers,
32+
-cppcoreguidelines-init-variables
3233
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
3334
-cppcoreguidelines-pro-type-member-init,
3435
-llvm-namespace-comment

0 commit comments

Comments
 (0)