mirror of
https://github.com/minetest-mods/item_drop.git
synced 2025-06-28 21:06:03 +02:00
Add GitHub workflow and LuaCheck (#34)
* Add GitHub workflow and LuaCheck * Fix LuaCheck warnings * Improve README.md
This commit is contained in:
19
.luacheckrc
Normal file
19
.luacheckrc
Normal file
@ -0,0 +1,19 @@
|
||||
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",
|
||||
}
|
Reference in New Issue
Block a user