From 9bc752562aa710b5a3a315a68d11675b30c6336e Mon Sep 17 00:00:00 2001 From: Roberto Rossini <71787608+robomics@users.noreply.github.com> Date: Sun, 24 Sep 2023 13:31:22 +0200 Subject: [PATCH] Make clang-tidy happy --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-tidy b/.clang-tidy index 46677610..9ec34b36 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -16,6 +16,7 @@ Checks: > -cppcoreguidelines-pro-bounds-array-to-pointer-decay, -cppcoreguidelines-pro-bounds-constant-array-index, -hicpp-no-array-decay, + -misc-no-recursion, -modernize-use-trailing-return-type, -readability-identifier-length, -readability-magic-numbers