1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-17 01:10:10 +00:00

Merge branch 'try_clang_analyser' into 'master'

Enable clang-analyser in clang-tidy

See merge request OpenMW/openmw!2171
This commit is contained in:
psi29a 2022-09-25 13:38:00 +00:00
commit 34c3897614

View File

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