mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-28 00:15:06 +00:00
Enable clang-analyser in clang-tidy
This commit is contained in:
parent
6d3de520e8
commit
810f1e2c04
18
.clang-tidy
18
.clang-tidy
@ -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…
Reference in New Issue
Block a user