1
0
mirror of https://github.com/minetest-mods/areas.git synced 2025-01-14 20:10:26 +01:00
areas/.luacheckrc
2019-04-03 10:24:02 -07:00

20 lines
286 B
Lua

unused_args = false
allow_defined_top = true
read_globals = {
"DIR_DELIM",
"core",
"dump",
"vector", "nodeupdate",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
"AreaStore",
"intllib",
"default",
table = { fields = { "copy", "getn" } }
}
globals = {
"minetest"
}