summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorroot <root@linuxworks.belug.de>2017-12-18 00:03:42 +0100
committerroot <root@linuxworks.belug.de>2017-12-18 00:03:42 +0100
commita2ca81a30e615b66694d177d0ec654a28bf407fb (patch)
treead978017b7d91a849a7f8aad39de70705f9a5843 /.luacheckrc
parent31e998894d2aa44260361765d55339b37d919cd6 (diff)
parent1c0e3c72156d87ad3f6b4ba2c8d537a2f9b622c6 (diff)
Merge branch 'master' of https://github.com/minetest-mods/moretrees
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc17
1 files changed, 17 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
new file mode 100644
index 0000000..2933f30
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,17 @@
+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" } },
+ "biome_lib",
+ "stairs", "stairsplus",
+}
+