--[[ 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',
'GetSpellInfo',
'GetThreatStatusColor',
'GetUnitClass',
'InterfaceOptions_AddCategory',
'IsSpellInRange',
'NumberFont_OutlineThick_Mono_Small',
'RAID_CLASS_COLORS',
'RegisterUnitWatch',
'ReloadUI',
'SetOverrideBinding',
'UIParent',
'UnitClass',
'UnitExists',
'UnitExists',
'UnitGroupRolesAssigned',
'UnitHealth',
'UnitHealthMax',
'UnitIsDead',
'UnitIsGhost',
'UnitName',
'UnitPlayerOrPetInRaid',
'UnitThreatSituation',
'UnregisterUnitWatch',
'date',
'strtrim',
} --[[ these globals can only be accessed ]]--
}
stds.choir = {
globals = {
'BINDING_HEADER_CHOIR',
'ChoirConfRaidFlag',
'ChoirConfRaidX',
'ChoirConfRaidY',
'ChoirRangeSpellName',
'ChoirShortcutBindingKeyMap',
'ChoirShortcutSpellNameList',
},
read_globals = {
'ChoirFrame',
'ChoirSpoiler1',
'ChoirSpoiler2',
'ChoirSpoiler3',
'ChoirSpoiler4',
'ChoirSpoiler5',
'ChoirSpoiler6',
'ChoirSpoiler7',
'ChoirSpoiler8',
'ChoirSpoiler9',
'ClearcastingFrame',
'UnifontRegular16',
}
}
std = "min+wow+choir"