1
0
mirror of https://gitlab.com/rubenwardy/awards.git synced 2024-06-29 13:20:17 +02:00
awards/.luacheckrc
2018-04-04 15:36:27 +01:00

15 lines
259 B
Lua

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",
}