Skip to content

Commit

Permalink
disable misc-include-cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
N-R-K committed Oct 3, 2024
1 parent a839174 commit 1ca7bed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# -misc-no-recursion
# blindly flags every single recursion regardless of whether the usage was
# safe or not.
# -misc-include-cleaner
# not compatible with scrot's existing include policy
Checks: >
performance-*,
misc-*,
Expand All @@ -24,6 +26,7 @@ Checks: >
bugprone-branch-clone,
-clang-analyzer-security.insecureAPI.*,
-misc-no-recursion,
-misc-include-cleaner,
# treat all warnings as errors
WarningsAsErrors: '*'
Expand Down

0 comments on commit 1ca7bed

Please sign in to comment.