From 98d62c6419e8f8d2e9a14b787491946c6daac29c Mon Sep 17 00:00:00 2001 From: emeric Date: Fri, 29 Mar 2024 21:02:59 +0100 Subject: [PATCH] Updated clang tidy rules --- .clang-tidy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-tidy b/.clang-tidy index 43c1aa0e..1eaf7039 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -12,4 +12,6 @@ CheckOptions: value: '1' - key: cppcoreguidelines-avoid-do-while.IgnoreMacros value: '1' + - key: performance-unnecessary-value-param.AllowedTypes + value: "shared_ptr" ...