diff options
Diffstat (limited to 'moreblocks/.luacheckrc')
-rw-r--r-- | moreblocks/.luacheckrc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/moreblocks/.luacheckrc b/moreblocks/.luacheckrc new file mode 100644 index 0000000..fbf3483 --- /dev/null +++ b/moreblocks/.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", +} + |