aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Stratiienko <roman.o.stratiienko@globallogic.com>2021-12-24 18:56:17 +0200
committerRoman Stratiienko <roman.o.stratiienko@globallogic.com>2022-01-12 10:33:55 +0200
commit8beef3bf49f67f5e1462b957b4458ec8481e5615 (patch)
treec807cef391bcff25a58e3946c15bc197444592a0
parent7c91568819265e7863a68c034da8b0be84548c43 (diff)
downloaddrm_hwcomposer-8beef3bf49f67f5e1462b957b4458ec8481e5615.tar.gz
drm_hwcomposer: Update readability-identifier-naming rules
Sync local rules with github gist [1] revision 7. [1]: https://gist.github.com/airglow923/1fa3bda42f2b193920d7f46ee8345e04 Signed-off-by: Roman Stratiienko <roman.o.stratiienko@globallogic.com>
-rw-r--r--.clang-tidy4
1 files changed, 3 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 221c030..4bd8ff7 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -50,8 +50,10 @@ CheckOptions:
value: '^[A-Z]+(_[A-Z]+)*_$'
- key: readability-identifier-naming.MemberCase
value: lower_case
- - key: readability-identifier-naming.MemberSuffix
+ - key: readability-identifier-naming.PrivateMemberSuffix
value: _
+ - key: readability-identifier-naming.PublicMemberSuffix
+ value: ''
- key: readability-identifier-naming.NamespaceCase
value: lower_case
- key: readability-identifier-naming.ParameterCase