From 2338a29d5b4b12f520445327e0a2ac631b8dd2a5 Mon Sep 17 00:00:00 2001 From: semlar Date: Sat, 14 Oct 2023 14:06:56 -0400 Subject: [PATCH] Move functions out of C_Console namespace for luacheck 10.2 update --- .luacheckrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 63698a3..bd7d8cb 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -39,7 +39,6 @@ globals = { -- FrameXML misc "C_Timer", - "C_Console", "ChatFrame_AddMessageEventFilter", "COMBAT_TEXT_SCROLL_FUNCTION", "CombatLogGetCurrentEventInfo", @@ -1505,6 +1504,11 @@ globals = { "ConfirmTalentWipe", "ConsoleAddMessage", "ConsoleExec", + "ConsoleGetAllCommands", + "ConsoleGetColorFromType", + "ConsoleGetFontHeight", + "ConsolePrintAllMatchingCommands", + "ConsoleSetFontHeight", "ContainerIDToInventoryID", "ContainerRefundItemPurchase", "ConvertToParty",