1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-06-28 04:50:21 +02:00

.luacheckrc on each mod

This commit is contained in:
Louis Royer
2020-08-05 03:12:47 +02:00
parent 1c7ceb2e90
commit 1090c9139c
36 changed files with 725 additions and 10 deletions

View File

@ -0,0 +1,22 @@
unused_args = false
allow_defined_top = true
max_comment_line_length = 999
read_globals = {
"DIR_DELIM",
"minetest", "core",
"unpack",
"dump",
table = { fields = { "copy", "getn" } },
"vector", "nodeupdate",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
"default",
"homedecor",
"screwdriver",
"unifieddyes",
}
globals = {
}