1
0
mirror of https://gitlab.com/rubenwardy/awards.git synced 2024-09-25 02:50:16 +02:00
awards/.luacheckrc

15 lines
259 B
Plaintext
Raw Normal View History

2018-04-04 16:35:56 +02:00
unused_args = false
allow_defined_top = true
globals = {
"minetest", "awards",
}
read_globals = {
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
"vector", "default", "ItemStack",
"dump", "sfinv", "intllib",
"unified_inventory",
}