mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-13 16:43:07 +00:00
Enable clang-analyser in clang-tidy
This commit is contained in:
parent
6d3de520e8
commit
810f1e2c04
1 changed files with 10 additions and 8 deletions
14
.clang-tidy
14
.clang-tidy
|
|
@ -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)'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue