Skip to content

Commit f6fa692

Browse files
authored
disable the misc-no-recursion checker (#4821)
1 parent 753a348 commit f6fa692

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Checks: >
1818
readability-*,
1919
-bugprone-easily-swappable-parameters,
2020
-bugprone-macro-parentheses,
21+
-misc-no-recursion,
2122
-misc-unused-parameters,
2223
-readability-braces-around-statements,
2324
-readability-else-after-return,

0 commit comments

Comments
 (0)