Skip to content

Commit

Permalink
Move functions out of C_Console namespace for luacheck 10.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
semlar committed Oct 14, 2023
1 parent 284fe06 commit 2338a29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ globals = {

-- FrameXML misc
"C_Timer",
"C_Console",
"ChatFrame_AddMessageEventFilter",
"COMBAT_TEXT_SCROLL_FUNCTION",
"CombatLogGetCurrentEventInfo",
Expand Down Expand Up @@ -1505,6 +1504,11 @@ globals = {
"ConfirmTalentWipe",
"ConsoleAddMessage",
"ConsoleExec",
"ConsoleGetAllCommands",
"ConsoleGetColorFromType",
"ConsoleGetFontHeight",
"ConsolePrintAllMatchingCommands",
"ConsoleSetFontHeight",
"ContainerIDToInventoryID",
"ContainerRefundItemPurchase",
"ConvertToParty",
Expand Down

0 comments on commit 2338a29

Please sign in to comment.