Skip to content

Commit

Permalink
Merge "fix(tools): disable clang-tidy static assert check" into integ…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
soby-mathew authored and TrustedFirmware Code Review committed Dec 18, 2023
2 parents f83164d + 6092176 commit 3608c99
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 @@ -18,6 +18,7 @@ Checks: '-*,
clang-analyzer-*,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
cert-*,
-cert-dcl03-c,
-cert-dcl37-c,
-cert-dcl51-cpp,
-cert-msc30-c,
Expand All @@ -26,6 +27,7 @@ Checks: '-*,
-cert-msc51-cpp,
misc-*,
-misc-no-recursion,
-misc-static-assert,
performance-*,
-performance-no-int-to-ptr'

Expand Down

0 comments on commit 3608c99

Please sign in to comment.