mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-22 16:10:18 +01:00
Add luacheck config file.
Run `luacheck .` in the toplevel folder and it'll check all the code. There are plenty of warnings out there to fix atm.
This commit is contained in:
parent
7429d86dc9
commit
cdf2c0ff90
16
.luacheckrc
Normal file
16
.luacheckrc
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
unused_args = false
|
||||||
|
allow_defined_top = true
|
||||||
|
|
||||||
|
read_globals = {
|
||||||
|
"DIR_DELIM",
|
||||||
|
"minetest", "core",
|
||||||
|
"dump",
|
||||||
|
"vector", "nodeupdate",
|
||||||
|
"VoxelManip", "VoxelArea",
|
||||||
|
"PseudoRandom", "ItemStack",
|
||||||
|
"intllib",
|
||||||
|
"default",
|
||||||
|
"stairsplus",
|
||||||
|
"signs_lib",
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user