diff options
Diffstat (limited to 'digilines/.luacheckrc')
-rw-r--r-- | digilines/.luacheckrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/digilines/.luacheckrc b/digilines/.luacheckrc new file mode 100644 index 0000000..6d89a3f --- /dev/null +++ b/digilines/.luacheckrc @@ -0,0 +1,12 @@ + +read_globals = { + "minetest", + "default", + "pipeworks", + "dump", + "VoxelArea", +} + +globals = { + "digilines", +} |