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 Oct 27, 2023
1 parent a39bbe4 commit 11ec463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Checks: >
-*,
bugprone-*,
-bugprone-suspicious-include,
-bugprone-narrowing-conversions,
-bugprone-throw-keyword-missing,
cppcoreguidelines-interfaces-global-init,
Expand Down Expand Up @@ -60,6 +61,7 @@ Checks: >
WarningsAsErrors: >
bugprone-*,
-bugprone-suspicious-include,
cppcoreguidelines-*,
google-*,
misc-unused-*,
Expand All @@ -72,4 +74,3 @@ HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
CheckOptions:
...

0 comments on commit 11ec463

Please sign in to comment.