mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 07:16:31 -04:00
20 lines
583 B
YAML
20 lines
583 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
|
|
- key: readability-identifier-naming.NamespaceCase
|
|
value: CamelCase
|
|
- key: readability-identifier-naming.NamespaceIgnoredRegexp
|
|
value: 'osg(DB|FX|Particle|Shadow|Viewer|Util)?'
|