Add .luacheckrc

This commit is contained in:
SmallJoker 2024-10-20 14:40:58 +02:00
parent d3108574a2
commit 5bfa6d67ee

18
.luacheckrc Normal file

@ -0,0 +1,18 @@
unused_args = false -- Allow them
max_line_length = 999
globals = {
-- None
}
read_globals = {
"ItemStack",
"core",
"minetest",
"default",
"hopper",
"mcl_formspec",
"mcl_sounds",
}