From 509cfefd69c1c63cdba9b4b90b052d0b37d394a2 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Tue, 19 Dec 2017 21:31:34 -0800 Subject: [PATCH] This code is not trivial, and really needs a .luacheckrc. --- .luacheckrc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .luacheckrc diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..cc73fb0 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,21 @@ +unused_args = false +allow_defined_top = true + +read_globals = { + "core", + "default", + "DIR_DELIM", + "dump", + "intllib", + "ItemStack", + "minetest", + "nodeupdate", + "PseudoRandom", + "stairs", + "stairsplus", + table = { fields = { "copy", "getn" } }, + "vector", + "VoxelArea", + "VoxelManip", +} +