This commit is contained in:
commit
82aea283b7
45 changed files with 2134 additions and 0 deletions
21
.luacheckrc
Normal file
21
.luacheckrc
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
unused = false
|
||||
|
||||
globals = {
|
||||
"currency", "barter",
|
||||
"default"
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
-- Lua
|
||||
string = {fields = {"split", "trim"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
|
||||
-- Minetest
|
||||
"minetest",
|
||||
"PseudoRandom", "ItemStack",
|
||||
"VoxelArea", "VoxelManip",
|
||||
"Settings", "vector",
|
||||
|
||||
-- Mods
|
||||
"loot", "pipeworks"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue