* 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)"
16 lines
269 B
Lua
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",
|
|
}
|