From 7b33eaaa38b181a8d61e9339968691c04d820377 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Mon, 17 Apr 2017 14:06:30 -0700 Subject: [PATCH] Luacheck file. --- .luacheckrc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .luacheckrc diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..15eed66 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,15 @@ +unused_args = false +allow_defined_top = true + +read_globals = { + "DIR_DELIM", + "minetest", "core", + "dump", + "vector", "nodeupdate", + "VoxelManip", "VoxelArea", + "PseudoRandom", "ItemStack", + "intllib", + "default", + table = { fields = { "copy", "getn" } } +} +