From 1bcfd22b43cb5fdd5f73b5709c9bde86f06d76a2 Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 14 Sep 2024 19:29:50 -0500 Subject: Add luacheck configuration and some minor cleanup --- .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..257113e --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,8 @@ +max_line_length = 160 + +read_globals = { + "minetest", + "vector", + "digilines", + "screwdriver", +} -- cgit v1.2.3