Skip to content

Commit

Permalink
fix: add .*
Browse files Browse the repository at this point in the history
Signed-off-by: h-ohta <hiroki.ota@tier4.jp>
  • Loading branch information
h-ohta committed Aug 15, 2022
1 parent 5bc2906 commit 50c6bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50c6bb0

Please sign in to comment.