mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
Enable identifier naming clang-tidy check
This commit is contained in:
parent
f7f148a6ca
commit
84f471ce5c
1 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,10 @@ Checks: >
|
||||||
-clang-analyzer-cplusplus.NewDeleteLeaks,
|
-clang-analyzer-cplusplus.NewDeleteLeaks,
|
||||||
-clang-analyzer-cplusplus.NewDelete,
|
-clang-analyzer-cplusplus.NewDelete,
|
||||||
-clang-analyzer-core.CallAndMessage,
|
-clang-analyzer-core.CallAndMessage,
|
||||||
modernize-avoid-bind
|
modernize-avoid-bind,
|
||||||
|
readability-identifier-naming
|
||||||
WarningsAsErrors: '*'
|
WarningsAsErrors: '*'
|
||||||
HeaderFilterRegex: '(apps|components)/'
|
HeaderFilterRegex: '(apps|components)/'
|
||||||
|
CheckOptions:
|
||||||
|
- key: readability-identifier-naming.ConceptCase
|
||||||
|
value: CamelCase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue