Skip to content

Commit aa60e1a

Browse files
jlatusekaustina-csa
authored andcommittedJul 10, 2024
Remove bugprone-casting-through-void check from .clang-tidy (project-chip#34009)
* Remove bugprone-casting-through-void check from .clang-tidy * Add issue number
1 parent 2c6bc47 commit aa60e1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.clang-tidy

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +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, issue 34008
1516
-bugprone-copy-constructor-init,
1617
-bugprone-easily-swappable-parameters,
1718
-bugprone-forward-declaration-namespace,

0 commit comments

Comments
 (0)