feat: add initial experimental Twitch Eventsub support (#5837)
Co-authored-by: nerix <nerixdev@outlook.de>
This commit is contained in:
@@ -44,6 +44,11 @@ CheckOptions:
|
||||
- key: readability-identifier-naming.FunctionIgnoredRegexp
|
||||
value: ^(TEST|MOCK_METHOD)$
|
||||
|
||||
- key: readability-identifier-naming.GlobalFunctionCase
|
||||
value: camelBack
|
||||
- key: readability-identifier-naming.GlobalFunctionIgnoredRegexp
|
||||
value: ^(tag_invoke)$
|
||||
|
||||
- key: readability-identifier-naming.MemberCase
|
||||
value: camelBack
|
||||
- key: readability-identifier-naming.PrivateMemberIgnoredRegexp
|
||||
|
||||
Reference in New Issue
Block a user