mirror of https://github.com/OpenMW/openmw.git
Enable clang-analyser in clang-tidy
parent
6d3de520e8
commit
810f1e2c04
@ -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 New Issue