We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ac926 commit 1fbfdbdCopy full SHA for 1fbfdbd
.clang-tidy
@@ -12,6 +12,7 @@ Checks: >
12
readability-redundant-string-init,
13
-bugprone-assignment-in-if-condition,
14
-bugprone-branch-clone,
15
+ -bugprone-casting-through-void, #TODO remove this after fixing issues in source code
16
-bugprone-copy-constructor-init,
17
-bugprone-easily-swappable-parameters,
18
-bugprone-forward-declaration-namespace,
0 commit comments