streets/.luacheckrc
David Leal 7cd17420d3
Add Continuous Integration and LuaCheck (#113)
All warnings have been fixed as well. You can verify all is fine by checking the workflow run.
2022-05-29 21:24:00 +02:00

21 lines
345 B
Lua

unused_args = false
allow_defined_top = true
max_line_length = 999
globals = {
"streets", "minetest", "ts_workshop", "core",
}
read_globals = {
"default",
"ItemStack",
"digiline",
"stairsplus",
"dump",
"vector",
"creative",
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
}