Skip to content

Commit 1bc6be2

Browse files
Disable c-style pointers checks in clang-tidy for unittests
1 parent 10a4181 commit 1bc6be2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

unittests/.clang-tidy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ Checks: >
44
-cppcoreguidelines-macro-usage,
55
-cppcoreguidelines-pro-type-cstyle-cast,
66
-cppcoreguidelines-avoid-non-const-global-variables,
7+
-cppcoreguidelines-avoid-c-arrays,
8+
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
79
-performance-unnecessary-value-param,
810
-performance-no-int-to-ptr,
11+
-bugprone-multi-level-implicit-pointer-conversion,

0 commit comments

Comments
 (0)