mod-crops/.luacheckrc

16 lines
258 B
Plaintext
Raw Permalink Normal View History

unused_args = false
allow_defined_top = true
read_globals = {
"DIR_DELIM",
"minetest", "core",
"dump",
"vector", "nodeupdate",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
"intllib",
"default",
2017-03-31 22:14:27 -07:00
table = { fields = { "copy", "getn" } }
}