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