From a303abe51b19151752842029efbb926e4a7711c5 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Mon, 1 Apr 2019 21:22:31 -0700 Subject: [PATCH] Add template .luacheckrc --- .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" } } +} +