2021-12-05 14:17:16 +01:00
|
|
|
unused_args = false
|
|
|
|
allow_defined_top = true
|
|
|
|
|
|
|
|
exclude_files = {".luacheckrc"}
|
|
|
|
|
|
|
|
globals = {
|
|
|
|
"minetest", "core",
|
|
|
|
|
|
|
|
--mod provided
|
|
|
|
"home_vending_machines",
|
|
|
|
}
|
|
|
|
|
|
|
|
read_globals = {
|
|
|
|
string = {fields = {"split"}},
|
|
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
|
|
|
|
--luac
|
|
|
|
"math", "table",
|
|
|
|
|
|
|
|
-- Builtin
|
|
|
|
"vector", "ItemStack", "dump", "DIR_DELIM", "VoxelArea", "Settings", "PcgRandom", "VoxelManip", "PseudoRandom",
|
|
|
|
|
|
|
|
--mod produced
|
2024-12-19 12:55:40 +01:00
|
|
|
"default", "screwdriver", "unifieddyes", "computers", "farming", "xcompat",
|
2021-12-05 14:17:16 +01:00
|
|
|
}
|