From 931de0485b90bc1770321902f4efc2fbc251d861 Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 14 Sep 2024 15:09:56 -0500 Subject: Add luacheck configuration and 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..f12f10b --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,7 @@ +max_line_length = 160 + +read_globals = { + "minetest", + "irc", + "notice", +} -- cgit v1.2.3