Skip to content

Commit

Permalink
Ignore clang-tidy complaints about macro do-while loops. (p4lang#4332)
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy authored Jan 15, 2024
1 parent cbbe594 commit fc678e8
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,4 +32,5 @@ CheckOptions:
- { key: readability-identifier-naming.GlobalConstantCase, value: UPPER_CASE }
- { key: readability-identifier-naming.StaticConstantCase, value: UPPER_CASE }
- { key: readability-identifier-naming.StaticVariableCase, value: UPPER_CASE }
- { key: cppcoreguidelines-avoid-do-while.IgnoreMacros, value: true }
...

0 comments on commit fc678e8

Please sign in to comment.