/.luacheckrc (dcef2424d4e3e746bbada588273af208b6da8042) (910 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',
'GetBindingKey',
'GetClassColor',
'GetLocale',
'GetSpellInfo',
'GetUnitClass',
'IsSpellInRange',
'NumberFont_OutlineThick_Mono_Small',
'RAID_CLASS_COLORS',
'SetOverrideBinding',
'UIParent',
'UnitClass',
'UnitExists',
'UnitHealth',
'UnitHealthMax',
'UnitIsDead',
'UnitIsGhost',
'UnitName',
'strtrim',
'date',
} --[[ these globals can only be accessed ]]--
}
stds.choir = {
globals = {
'BINDING_HEADER_CHOIR',
'ChoirRangeSpellName',
},
read_globals = {
'ChoirFrame',
'ChoirSpoiler1',
'ChoirSpoiler2',
'ChoirSpoiler3',
'ChoirSpoiler4',
'ChoirSpoiler5',
'ChoirSpoiler6',
'ChoirSpoiler7',
'ChoirSpoiler8',
'ChoirSpoiler9',
'ClearcastingFrame',
}
}
std = "min+wow+choir"
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
9 |
b72f9be2042aa06db9cb3a6f533f953b5ce29901 |
.gitignore |
100644 |
blob |
910 |
dcef2424d4e3e746bbada588273af208b6da8042 |
.luacheckrc |
100644 |
blob |
934 |
73158d32fbccb1838992b04c2901ba6348410e3d |
bindings.xml |
100644 |
blob |
18516 |
8aae38b2c80aca1af9691104dcd29596a5bb8214 |
choir.lua |
100644 |
blob |
189 |
779ba5a963c4dfea22c164ec7876f212f4bca7f0 |
choir.toc |
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