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