unified_inventory/.luacheckrc

23 lines
386 B
Plaintext
Raw Permalink Normal View History

2020-03-25 18:46:35 +01:00
unused_args = false
allow_defined_top = true
max_line_length = 999
globals = {
"unified_inventory",
}
read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
2024-01-13 10:47:05 +01:00
"dump",
2020-03-25 18:46:35 +01:00
"minetest", "vector",
"ItemStack", "datastorage",
"hb",
"doors",
2020-03-25 18:46:35 +01:00
}
files["callbacks.lua"].ignore = { "player", "draw_lite_mode" }
files["bags.lua"].ignore = { "player" }