From 51a00b957e81428aa5af1b0b5eddbfdd57729d77 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 5 Aug 2016 16:57:20 +0200 Subject: Start item listing at index instead of skipping there. Also fixes a linter warning. --- .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..a21bce1 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,7 @@ +unused_args = false +allow_defined_top = true + +read_globals = { + "minetest", + "default", +} -- cgit v1.2.3