diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..7e8fe4d --- /dev/null +++ b/.luacheckrc @@ -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", +}