Skip to content

Commit ce7d778

Browse files
disable macro checks in clang-tidy
1 parent 1971cbf commit ce7d778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .clang-tidy

+1
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)