From c05caf502e954b0618ce717305d5112ab9d8cc9d Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 14 Sep 2024 18:24:37 -0500 Subject: Add luacheck configuration and some minor cleanups --- .luacheckrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .luacheckrc (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..e66ba22 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,8 @@ +max_line_length = 160 + +read_globals = { + "minetest", + "vector", + "ItemStack", + "digilines", +} -- cgit v1.2.3