From a3222ae5bb3b8eea9858b8ccc6955369568cd70f Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 14 Sep 2024 15:54:29 -0500 Subject: Add luacheck configuration and clean up a few things --- .luacheckrc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .luacheckrc (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..c729e1b --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,17 @@ +max_line_length = 160 + +globals = { + "mem", +} + +read_globals = { + "minetest", + "vector", + "event", + "os.datetable", + "interrupt", + "digiline_send", + "default", + "digilines", + "screwdriver", +} -- cgit v1.2.3