We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbfdbd commit 7d41e54Copy full SHA for 7d41e54
.clang-tidy
@@ -12,7 +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
+ -bugprone-casting-through-void, #TODO remove this after fixing issues in source code, issue 34008
16
-bugprone-copy-constructor-init,
17
-bugprone-easily-swappable-parameters,
18
-bugprone-forward-declaration-namespace,
0 commit comments