summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorDiego Martínez <kaeza@users.noreply.github.com>2017-03-01 01:05:53 -0300
committerAuke Kok <sofar+github@foo-projects.org>2017-03-14 21:57:01 -0700
commit5caacf3019e4c75603cb52df1f98e656304df541 (patch)
treeb2331f38dbcda8df339dfb580b7f6882050b7934 /.luacheckrc
parentf5e6a7d18149fbd6ae638165f354d4da089e8625 (diff)
Add `.luacheckrc` and fix warnings.
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc12
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",
+}