Enable clang-analyser in clang-tidy

coverity_clang_test
jvoisin 2 years ago committed by psi29a
parent 6d3de520e8
commit 810f1e2c04

@ -1,8 +1,10 @@
---
Checks: "-*,
boost-*,
portability-*,
"
WarningsAsErrors: ''
HeaderFilterRegex: ''
FormatStyle: none
Checks: >
-*,
boost-*,
portability-*,
clang-analyzer-*,
-clang-analyzer-optin*,
-clang-analyzer-cplusplus.NewDeleteLeaks,
-clang-analyzer-core.CallAndMessage
WarningsAsErrors: true
HeaderFilterRegex: '^(apps|components)'

Loading…
Cancel
Save