mobs_redo/.luacheckrc

26 lines
347 B
Plaintext
Raw Permalink Normal View History

2022-10-31 15:31:51 +01:00
unused_args = false
read_globals = {
"minetest",
"lucky_block",
"vector",
"table",
"invisibility",
"cmi",
"toolranks",
"pathfinder",
2022-10-31 16:08:12 +01:00
"tnt",
"ItemStack"
2022-10-31 15:31:51 +01:00
}
globals = {
"mobs",
"player_api",
"default"
}
2022-10-31 16:10:32 +01:00
ignore = {
"431", -- Shadowing an upvalue
"432", -- Shadowing an upvalue argument
}