Skip to content

Commit

Permalink
[clang-tidy] turn off the no-recursion complaint
Browse files Browse the repository at this point in the history
I get the sentiment but I think it's just a bridge too far.
  • Loading branch information
travisg committed Nov 28, 2024
1 parent 2ca679a commit adde2d6
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 @@ -14,6 +14,7 @@ Checks: >
misc-*,
-misc-noexcept*,
-misc-no-recursion,
-misc-unused-parameters,
-misc-const-correctness,
-misc-include-cleaner,
Expand Down

0 comments on commit adde2d6

Please sign in to comment.