beauty_pack/.luacheckrc

21 lines
343 B
Plaintext
Raw Normal View History

2020-11-10 14:52:17 -08:00
unused_args = false
allow_defined_top = true
globals = {
"minetest",
"player_api",
"armor"
}
read_globals = {
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
-- Builtin
"vector", "ItemStack",
"dump", "DIR_DELIM", "VoxelArea", "Settings",
-- MTG
"default", "sfinv", "creative",
}