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" ...