Skip to content

Commit

Permalink
Fix Luacheck for new API categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Jun 6, 2024
1 parent 6541f45 commit 1087f72
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,15 @@ read_globals = {
"KeyboundDialog",
"AceGUIWidgetLSMlists",

-- API functions
"AttemptToSaveBindings",
-- API groups
"C_AddOns",
"C_LFGList",
"C_PetBattles",
"C_Spell",
"C_SpellBook",

-- API functions
"AttemptToSaveBindings",
"CanExitVehicle",
"ClearOverrideBindings",
"CreateFrame",
Expand Down Expand Up @@ -168,6 +172,7 @@ read_globals = {
"Spell",

-- FrameXML Constants
"Enum",
"LE_ACTIONBAR_STATE_MAIN",
"LE_ACTIONBAR_STATE_OVERRIDE",
"LEAVE_VEHICLE",
Expand Down

0 comments on commit 1087f72

Please sign in to comment.