mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
11 lines
287 B
YAML
11 lines
287 B
YAML
Checks: >
|
|
-*,
|
|
portability-*,
|
|
clang-analyzer-*,
|
|
-clang-analyzer-optin.*,
|
|
-clang-analyzer-cplusplus.NewDeleteLeaks,
|
|
-clang-analyzer-cplusplus.NewDelete,
|
|
-clang-analyzer-core.CallAndMessage,
|
|
modernize-avoid-bind
|
|
WarningsAsErrors: '*'
|
|
HeaderFilterRegex: '(apps|components)/'
|