/.luacheckrc (cc885a2cd6d3eafedb33467ee4275e035d64f80c) (1380 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',
		'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"


Mode Type Size Ref File
100644 blob 9 b72f9be2042aa06db9cb3a6f533f953b5ce29901 .gitignore
100644 blob 1380 cc885a2cd6d3eafedb33467ee4275e035d64f80c .luacheckrc
100644 blob 934 73158d32fbccb1838992b04c2901ba6348410e3d bindings.xml
100644 blob 48881 1adb44c8e22ffde73cc90896fe35778337bd8b1f choir.lua
100644 blob 305 58608bc3998f561b98a96bab8ee288efcf273135 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