2021-11-28 07:28:44 +01:00
|
|
|
unused_args = false
|
|
|
|
allow_defined_top = true
|
|
|
|
|
|
|
|
exclude_files = {".luacheckrc"}
|
|
|
|
|
|
|
|
globals = {
|
|
|
|
"minetest", "core",
|
|
|
|
|
|
|
|
--mod provided
|
2022-02-12 22:36:11 +01:00
|
|
|
"home_vending_machines", "computers",
|
2021-11-28 07:28:44 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
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
|
2022-02-12 23:13:16 +01:00
|
|
|
"default", "screwdriver", "unifieddyes", "formspec_ast",
|
2021-11-28 07:28:44 +01:00
|
|
|
}
|