1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-15 14:20:24 +02:00
Files
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",
}