Skip to content

Commit b32d28b

Browse files
disable macro checks in clang-tidy
1 parent de37006 commit b32d28b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Checks: >
3232
-cppcoreguidelines-init-variables,
3333
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
3434
-cppcoreguidelines-pro-type-member-init,
35+
-cppcoreguidelines-macro-usage,
3536
-llvm-namespace-comment
3637
3738
CheckOptions:

0 commit comments

Comments
 (0)