Parcourir la source

test: drop a bunch of NOLINT

Michele Caini il y a 2 ans
Parent
commit
bcdc1ebad9
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      test/example/entity_copy.cpp

+ 2 - 1
test/example/entity_copy.cpp

@@ -11,7 +11,8 @@
 enum class my_entity : entt::id_type {};
 enum class my_entity : entt::id_type {};
 
 
 template<typename Type>
 template<typename Type>
-struct meta_mixin: Type { // NOLINT
+// NOLINTNEXTLINE(*-exception-escape)
+struct meta_mixin: Type {
     using allocator_type = typename Type::allocator_type;
     using allocator_type = typename Type::allocator_type;
     using value_type = typename Type::value_type;
     using value_type = typename Type::value_type;