-- http://luacheck.readthedocs.io/en/stable/config.html
stds.wow = {
globals = {}, -- these globals can be set and accessed.
read_globals = {
"ChatFrame1",
"CreateFrame",
"DEFAULT_CHAT_FRAME",
"DebuffTypeColor",
"GameFontNormal",
"GameMenuFrame",
"GameTooltip",
"GetBinding",
"GetChatWindowInfo",
"GetContainerItemID",
"GetContainerItemInfo",
"GetContainerNumSlots",
"GetInventoryItemCooldown",
"GetInventoryItemTexture",
"GetInventorySlotInfo",
"GetItemCooldown",
"GetItemInfo",
"GetLocale",
"GetLocale",
"GetLootSlotInfo",
"GetMacroInfo",
"GetMoney",
"GetNumBindings",
"GetNumLootItems",
"GetNumPartyMembers",
"GetNumRaidMembers",
"GetNumTalentTabs",
"GetNumTalents",
"GetPartyMember",
"GetPrimaryTalentTree",
"GetRealmName",
"GetSpellCooldown",
"GetSpellInfo",
"GetSpellLink",
"GetSpellName",
"GetSpellTexture",
"GetSubZoneText",
"GetTalentInfo",
"GetTime",
"GetTime",
"GetZoneText",
"HideUIPanel",
"IsSpellInRange",
"LootSlotIsCoin",
"LootSlotIsItem",
"MainMenuBar",
"MerchantFrame",
"NUM_CHAT_WINDOWS",
"NumberFont_OutlineThick_Mono_Small",
"NumberFont_Outline_Large",
"OpenAllBags",
"PaladinPowerBar",
"PaladinPowerBarBG",
"QuestLogFrame",
"SPELL_POWER_HOLY_POWER",
"SendChatMessage",
"SetCVar",
"ShowUIPanel",
"StaticPopup_Show",
"ToggleAchievementFrame",
"ToggleCharacter",
"ToggleFrame",
"ToggleFriendsFrame",
"ToggleHelpFrame",
"ToggleLFDParentFrame",
"TogglePVPFrame",
"ToggleSpellBook",
"ToggleTalentFrame",
"UIParent",
"UIParent",
"UnitAffectingCombat",
"UnitAura",
"UnitAura",
"UnitBuff",
"UnitClass",
"UnitFactionGroup",
"UnitIsDead",
"UnitIsEnemy",
"UnitName",
"UnitPlayerControlled",
"UnitPower",
"UnitSetRole",
"date",
"difftime",
"geterrorhandler",
"getglobal",
"hooksecurefunc",
"strtrim",
"time",
} -- these globals can only be accessed.
}
stds.clearcasting = {
globals = {
"ClearcastingDebugFlag",
},
read_globals = {
}
}
std = "min+wow+clearcasting"