From fa911813dbca08c78327ca5403331f4cd6c89d99 Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 14 Sep 2024 16:27:59 -0500 Subject: Add luacheck configuration and some minor cleanups --- .luacheckrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .luacheckrc (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..0aec898 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,7 @@ +max_line_length = 160 + +read_globals = { + "minetest", + "default", + "doors", +} -- cgit v1.2.3