mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 04:47:59 +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.NewDelete,
|
||||
-clang-analyzer-core.CallAndMessage,
|
||||
modernize-avoid-bind
|
||||
modernize-avoid-bind,
|
||||
readability-identifier-naming
|
||||
WarningsAsErrors: '*'
|
||||
HeaderFilterRegex: '(apps|components)/'
|
||||
CheckOptions:
|
||||
- key: readability-identifier-naming.ConceptCase
|
||||
value: CamelCase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue