ts_workshop-cd2025/.luacheckrc
David Leal 8d85362b5c
Some checks failed
build / lint (push) Has been cancelled
Add Continuous Integration and LuaCheck (#2)
All warnings have been fixed as well. You can verify all is fine by checking the workflow run.
2023-06-18 08:20:46 +02:00

13 lines
217 B
Lua

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