summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorTim <t4im@users.noreply.github.com>2016-08-05 16:57:20 +0200
committerTim <t4im@users.noreply.github.com>2016-08-05 17:00:16 +0200
commit51a00b957e81428aa5af1b0b5eddbfdd57729d77 (patch)
tree76050cf384a74bff4ee4f180ccbfcc88a336288f /.luacheckrc
parent18dd1207844cd0296a91288cc22ace9a04f39b77 (diff)
Start item listing at index instead of skipping there.
Also fixes a linter warning.
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
new file mode 100644
index 0000000..a21bce1
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,7 @@
+unused_args = false
+allow_defined_top = true
+
+read_globals = {
+ "minetest",
+ "default",
+}