Skip to content

Commit f079fbb

Browse files
committed
Disable clang-tidy check for class name suffix temporarily
1 parent 7a0df11 commit f079fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.clang-tidy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ CheckOptions:
108108
value: "@todo;@fixme;exception ignored on purpose"
109109
- key: readability-identifier-naming.ClassCase
110110
value: lower_case
111-
- key: readability-identifier-naming.ClassSuffix
112-
value: _t
111+
# - key: readability-identifier-naming.ClassSuffix
112+
# value: _t
113113
- key: readability-identifier-naming.PrivateMemberPrefix
114114
value: m_
115115
- key: readability-identifier-naming.StructCase

0 commit comments

Comments
 (0)