mirror of
https://github.com/minetest-mods/nether.git
synced 2024-12-27 19:30:28 +01:00
This code is not trivial, and really needs a .luacheckrc.
This commit is contained in:
parent
8008b8cbdc
commit
509cfefd69
21
.luacheckrc
Normal file
21
.luacheckrc
Normal file
@ -0,0 +1,21 @@
|
||||
unused_args = false
|
||||
allow_defined_top = true
|
||||
|
||||
read_globals = {
|
||||
"core",
|
||||
"default",
|
||||
"DIR_DELIM",
|
||||
"dump",
|
||||
"intllib",
|
||||
"ItemStack",
|
||||
"minetest",
|
||||
"nodeupdate",
|
||||
"PseudoRandom",
|
||||
"stairs",
|
||||
"stairsplus",
|
||||
table = { fields = { "copy", "getn" } },
|
||||
"vector",
|
||||
"VoxelArea",
|
||||
"VoxelManip",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user