Remove unused values from MessageLayoutContainer (#4081)

This commit is contained in:
pajlada
2022-10-23 10:31:38 +02:00
committed by GitHub
parent 53ec66ff8e
commit e6e9b98f66
2 changed files with 4 additions and 4 deletions
+2
View File
@@ -38,6 +38,8 @@ CheckOptions:
value: camelBack
- key: readability-identifier-naming.MemberCase
value: camelBack
- key: readability-identifier-naming.PrivateMemberIgnoredRegexp
value: .*
- key: readability-identifier-naming.PrivateMemberSuffix
value: _
- key: readability-identifier-naming.UnionCase