From 19dda2828c9dc60ab2152008abcac7945a75af8b Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 14 Sep 2024 17:57:51 -0500 Subject: Add luacheck configuration and a few fixes and 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..8d851f8 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,7 @@ +max_line_length = 160 + +read_globals = { + "minetest", + "digilines", + "default", +} -- cgit v1.2.3