From 9ab552ae19fb10d4630192aaeb494d6f1fd88e7b Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 14 Sep 2024 16:58:08 -0500 Subject: Add luacheck configuration and some minor cleanup --- .luacheckrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .luacheckrc (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..063f893 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,6 @@ +max_line_length = 160 + +read_globals = { + "playersettings", + "minetest", +} -- cgit v1.2.3