--[[ http://luacheck.readthedocs.io/en/stable/config.html ]]--
stds.wow = {
globals = {}, --[[ these globals can be set and accessed ]]--
read_globals = {
'CreateFrame',
'GameFontNormal',
'GameFontNormalLarge',
'GameFontWhite',
'GameTooltip',
'GetAddOnMetadata',
'GetBindingKey',
'GetClassColor',
'GetLocale',
'GetReadyCheckStatus',
'GetSpellInfo',
'GetThreatStatusColor',
'GetUnitClass',
'HidePartyFrame',
'InterfaceOptions_AddCategory',
'IsSpellInRange',
'MAX_PARTY_MEMBERS',
'NumberFont_OutlineThick_Mono_Small',
'PlayerFrame',
'PowerBarColor',
'RAID_CLASS_COLORS',
'RAID_TARGET_ICON',
'RegisterUnitWatch',
'ReloadUI',
'SecureUnitButton_OnLoad',
'SetOverrideBinding',
'ToggleDropDownMenu',
'UIDropDownMenu_Initialize',
'UIParent',
'UnitCanAttack',
'UnitCanCooperate',
'UnitClass',
'UnitExists',
'UnitGroupRolesAssigned',
'UnitHealth',
'UnitHealthMax',
'UnitInParty',
'UnitInRaid',
'UnitIsAFK',
'UnitIsCharmed',
'UnitIsConnected',
'UnitIsCorpse',
'UnitIsDead',
'UnitIsFriend',
'UnitIsGhost',
'UnitIsMercenary',
'UnitIsPlayer',
'UnitIsUnit',
'UnitMana',
'UnitManaMax',
'UnitName',
'UnitPlayerOrPetInRaid',
'UnitPopupMenus',
'UnitPopup_ShowMenu',
'UnitPower',
'UnitPowerMax',
'UnitPowerType',
'UnitThreatSituation',
'UnregisterUnitWatch',
'date',
'strtrim',
} --[[ these globals can only be accessed ]]--
}
stds.choir = {
globals = {
'BINDING_HEADER_CHOIR',
'ChoirConfRaidFlag',
'ChoirConfRaidX',
'ChoirConfRaidY',
'ChoirContextualMenu',
'ChoirRangeSpellName',
'ChoirShortcutBindingKeyMap',
'ChoirShortcutSpellNameList',
},
read_globals = {
'ChoirFrame',
'ChoirSpoiler1',
'ChoirSpoiler2',
'ChoirSpoiler3',
'ChoirSpoiler4',
'ChoirSpoiler5',
'ChoirSpoiler6',
'ChoirSpoiler7',
'ChoirSpoiler8',
'ChoirSpoiler9',
'ClearcastingFrame',
'ArimoRegular12',
'ArimoRegular16',
'CousineRegular12',
'CousineRegular16',
}
}
std = "min+wow+choir"