Skip to content

Commit 1dca0b4

Browse files
committed
fix: update plugify and clang tools
1 parent 0ea729e commit 1dca0b4

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.clang-tidy

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ bugprone-unused-raii,
5151
bugprone-unused-return-value,
5252
bugprone-use-after-move,
5353
bugprone-virtual-near-miss,
54-
cppcoreguidelines-pro-type-cstyle-cast,
5554
cert-dcl21-cpp,
5655
cert-dcl58-cpp,
5756
cert-err34-c,
@@ -145,4 +144,16 @@ readability-static-accessed-through-instance,
145144
readability-static-definition-in-anonymous-namespace,
146145
readability-string-compare,
147146
readability-uniqueptr-delete-release,
148-
readability-use-anyofallof'
147+
readability-use-anyofallof
148+
readability-identifier-naming'
149+
CheckOptions:
150+
- key: readability-identifier-naming.FunctionCase
151+
value: CamelCase
152+
- key: readability-identifier-naming.MethodCase
153+
value: CamelCase
154+
- key: readability-identifier-naming.MemberCase
155+
value: camelBack
156+
- key: readability-identifier-naming.MemberPrefix
157+
value: '_'
158+
- key: readability-identifier-naming.PrivateMemberPrefix
159+
value: ''

cmake/cpptrace.cmake

Lines changed: 0 additions & 11 deletions
This file was deleted.

external/plugify

Submodule plugify updated 64 files

0 commit comments

Comments
 (0)