1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-01 07:41:31 +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:
Alexei Kotov 2025-04-14 13:39:09 +03:00
commit c1c8769742

View file

@ -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