meshport/.luacheckrc
David Leal 4d82af8f9d
Add GitHub workflow and LuaCheck (#5)
* Add GitHub workflow and LuaCheck

* Fix warning reported by LuaCheck

* Add build status and license badge

* Remove unused variable (fix warning)

* Revert "Remove unused variable (fix warning)"
2020-09-05 18:39:34 -07:00

16 lines
269 B
Lua

unused_args = false
allow_defined_top = true
max_line_length = 999
read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn", "indexof"}},
"minetest", "DIR_DELIM",
"vector", "VoxelArea",
}
ignore = {
"vertList",
}