From bcdc1ebad9404660b7e687f8d41f7baea6aca195 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 7 Feb 2024 07:59:19 +0100 Subject: [PATCH] test: drop a bunch of NOLINT --- test/example/entity_copy.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/example/entity_copy.cpp b/test/example/entity_copy.cpp index f6a8384ab..a3c81df01 100644 --- a/test/example/entity_copy.cpp +++ b/test/example/entity_copy.cpp @@ -11,7 +11,8 @@ enum class my_entity : entt::id_type {}; template -struct meta_mixin: Type { // NOLINT +// NOLINTNEXTLINE(*-exception-escape) +struct meta_mixin: Type { using allocator_type = typename Type::allocator_type; using value_type = typename Type::value_type;