diff options
author | Auke Kok <sofar@foo-projects.org> | 2016-12-15 14:56:26 -0800 |
---|---|---|
committer | Auke Kok <sofar+github@foo-projects.org> | 2016-12-31 12:33:09 -0800 |
commit | d587b4d23f9d386b1a3b924d0a3860b05941eee8 (patch) | |
tree | 7625aaaa8fcab7df6d6207cd0e0e781fd4d7b0d2 /.luacheckrc | |
parent | 01b411c753697049b1f37c0f49abc1d216b432e6 (diff) | |
download | moreblocks-d587b4d23f9d386b1a3b924d0a3860b05941eee8.tar.gz moreblocks-d587b4d23f9d386b1a3b924d0a3860b05941eee8.tar.bz2 moreblocks-d587b4d23f9d386b1a3b924d0a3860b05941eee8.zip |
Add luacheckrc file.
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..fbf3483 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,14 @@ +unused_args = false +allow_defined_top = true + +read_globals = { + "DIR_DELIM", + "minetest", "core", + "dump", + "vector", "nodeupdate", + "VoxelManip", "VoxelArea", + "PseudoRandom", "ItemStack", + "intllib", + "default", +} + |