]> git.lizzy.rs Git - mcl_enchanting.git/blobdiff - .luacheckrc
Run luacheck and fix warnings.
[mcl_enchanting.git] / .luacheckrc
diff --git a/.luacheckrc b/.luacheckrc
new file mode 100644 (file)
index 0000000..a21bce1
--- /dev/null
@@ -0,0 +1,7 @@
+unused_args = false
+allow_defined_top = true
+
+read_globals = {
+       "minetest",
+       "default",
+}