mydoors-cd2025/.luacheckrc
SmallJoker 5d78183cf2
Some checks failed
luacheck / luacheck (push) Has been cancelled
Make 'screwdriver' optional (#39)
This eases the integration for other games. The screwdriver API should
still be provided when needed to avoid incorrect node rotations.
2024-11-15 21:23:19 +01:00

16 lines
193 B
Lua

unused_args = false
max_line_length = 140
read_globals = {
table = {fields = {"copy"}},
"minetest",
"core",
"vector",
"default",
"doors",
"screwdriver",
"stairs",
"stairsplus",
}