clang-tidy: error on Malloc check

This cause clang-tidy to exit with error if we encounter the warning
about a potential memory leak.
pull/12322/head
Eric Leblond 2 months ago
parent 75eb6fbf16
commit 918fa00a25

@ -17,6 +17,7 @@ Checks: "
"
WarningsAsErrors: "
bugprone-unsafe-functions,
clang-analyzer-unix.Malloc,
"
HeaderFileExtensions:
- ''

Loading…
Cancel
Save