1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-29 09:32:45 +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-*, boost-*,
portability-*, portability-*,
" clang-analyzer-*,
WarningsAsErrors: '' -clang-analyzer-optin*,
HeaderFilterRegex: '' -clang-analyzer-cplusplus.NewDeleteLeaks,
FormatStyle: none -clang-analyzer-core.CallAndMessage
WarningsAsErrors: true
HeaderFilterRegex: '^(apps|components)'