Skip to content

Commit 3edfc9f

Browse files
committed
chore: update clang-tidy
1 parent 3e32b7a commit 3edfc9f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.clang-tidy

+6
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ Checks: "*,
3939
-hicpp-vararg,
4040
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
4141
-*-dcl21-cpp,
42+
-cert-err58-cpp,
43+
-performance-no-int-to-ptr,
44+
-cppcoreguidelines-interfaces-global-init,
45+
-*-avoid-c-arrays,
46+
-hicpp-no-array-decay
47+
-*-array-to-pointer-decay
4248
"
4349
WarningsAsErrors: ''
4450
HeaderFilterRegex: ''

0 commit comments

Comments
 (0)