/.luacheckrc (a7e33607385f2bc07c59ccff1406362cc3810bb6) (2008 bytes) (mode 100644) (type blob)

--[[ 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"


Mode Type Size Ref File
100644 blob 9 b72f9be2042aa06db9cb3a6f533f953b5ce29901 .gitignore
100644 blob 2008 a7e33607385f2bc07c59ccff1406362cc3810bb6 .luacheckrc
100644 blob 934 73158d32fbccb1838992b04c2901ba6348410e3d bindings.xml
100644 blob 65959 27ff7289ca268ef0533ffe891f0384cee4feba24 choir.lua
100644 blob 306 6a74063e7c1bf51bf12a1126fa423c637338e50e choir.toc
040000 tree - 96550a3edc946ae323b85f3d394ea4cc6b0718b3 share
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/vrtc/choir

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/vrtc/choir

Clone this repository using git:
git clone git://git.rocketgit.com/user/vrtc/choir

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main