minetest-mods/moreblocks/.luacheckrc

15 lines
217 B
Plaintext
Raw Permalink Normal View History

2019-12-14 17:47:31 +01:00
unused_args = false
allow_defined_top = true
read_globals = {
2021-05-16 15:01:47 +02:00
"DIR_DELIM",
"minetest", "core",
"dump",
"vector", "nodeupdate",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
2019-12-14 17:47:31 +01:00
"intllib",
2021-05-16 15:01:47 +02:00
"default",
2019-12-14 17:47:31 +01:00
}
2021-05-16 15:01:47 +02:00