moreblocks/stairsplus/.luacheckrc

32 lines
437 B
Lua

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",
}
}
stds.stairsplus = {
globals = {
"stairsplus",
"stairs", -- we take over control of stairs
},
read_globals = {
"default",
},
}