test: drop a bunch of NOLINT

This commit is contained in:
Michele Caini
2024-02-07 07:59:19 +01:00
parent a43ffa8f0d
commit bcdc1ebad9

View File

@@ -11,7 +11,8 @@
enum class my_entity : entt::id_type {};
template<typename Type>
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;