diff options
author | Diego MartÃnez <kaeza@users.noreply.github.com> | 2017-03-01 01:05:53 -0300 |
---|---|---|
committer | Auke Kok <sofar+github@foo-projects.org> | 2017-03-14 21:57:01 -0700 |
commit | 5caacf3019e4c75603cb52df1f98e656304df541 (patch) | |
tree | b2331f38dbcda8df339dfb580b7f6882050b7934 /.luacheckrc | |
parent | f5e6a7d18149fbd6ae638165f354d4da089e8625 (diff) |
Add `.luacheckrc` and fix warnings.
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", +} |