mywalls-cd2025/.luacheckrc
David Leal 08140d10bc
Some checks failed
build / lint (push) Has been cancelled
Add LuaCheck and GitHub workflow (#5)
2023-01-10 16:23:45 +01:00

13 lines
223 B
Lua

unused_args = false
allow_defined_top = true
max_line_length = false
read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
}
globals = {
"minetest", "walls", "default"
}