forked from minetest-mods/item_drop
de38b20fa6
* Add GitHub workflow and LuaCheck * Fix LuaCheck warnings * Improve README.md
20 lines
282 B
Lua
20 lines
282 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
max_line_length = 999
|
|
|
|
ignore = {
|
|
"name", "drops", "i",
|
|
}
|
|
|
|
globals = {
|
|
"minetest",
|
|
}
|
|
|
|
read_globals = {
|
|
string = {fields = {"split", "trim"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
"vector", "ItemStack",
|
|
"dump",
|
|
}
|