Skip to content

Commit

Permalink
suppress bugprone-infinite-loop
Browse files Browse the repository at this point in the history
Signed-off-by: Ryuta Kambe <[email protected]>
  • Loading branch information
veqcc committed Dec 11, 2024
1 parent 4b96ee9 commit 885a7c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy-ci
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Checks: "
-bugprone-easily-swappable-parameters,
-bugprone-exception-escape,
-bugprone-implicit-widening-of-multiplication-result,
-bugprone-infinite-loop,
-bugprone-integer-division,
-bugprone-macro-parentheses,
-bugprone-narrowing-conversions,
Expand Down

0 comments on commit 885a7c5

Please sign in to comment.