From 50c6bb05ebb904131cb4a517eef06a0a2228e186 Mon Sep 17 00:00:00 2001 From: h-ohta Date: Mon, 15 Aug 2022 18:45:19 +0900 Subject: [PATCH] fix: add .* Signed-off-by: h-ohta --- .clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index af1139a0fd1..4c9cefe6626 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -418,7 +418,7 @@ CheckOptions: - key: performance-unnecessary-copy-initialization.AllowedTypes value: "" - key: performance-unnecessary-value-param.AllowedTypes - value: ".*Ptr;SharedFuture" + value: ".*Ptr;.*SharedFuture" - key: performance-unnecessary-value-param.IncludeStyle value: google - key: portability-simd-intrinsics.Std