mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-22 08:00:18 +01:00
.luacheckrc on each mod
This commit is contained in:
parent
1c7ceb2e90
commit
1090c9139c
21
building_blocks/.luacheckrc
Normal file
21
building_blocks/.luacheckrc
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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",
|
||||||
|
"stairsplus",
|
||||||
|
"default",
|
||||||
|
"stairs",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
21
computer/.luacheckrc
Normal file
21
computer/.luacheckrc
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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",
|
||||||
|
"unifieddyes",
|
||||||
|
"screwdriver",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
19
fake_fire/.luacheckrc
Normal file
19
fake_fire/.luacheckrc
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
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",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
18
homedecor_3d_extras/.luacheckrc
Normal file
18
homedecor_3d_extras/.luacheckrc
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
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",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
22
homedecor_bathroom/.luacheckrc
Normal file
22
homedecor_bathroom/.luacheckrc
Normal 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 = {
|
||||||
|
}
|
||||||
|
|
22
homedecor_bedroom/.luacheckrc
Normal file
22
homedecor_bedroom/.luacheckrc
Normal 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 = {
|
||||||
|
}
|
||||||
|
|
21
homedecor_books/.luacheckrc
Normal file
21
homedecor_books/.luacheckrc
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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",
|
||||||
|
"creative",
|
||||||
|
"default",
|
||||||
|
"homedecor",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
21
homedecor_climate_control/.luacheckrc
Normal file
21
homedecor_climate_control/.luacheckrc
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
21
homedecor_clocks/.luacheckrc
Normal file
21
homedecor_clocks/.luacheckrc
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
18
homedecor_cobweb/.luacheckrc
Normal file
18
homedecor_cobweb/.luacheckrc
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
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",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
21
homedecor_common/.luacheckrc
Normal file
21
homedecor_common/.luacheckrc
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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",
|
||||||
|
"creative",
|
||||||
|
"default",
|
||||||
|
"screwdriver",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
23
homedecor_doors_and_gates/.luacheckrc
Normal file
23
homedecor_doors_and_gates/.luacheckrc
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
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",
|
||||||
|
"doors",
|
||||||
|
"mesecon",
|
||||||
|
"homedecor",
|
||||||
|
"screwdriver",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
20
homedecor_electrical/.luacheckrc
Normal file
20
homedecor_electrical/.luacheckrc
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
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",
|
||||||
|
"homedecor",
|
||||||
|
"mesecon",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
20
homedecor_electronics/.luacheckrc
Normal file
20
homedecor_electronics/.luacheckrc
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
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",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
22
homedecor_exterior/.luacheckrc
Normal file
22
homedecor_exterior/.luacheckrc
Normal 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",
|
||||||
|
"creative",
|
||||||
|
"default",
|
||||||
|
"homedecor",
|
||||||
|
"screwdriver",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
21
homedecor_fences/.luacheckrc
Normal file
21
homedecor_fences/.luacheckrc
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
"signs_lib",
|
||||||
|
}
|
||||||
|
|
21
homedecor_foyer/.luacheckrc
Normal file
21
homedecor_foyer/.luacheckrc
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
21
homedecor_furniture/.luacheckrc
Normal file
21
homedecor_furniture/.luacheckrc
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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",
|
||||||
|
"unifieddyes",
|
||||||
|
"homedecor",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
20
homedecor_furniture_medieval/.luacheckrc
Normal file
20
homedecor_furniture_medieval/.luacheckrc
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
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",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
22
homedecor_gastronomy/.luacheckrc
Normal file
22
homedecor_gastronomy/.luacheckrc
Normal 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",
|
||||||
|
"creative",
|
||||||
|
"default",
|
||||||
|
"homedecor",
|
||||||
|
"screwdriver",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
21
homedecor_kitchen/.luacheckrc
Normal file
21
homedecor_kitchen/.luacheckrc
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
19
homedecor_laundry/.luacheckrc
Normal file
19
homedecor_laundry/.luacheckrc
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
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",
|
||||||
|
"homedecor",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
23
homedecor_lighting/.luacheckrc
Normal file
23
homedecor_lighting/.luacheckrc
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
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",
|
||||||
|
"mesecon",
|
||||||
|
"unifieddyes",
|
||||||
|
"screwdriver",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
22
homedecor_misc/.luacheckrc
Normal file
22
homedecor_misc/.luacheckrc
Normal 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",
|
||||||
|
"unifieddyes",
|
||||||
|
"screwdriver",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
20
homedecor_office/.luacheckrc
Normal file
20
homedecor_office/.luacheckrc
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
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",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
20
homedecor_pictures_and_paintings/.luacheckrc
Normal file
20
homedecor_pictures_and_paintings/.luacheckrc
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
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",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
20
homedecor_roofing/.luacheckrc
Normal file
20
homedecor_roofing/.luacheckrc
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
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",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
23
homedecor_seating/.luacheckrc
Normal file
23
homedecor_seating/.luacheckrc
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
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",
|
||||||
|
"creative",
|
||||||
|
"default",
|
||||||
|
"homedecor",
|
||||||
|
"unifieddyes",
|
||||||
|
"screwdriver",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
20
homedecor_tables/.luacheckrc
Normal file
20
homedecor_tables/.luacheckrc
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
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",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
20
homedecor_trash_cans/.luacheckrc
Normal file
20
homedecor_trash_cans/.luacheckrc
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
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",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
@ -12,22 +12,13 @@ read_globals = {
|
|||||||
"VoxelManip", "VoxelArea",
|
"VoxelManip", "VoxelArea",
|
||||||
"PseudoRandom", "ItemStack",
|
"PseudoRandom", "ItemStack",
|
||||||
"default",
|
"default",
|
||||||
"doors",
|
|
||||||
"stairsplus",
|
|
||||||
"stairs",
|
|
||||||
"screwdriver",
|
|
||||||
"beds",
|
|
||||||
"technic",
|
|
||||||
"mesecon",
|
|
||||||
"unifieddyes",
|
|
||||||
"creative",
|
|
||||||
"homedecor",
|
"homedecor",
|
||||||
"player_api",
|
"player_api",
|
||||||
|
"screwdriver",
|
||||||
"skins",
|
"skins",
|
||||||
}
|
}
|
||||||
|
|
||||||
globals = {
|
globals = {
|
||||||
"armor",
|
"armor",
|
||||||
"signs_lib",
|
|
||||||
}
|
}
|
||||||
|
|
21
homedecor_windows_and_treatments/.luacheckrc
Normal file
21
homedecor_windows_and_treatments/.luacheckrc
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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",
|
||||||
|
"unifieddyes",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
20
inbox/.luacheckrc
Normal file
20
inbox/.luacheckrc
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
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",
|
||||||
|
"screwdriver",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
21
itemframes/.luacheckrc
Normal file
21
itemframes/.luacheckrc
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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",
|
||||||
|
"mesecon",
|
||||||
|
"screwdriver",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
20
lavalamp/.luacheckrc
Normal file
20
lavalamp/.luacheckrc
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
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",
|
||||||
|
"unifieddyes",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
19
plasmascreen/.luacheckrc
Normal file
19
plasmascreen/.luacheckrc
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
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",
|
||||||
|
"screwdriver",
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user