From 21ddad626844c494e17d277b54445a9e675625a5 Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 14 Sep 2024 15:20:19 -0500 Subject: Add luacheck configuration and 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..4a1863f --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,8 @@ +max_line_length = 160 + +read_globals = { + "minetest", + "vector", + "pipeworks", + "technic", +} -- cgit v1.2.3