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