From 840f6cddb1e155fc7c369ae901345ff23f6c4920 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Thu, 26 Jan 2017 10:57:44 -0800 Subject: [PATCH] Add luacheck. --- .luacheckrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .luacheckrc diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..f3b1461 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,12 @@ +unused_args = false +allow_defined_top = true + +read_globals = { + "DIR_DELIM", + "minetest", "core", + "dump", + "vector", + "VoxelManip", "VoxelArea", + "PseudoRandom", "ItemStack", +} +