1
0
mirror of https://github.com/mt-mods/unifieddyes.git synced 2024-11-16 23:30:19 +01:00
unifieddyes/.luacheckrc

25 lines
437 B
Plaintext
Raw Normal View History

2022-02-23 04:07:53 +01:00
unused_args = false
allow_defined_top = true
exclude_files = {".luacheckrc"}
globals = {
"minetest", "core",
--mod provided
"unifieddyes",
}
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
}