We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a4181 commit 1bc6be2Copy full SHA for 1bc6be2
unittests/.clang-tidy
@@ -4,5 +4,8 @@ Checks: >
4
-cppcoreguidelines-macro-usage,
5
-cppcoreguidelines-pro-type-cstyle-cast,
6
-cppcoreguidelines-avoid-non-const-global-variables,
7
+ -cppcoreguidelines-avoid-c-arrays,
8
+ -cppcoreguidelines-pro-bounds-array-to-pointer-decay,
9
-performance-unnecessary-value-param,
10
-performance-no-int-to-ptr,
11
+ -bugprone-multi-level-implicit-pointer-conversion,
0 commit comments