From 5caacf3019e4c75603cb52df1f98e656304df541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Mart=C3=ADnez?= Date: Wed, 1 Mar 2017 01:05:53 -0300 Subject: Add `.luacheckrc` and fix warnings. --- .luacheckrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .luacheckrc (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..6d89a3f --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,12 @@ + +read_globals = { + "minetest", + "default", + "pipeworks", + "dump", + "VoxelArea", +} + +globals = { + "digilines", +} -- cgit v1.2.3