Skip to content

Commit

Permalink
fix: clang-tidy trips up over bugprone-macro-parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Apr 12, 2024
1 parent 1e887f5 commit 08e2169
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 @@ -6,6 +6,7 @@ Checks: '
modernize-*,
portability-*,
readability-*,
-bugprone-macro-parentheses,
-bugprone-unchecked-optional-access,
-modernize-use-trailing-return-type,
-modernize-avoid-c-arrays,
Expand Down

0 comments on commit 08e2169

Please sign in to comment.