/.luacheckrc (0a45ba802be19721360c428558a82f9858243917) (453 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',
'NumberFont_OutlineThick_Mono_Small',
'SetOverrideBinding',
'UIParent',
'UnitName',
'strtrim',
} --[[ these globals can only be accessed ]]--
}
stds.choir = {
globals = {
'BINDING_HEADER_CHOIR',
},
read_globals = {
'ChoirSpoiler1',
}
}
std = "min+wow+choir"
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
9 |
b72f9be2042aa06db9cb3a6f533f953b5ce29901 |
.gitignore |
100644 |
blob |
453 |
0a45ba802be19721360c428558a82f9858243917 |
.luacheckrc |
100644 |
blob |
934 |
73158d32fbccb1838992b04c2901ba6348410e3d |
bindings.xml |
100644 |
blob |
6432 |
aa1ed74aa4244351695ef8564b82f41da1ea075e |
choir.lua |
100644 |
blob |
110 |
db7ba665fc9db451e9b7057f3213ae2d515693d6 |
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