From 11c7e5195f3454b396349c89046ffe6b7e4d61f1 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Wed, 23 Aug 2023 13:27:10 +0200 Subject: [PATCH] :broom: --- .luacheckrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 3be4d04..4d91348 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -26,7 +26,7 @@ read_globals = { 'EditModeManagerFrame', -- FrameXML/EditModeManager.xml -- FrameXML functions - 'CopyTable', -- FrameXML/TableUtil.lua + 'CopyTable', -- FrameXML/TableUtil.lua -- SharedXML objects 'ObjectPoolMixin', -- SharedXML/Pools.lua @@ -54,6 +54,7 @@ read_globals = { 'CreateFrame', 'PlaySound', 'hooksecurefunc', + 'securecallfunction', -- exposed from other addons 'LibStub',