summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-09-14 18:24:37 -0500
committercheapie <no-email-for-you@example.com>2024-09-14 18:24:37 -0500
commitc05caf502e954b0618ce717305d5112ab9d8cc9d (patch)
tree4e24a692dd28d01a75d67ad858c7a9260bb294cc /.luacheckrc
parent889b83ac24dac0b4b608cd03e09334b79053712c (diff)
downloadprinter-c05caf502e954b0618ce717305d5112ab9d8cc9d.tar
printer-c05caf502e954b0618ce717305d5112ab9d8cc9d.tar.gz
printer-c05caf502e954b0618ce717305d5112ab9d8cc9d.tar.bz2
printer-c05caf502e954b0618ce717305d5112ab9d8cc9d.tar.xz
printer-c05caf502e954b0618ce717305d5112ab9d8cc9d.zip
Add luacheck configuration and some minor cleanupsHEADmaster
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..e66ba22
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,8 @@
+max_line_length = 160
+
+read_globals = {
+ "minetest",
+ "vector",
+ "ItemStack",
+ "digilines",
+}