mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-06-28 14:36:09 +02:00
Add GitHub workflow (#149)
This commit is contained in:
18
.luacheckrc
Normal file
18
.luacheckrc
Normal file
@ -0,0 +1,18 @@
|
||||
unused_args = false
|
||||
allow_defined_top = true
|
||||
max_line_length = 999
|
||||
|
||||
globals = {
|
||||
"unified_inventory",
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
string = {fields = {"split", "trim"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
|
||||
"minetest", "vector",
|
||||
"ItemStack", "datastorage",
|
||||
}
|
||||
|
||||
files["callbacks.lua"].ignore = { "player", "draw_lite_mode" }
|
||||
files["bags.lua"].ignore = { "player" }
|
Reference in New Issue
Block a user