Skip to content

Commit

Permalink
core: Update API
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed May 2, 2023
1 parent a5656e9 commit 198cc5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ read_globals = {
'UIParent',

-- namespaces
'C_AddOns',
'C_IncomingSummon',
'C_NamePlate',
'C_PvP',
Expand All @@ -57,7 +58,6 @@ read_globals = {
-- API
'CopyTable',
'CreateFrame',
'GetAddOnMetadata',
'GetArenaOpponentSpec',
'GetNetStats',
'GetNumArenaOpponentSpecs',
Expand Down
2 changes: 1 addition & 1 deletion ouf.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local parent, ns = ...
local global = GetAddOnMetadata(parent, 'X-oUF')
local global = C_AddOns.GetAddOnMetadata(parent, 'X-oUF')
local _VERSION = '@project-version@'
if(_VERSION:find('project%-version')) then
_VERSION = 'devel'
Expand Down

0 comments on commit 198cc5c

Please sign in to comment.