From 3a9d53aec441f8f592af8e9946a9d1780ca8a89f Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 14 Sep 2024 16:06:40 -0500 Subject: Add luacheck configuration and some minor cleanups --- .luacheckrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .luacheckrc (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..9c01bd7 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,9 @@ +max_line_length = 160 + +read_globals = { + "minetest", + "carts", + "mesecon", + "vector", + "digilines", +} -- cgit v1.2.3