From 822a5fdb3dacbba0230016c8bc7bced7905425ef Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 14 Sep 2024 14:58:57 -0500 Subject: Add luacheck configuration and clean up code slightly --- .luacheckrc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .luacheckrc (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..859a71e --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,10 @@ +max_line_length = 160 + +globals = { + "arrowboards", +} + +read_globals = { + "minetest", + "screwdriver", +} -- cgit v1.2.3