Skip to content

Commit 7d41e54

Browse files
committed
Add issue number
1 parent 1fbfdbd commit 7d41e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-tidy

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Checks: >
1212
readability-redundant-string-init,
1313
-bugprone-assignment-in-if-condition,
1414
-bugprone-branch-clone,
15-
-bugprone-casting-through-void, #TODO remove this after fixing issues in source code
15+
-bugprone-casting-through-void, #TODO remove this after fixing issues in source code, issue 34008
1616
-bugprone-copy-constructor-init,
1717
-bugprone-easily-swappable-parameters,
1818
-bugprone-forward-declaration-namespace,

0 commit comments

Comments
 (0)