From c92e18daaea4ab7e9358cb1f63695bee2a05a4c0 Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 14 Sep 2024 20:32:07 -0500 Subject: Add luacheck configuration, clean up a few things a bit, and some assorted fixes --- .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..9a04114 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,9 @@ +max_line_length = 160 + +globals = { + "rgblightstone", +} + +read_globals = { + "minetest", +} -- cgit v1.2.3