digistuff-cd2025/.luacheckrc
Luke aka SwissalpS 26e88ca6a7
Some checks failed
luacheck / luacheck (push) Has been cancelled
mineunit / build (push) Has been cancelled
Game controller cleanup with actual [jumpdrive] support (#66)
2024-12-31 21:58:52 +01:00

31 lines
366 B
Lua

unused_args = false
max_line_length = 300 -- TODO: fix line lengths
--std = "luanti+max"
globals = {
"digistuff",
"digilines",
}
read_globals = {
-- Builtin
"core",
"minetest",
table = {fields = {"copy"}},
"vector",
"ItemStack",
"DIR_DELIM",
-- Mod Deps
"default",
"mesecon",
"screwdriver",
"QoS",
"vizlib",
}
exclude_files = {
"**/spec/**",
}