summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-09-14 18:13:02 -0500
committercheapie <no-email-for-you@example.com>2024-09-14 18:13:02 -0500
commit3eafeea0a13133f57c1c48df4e2f344e2830507a (patch)
tree88544a3a46b88a74cb8c43566d8d26a3ec99fd30 /.luacheckrc
parentfd67612c253376d9c2473ad9878fcbf770dd1173 (diff)
downloadmesecons_display-master.tar
mesecons_display-master.tar.gz
mesecons_display-master.tar.bz2
mesecons_display-master.tar.xz
mesecons_display-master.zip
Add luacheck configuration, plus some minor cleanups and a few small enhancementsHEADmaster
Descriptions are now capitalized properly, and inventory images actually show what color each node is
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
new file mode 100644
index 0000000..e6534f0
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,7 @@
+max_line_length = 160
+
+read_globals = {
+ "minetest",
+ "mesecon",
+ "default",
+}