powerbanks/.luacheckrc

22 lines
339 B
Plaintext
Raw Normal View History

2019-11-29 11:41:51 +01:00
unused_args = false
allow_defined_top = true
globals = {
"minetest",
}
read_globals = {
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
-- Builtin
"vector", "ItemStack",
"dump", "DIR_DELIM", "VoxelArea", "Settings",
-- MTG
"default", "sfinv", "creative",
-- Mod Deps
"technic"
}