summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-09-14 15:20:19 -0500
committercheapie <no-email-for-you@example.com>2024-09-14 15:20:19 -0500
commit21ddad626844c494e17d277b54445a9e675625a5 (patch)
treead8cd2b2df28688cab6b8aa177c81c94021320c8 /.luacheckrc
parent0c619f62c96162d61e646825d0caa7b0e6c5e060 (diff)
downloadicemachine-master.tar
icemachine-master.tar.gz
icemachine-master.tar.bz2
icemachine-master.tar.xz
icemachine-master.zip
Add luacheck configuration and 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..4a1863f
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,8 @@
+max_line_length = 160
+
+read_globals = {
+ "minetest",
+ "vector",
+ "pipeworks",
+ "technic",
+}