Skip to content

Commit

Permalink
disable macro checks in clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul-Cariappa committed Jan 4, 2025
1 parent b88a7d2 commit c446c3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Checks: >
-cppcoreguidelines-init-variables,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
-cppcoreguidelines-pro-type-member-init,
-cppcoreguidelines-macro-usage,
-llvm-namespace-comment
CheckOptions:
Expand Down

0 comments on commit c446c3e

Please sign in to comment.