Skip to content

Commit

Permalink
Remove bugprone-casting-through-void check from .clang-tidy (project-…
Browse files Browse the repository at this point in the history
…chip#34009)

* Remove bugprone-casting-through-void check from .clang-tidy

* Add issue number
  • Loading branch information
jlatusek authored Jun 19, 2024
1 parent f624057 commit eb7a0ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Checks: >
readability-redundant-string-init,
-bugprone-assignment-in-if-condition,
-bugprone-branch-clone,
-bugprone-casting-through-void, #TODO remove this after fixing issues in source code, issue 34008
-bugprone-copy-constructor-init,
-bugprone-easily-swappable-parameters,
-bugprone-forward-declaration-namespace,
Expand Down

0 comments on commit eb7a0ad

Please sign in to comment.