mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-26 12:14:54 +00:00
24eb1165fc
- `AlwaysBreakTemplateDeclarations` is a ternary, no a boolean. - `WarningsAsErrors` is the list of checks that should be treated as errors, not a boolean.
18 lines
394 B
YAML
18 lines
394 B
YAML
Checks: >
|
|
-*,
|
|
boost-*,
|
|
portability-*,
|
|
clang-analyzer-*,
|
|
-clang-analyzer-optin*,
|
|
-clang-analyzer-cplusplus.NewDeleteLeaks,
|
|
-clang-analyzer-core.CallAndMessage
|
|
WarningsAsErrors: >
|
|
-*,
|
|
boost-*,
|
|
portability-*,
|
|
clang-analyzer-*,
|
|
-clang-analyzer-optin*,
|
|
-clang-analyzer-cplusplus.NewDeleteLeaks,
|
|
-clang-analyzer-core.CallAndMessage
|
|
HeaderFilterRegex: '^(apps|components)'
|