From f4d5db85339aeb910c78f0683a2108ec25918f4f Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 24 Nov 2025 10:21:51 +0100 Subject: [PATCH] chore(luawrapper): stop linting a false positive --- ext/luawrapper/include/LuaContext.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/luawrapper/include/LuaContext.hpp b/ext/luawrapper/include/LuaContext.hpp index 95192586d6..7bc2a74795 100644 --- a/ext/luawrapper/include/LuaContext.hpp +++ b/ext/luawrapper/include/LuaContext.hpp @@ -2943,6 +2943,7 @@ struct LuaContext::Reader> } }; +// NOLINTBEGIN(clang-analyzer-cplusplus.NewDeleteLeaks) template struct LuaContext::Reader> { @@ -2958,6 +2959,7 @@ struct LuaContext::Reader> return boost::none; } }; +// NOLINTEND(clang-analyzer-cplusplus.NewDeleteLeaks) // variant template -- 2.47.3