Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla committed Jun 4, 2019
1 parent a3d9887 commit c523299
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 545 deletions.
7 changes: 6 additions & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ globals = {
"CombatText_AddMessage",
"CooldownFrame_Set",
"CreateObjectPool",
"DEFAULT_CHAT_FRAME",
"DEFAULT_CHAT_FRAME",
"EditBox_ClearHighlight",
"EditBox_HighlightText",
"EditBox_ClearFocus",
"GameTooltip_Hide",
"GameTooltip_SetDefaultAnchor",
"GameTooltip_UnitColor",
Expand All @@ -65,10 +68,12 @@ globals = {
"UIDropDownMenu_Initialize",
"UIDropDownMenu_CreateInfo",
"UIDropDownMenu_SetSelectedValue",
"UIDropDownMenu_SetWidth",
"UVARINFO",

-- FrameXML frames

"DropDownList1",
"GameTooltip",
"NamePlateDriverFrame",
"WorldFrame",
Expand Down
2 changes: 2 additions & 0 deletions basicOptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,10 @@ AIO:SetAllPoints()
AIO.name = addonName

-- Register all of our widgets here so we can iterate over them
-- luacheck: ignore
local Widgets = {} -- [frame] = cvar


-------------
-- Checkbox widget
-------------
Expand Down
Loading

0 comments on commit c523299

Please sign in to comment.