diff options
author | Auke Kok <sofar@foo-projects.org> | 2017-12-15 11:22:22 -0800 |
---|---|---|
committer | Auke Kok <sofar@foo-projects.org> | 2017-12-15 11:22:22 -0800 |
commit | aac8386b5ae85d232c94128810d3f4df8b32ecaa (patch) | |
tree | 123bd979b93b1bcd22ffd147a17f98df141d6f31 | |
parent | c9add9b24df439253ef2eb02bef19ba2f2771dc9 (diff) |
Add .luacheckrc.
-rw-r--r-- | .luacheckrc | 17 |
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", +} + |