diff options
author | cheapie <no-email-for-you@example.com> | 2024-09-14 15:54:29 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-09-14 15:54:29 -0500 |
commit | a3222ae5bb3b8eea9858b8ccc6955369568cd70f (patch) | |
tree | 5417fea733abfbdbe00532e9e1b03f2767b619ac /.luacheckrc | |
parent | 5fc526bb0f4feef1664085b5ab52f4fa2679e978 (diff) | |
download | ltc4000e-a3222ae5bb3b8eea9858b8ccc6955369568cd70f.tar ltc4000e-a3222ae5bb3b8eea9858b8ccc6955369568cd70f.tar.gz ltc4000e-a3222ae5bb3b8eea9858b8ccc6955369568cd70f.tar.bz2 ltc4000e-a3222ae5bb3b8eea9858b8ccc6955369568cd70f.tar.xz ltc4000e-a3222ae5bb3b8eea9858b8ccc6955369568cd70f.zip |
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 17 |
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", +} |