From 314d2d53750cb8b50c8d23f38028ac43f962bd42 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Sep 2022 22:47:44 -0400 Subject: Fix prevention of automatic move --- test/.clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to 'test/.clang-tidy') diff --git a/test/.clang-tidy b/test/.clang-tidy index 77149fb..f0d389e 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -7,6 +7,5 @@ Checks: > -cppcoreguidelines-pro-bounds-array-to-pointer-decay, -hicpp-no-array-decay, -llvm-header-guard, - -performance-no-automatic-move, -readability-identifier-length, InheritParentConfig: true -- cgit v1.2.1