summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-09-14 15:54:29 -0500
committercheapie <no-email-for-you@example.com>2024-09-14 15:54:29 -0500
commita3222ae5bb3b8eea9858b8ccc6955369568cd70f (patch)
tree5417fea733abfbdbe00532e9e1b03f2767b619ac /.luacheckrc
parent5fc526bb0f4feef1664085b5ab52f4fa2679e978 (diff)
downloadltc4000e-master.tar
ltc4000e-master.tar.gz
ltc4000e-master.tar.bz2
ltc4000e-master.tar.xz
ltc4000e-master.zip
Add luacheck configuration and clean up a few thingsHEADmaster
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc17
1 files changed, 17 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
new file mode 100644
index 0000000..c729e1b
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,17 @@
+max_line_length = 160
+
+globals = {
+ "mem",
+}
+
+read_globals = {
+ "minetest",
+ "vector",
+ "event",
+ "os.datetable",
+ "interrupt",
+ "digiline_send",
+ "default",
+ "digilines",
+ "screwdriver",
+}