Skip to content

Commit

Permalink
Disable c-style pointers checks in clang-tidy for unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul-Cariappa committed Jan 8, 2025
1 parent 4cd07ac commit 47bfdf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unittests/.clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ Checks: >
-cppcoreguidelines-macro-usage,
-cppcoreguidelines-pro-type-cstyle-cast,
-cppcoreguidelines-avoid-non-const-global-variables,
-cppcoreguidelines-avoid-c-arrays,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
-performance-unnecessary-value-param,
-performance-no-int-to-ptr,
-bugprone-multi-level-implicit-pointer-conversion,

0 comments on commit 47bfdf4

Please sign in to comment.