From 97f1f74d48b1be9d9ecfbc72900cf3d290730994 Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 14 Sep 2024 20:20:27 -0500 Subject: Add luacheck configuration, migrate depends.txt to mod.conf, and fix crash if default is not installed --- .luacheckrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .luacheckrc (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..4dca9a8 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,8 @@ +max_line_length = 160 + +read_globals = { + "minetest", + "unifieddyes", + "stairsplus", + "default", +} -- cgit v1.2.3