Skip to content

Commit 1ef131d

Browse files
fredmorcoscmouse
authored andcommitted
global: clang-tidy: disable recursion warnings
1 parent f12df6e commit 1ef131d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-tidy

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Checks: >
2626
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
2727
-llvmlibc-restrict-system-libc-headers,
2828
-misc-include-cleaner,
29+
-misc-no-recursion,
2930
-performance-no-int-to-ptr,
3031
-readability-avoid-const-params-in-decls,
3132
-readability-braces-around-statements,

0 commit comments

Comments
 (0)