mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
15 lines
402 B
YAML
15 lines
402 B
YAML
Checks: >
|
|
-*,
|
|
portability-*,
|
|
clang-analyzer-*,
|
|
-clang-analyzer-optin.*,
|
|
-clang-analyzer-cplusplus.NewDeleteLeaks,
|
|
-clang-analyzer-cplusplus.NewDelete,
|
|
-clang-analyzer-core.CallAndMessage,
|
|
modernize-avoid-bind,
|
|
readability-identifier-naming
|
|
WarningsAsErrors: '*'
|
|
HeaderFilterRegex: '(apps|components)/'
|
|
CheckOptions:
|
|
- key: readability-identifier-naming.ConceptCase
|
|
value: CamelCase
|