moreblocks/stairsplus/.luacheckrc

33 lines
449 B
Plaintext
Raw Normal View History

2022-06-12 03:17:41 +02:00
std = "lua51+luajit+minetest+stairsplus"
unused_args = false
max_line_length = 120
stds.minetest = {
read_globals = {
"DIR_DELIM",
"minetest",
"core",
"dump",
"vector",
"nodeupdate",
"VoxelManip",
"VoxelArea",
"PseudoRandom",
"ItemStack",
"default",
"table",
"math",
2022-06-19 01:23:11 +02:00
"string",
2022-06-12 03:17:41 +02:00
}
}
stds.stairsplus = {
globals = {
"stairsplus",
2022-06-16 01:20:32 +02:00
"stairs", -- we take over control of stairs
2022-06-12 03:17:41 +02:00
},
read_globals = {
"default",
},
}