Add default luacheckrc.
This commit is contained in:
parent
66603d04ab
commit
63a8842c37
20
.luacheckrc
Normal file
20
.luacheckrc
Normal file
@ -0,0 +1,20 @@
|
||||
unused_args = false
|
||||
allow_defined_top = true
|
||||
|
||||
read_globals = {
|
||||
"doors",
|
||||
"DIR_DELIM",
|
||||
"minetest", "core",
|
||||
"dump",
|
||||
"vector", "nodeupdate",
|
||||
"VoxelManip", "VoxelArea",
|
||||
"PseudoRandom", "ItemStack",
|
||||
"intllib",
|
||||
"default",
|
||||
"armor",
|
||||
}
|
||||
|
||||
globals = {
|
||||
core = { fields = { "do_item_eat" }},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user