cloudlands/.luacheckrc

29 lines
360 B
Lua

unused_args = false
allow_defined_top = true
globals = {
"cloudlands"
}
read_globals = {
"core",
"default",
"biomeinfo",
"schemlib",
"nether",
"DIR_DELIM",
"intllib",
"ItemStack",
"math.hypot",
"minetest",
"PcgRandom",
"PseudoRandom",
table = { fields = { "copy", "getn" } },
"vector",
"file_exists",
"dump",
"VoxelArea",
"VoxelManip",
}