summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-09-14 20:20:27 -0500
committercheapie <no-email-for-you@example.com>2024-09-14 20:20:27 -0500
commit97f1f74d48b1be9d9ecfbc72900cf3d290730994 (patch)
treeb96620e6fa7d2feb862b05d27d1550633601852a /.luacheckrc
parentea3f8ad7a5ad08e74e52ab25ca966969de7e080e (diff)
downloadplasticbox-97f1f74d48b1be9d9ecfbc72900cf3d290730994.tar
plasticbox-97f1f74d48b1be9d9ecfbc72900cf3d290730994.tar.gz
plasticbox-97f1f74d48b1be9d9ecfbc72900cf3d290730994.tar.bz2
plasticbox-97f1f74d48b1be9d9ecfbc72900cf3d290730994.tar.xz
plasticbox-97f1f74d48b1be9d9ecfbc72900cf3d290730994.zip
Add luacheck configuration, migrate depends.txt to mod.conf, and fix crash if default is not installedHEADmaster
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
new file mode 100644
index 0000000..4dca9a8
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,8 @@
+max_line_length = 160
+
+read_globals = {
+ "minetest",
+ "unifieddyes",
+ "stairsplus",
+ "default",
+}