forked from minetest-mods/moreblocks
Add luacheckrc file.
This commit is contained in:
parent
01b411c753
commit
d587b4d23f
14
.luacheckrc
Normal file
14
.luacheckrc
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
unused_args = false
|
||||||
|
allow_defined_top = true
|
||||||
|
|
||||||
|
read_globals = {
|
||||||
|
"DIR_DELIM",
|
||||||
|
"minetest", "core",
|
||||||
|
"dump",
|
||||||
|
"vector", "nodeupdate",
|
||||||
|
"VoxelManip", "VoxelArea",
|
||||||
|
"PseudoRandom", "ItemStack",
|
||||||
|
"intllib",
|
||||||
|
"default",
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user