Skip to content

Commit

Permalink
disable unnecessery clang-tidy checks in unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul-Cariappa authored and vgvassilev committed Dec 18, 2024
1 parent c9df3e3 commit 30aa130
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions unittests/.clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Checks: >
-misc-use-internal-linkage,
-modernize-pass-by-value,
-cppcoreguidelines-macro-usage,
-cppcoreguidelines-pro-type-cstyle-cast,
-cppcoreguidelines-avoid-non-const-global-variables,
-performance-unnecessary-value-param,
-performance-no-int-to-ptr,

0 comments on commit 30aa130

Please sign in to comment.