Skip to content

Commit c1c8769

Browse files
committed
Merge branch 'clang_tidy_identifier_naming' into 'master'
Enable identifier naming clang-tidy check (#8424) See merge request OpenMW/openmw!4631
2 parents 271ab2e + 84f471c commit c1c8769

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.clang-tidy

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Checks: >
66
-clang-analyzer-cplusplus.NewDeleteLeaks,
77
-clang-analyzer-cplusplus.NewDelete,
88
-clang-analyzer-core.CallAndMessage,
9-
modernize-avoid-bind
9+
modernize-avoid-bind,
10+
readability-identifier-naming
1011
WarningsAsErrors: '*'
1112
HeaderFilterRegex: '(apps|components)/'
13+
CheckOptions:
14+
- key: readability-identifier-naming.ConceptCase
15+
value: CamelCase

0 commit comments

Comments
 (0)