mirror of
https://git.phreedom.club/localhost_frssoft/fediauth
synced 2025-09-22 02:26:53 -04:00
init
This commit is contained in:
commit
7f619e4639
9 changed files with 487 additions and 0 deletions
17
.luacheckrc
Normal file
17
.luacheckrc
Normal file
|
@ -0,0 +1,17 @@
|
|||
globals = {
|
||||
"otp"
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
-- Stdlib
|
||||
string = {fields = {"split", "trim"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
|
||||
-- Minetest
|
||||
"minetest", "vector", "ItemStack",
|
||||
"dump", "dump2",
|
||||
"VoxelArea",
|
||||
|
||||
-- testing
|
||||
"mtt"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue