Skip to content

Commit

Permalink
Fix luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakybo committed Nov 15, 2022
1 parent df23146 commit 6bef738
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,12 @@ read_globals = {
"GameFontHighlightSmall",
"GameMenuFrame",
"GameTooltip",
"GetActionInfo",
"GetActiveTalentGroup",
"GetAddOnEnableState",
"GetAddOnMetadata",
"GetBinding",
"GetBindingKey",
"GetClassColor",
"GetCursorInfo",
"GetCVar",
Expand All @@ -81,6 +83,9 @@ read_globals = {
"GetNumSubgroupMembers",
"GetNumTalents",
"GetNumTalentTabs",
"GetMacroBody",
"GetMacroInfo",
"GetPetActionInfo",
"GetPvpTalentInfoByID",
"GetRealmName",
"GetRealZoneText",
Expand Down Expand Up @@ -125,6 +130,7 @@ read_globals = {
"MAX_TALENT_TABS",
"MAX_TALENT_TIERS",
"NOT_BOUND",
"NUM_PET_ACTION_SLOTS",
"NUM_TALENT_COLUMNS",
"NORMAL_FONT_COLOR",
"PanelTemplates_TabResize",
Expand Down

0 comments on commit 6bef738

Please sign in to comment.