mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 11:11:33 +00:00
Merge branch 'clang_tidy_identifier_naming' into 'master'
Enable identifier naming clang-tidy check (#8424) See merge request OpenMW/openmw!4631
This commit is contained in:
commit
c1c8769742
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…
Reference in a new issue