1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2024-11-15 23:20:16 +01:00
Minetest-WorldEdit/.luacheckrc
2020-02-06 19:41:16 -06:00

29 lines
466 B
Lua

unused_args = false
allow_defined_top = true
max_line_length = 999
ignore = {
"pos1", "pos2",
"extent1", "extent2",
"header", "count",
"err", "state",
"filename", "def",
"file", "name",
}
globals = {
"minetest"
}
read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
"vector", "unified_inventory",
"smart_inventory", "sfinv",
"VoxelArea", "inventory_plus",
"ItemStack",
}