Skip to content

Commit

Permalink
Disable clang-analyzer C++ checks again
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen committed Jul 16, 2024
1 parent 1aff0c1 commit b96c7ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Checks: >
bugprone-*,
-bugprone-easily-swappable-parameters,
clang-analyzer-*,
-clang-analyzer-cplusplus.NewDelete,
-clang-analyzer-cplusplus*,
clang-diagnostic-*,
cppcoreguidelines-*,
-cppcoreguidelines-avoid-const-or-ref-data-members,
Expand Down Expand Up @@ -39,7 +39,7 @@ WarningsAsErrors: >
bugprone-*,
-bugprone-easily-swappable-parameters,
clang-analyzer-*,
-clang-analyzer-cplusplus.NewDelete,
-clang-analyzer-cplusplus*,
-clang-analyzer-optin.core.EnumCastOutOfRange,
clang-diagnostic-*,
cppcoreguidelines-*,
Expand Down

0 comments on commit b96c7ff

Please sign in to comment.