mirror of
https://github.com/zeldaret/botw
synced 2026-05-23 06:54:18 -04:00
clang-tidy: Relax member name check (for AI parameter variables)
This commit is contained in:
+2
-1
@@ -29,7 +29,8 @@ CheckOptions:
|
||||
- key: readability-identifier-naming.MemberPrefix
|
||||
value: m
|
||||
- key: readability-identifier-naming.MemberIgnoredRegexp
|
||||
value: ^_(.*)
|
||||
# Allow names that end with _[dsma] (for AI parameter variables)
|
||||
value: (^_(.*)|m(.*)(_[dsma]))
|
||||
|
||||
# Public class/struct members
|
||||
- key: readability-identifier-naming.PublicMemberCase
|
||||
|
||||
Reference in New Issue
Block a user