Skip to content

Commit

Permalink
clang_tidy allow suspicious includes for moc_ based inculde
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Jul 21, 2024
1 parent cc04595 commit 1b80acd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Checks: >
-*,
bugprone-*,
-bugprone-suspicious-include,
-bugprone-easily-swappable-parameters,
-bugprone-narrowing-conversions,
-bugprone-throw-keyword-missing,
Expand Down Expand Up @@ -60,6 +61,7 @@ Checks: >
WarningsAsErrors: >
bugprone-*,
-bugprone-suspicious-include,
cppcoreguidelines-*,
google-*,
misc-unused-*,
Expand Down

0 comments on commit 1b80acd

Please sign in to comment.