Skip to content

Commit

Permalink
Disable bugprone-suspicious-include check
Browse files Browse the repository at this point in the history
it warns erroneously about moc_include headers
  • Loading branch information
m-kuhn committed Oct 30, 2024
1 parent aefb8a7 commit 4169024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Checks: 'bugprone-*,-bugprone-easily-swappable-parameters,-bugprone-virtual-near-miss'
Checks: 'bugprone-*,-bugprone-easily-swappable-parameters,-bugprone-virtual-near-miss,-bugprone-suspicious-include'

0 comments on commit 4169024

Please sign in to comment.