summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-09-14 20:36:00 -0500
committercheapie <no-email-for-you@example.com>2024-09-14 20:36:00 -0500
commit8409dd0d09ebd91e2fa5f23e67703b23b1f72a7b (patch)
tree9c478beaafe38a09479f5e2f79d3e06c968ccafe /.luacheckrc
parent1b39951a48a5cf65250ec0db8580ad99de84db71 (diff)
downloadunifiedmesecons-master.tar
unifiedmesecons-master.tar.gz
unifiedmesecons-master.tar.bz2
unifiedmesecons-master.tar.xz
unifiedmesecons-master.zip
Add luacheck configuration, some minor cleanup, and migrate depends.txt to mod.confHEADmaster
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..a2da26e
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,8 @@
+max_line_length = 160
+
+read_globals = {
+ "minetest",
+ "mesecon",
+ "unifieddyes",
+ "table.copy",
+}