summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-09-14 16:42:18 -0500
committercheapie <no-email-for-you@example.com>2024-09-14 16:42:18 -0500
commit599142ca6989717ff90ec615619be57d531eb681 (patch)
tree6581547b5ad1b85a363a3ca6cf2c31b154f71b58 /.luacheckrc
parentf4fe17bb0f0415291ada235273ff2925bda98b6e (diff)
downloadareasprotector-599142ca6989717ff90ec615619be57d531eb681.tar
areasprotector-599142ca6989717ff90ec615619be57d531eb681.tar.gz
areasprotector-599142ca6989717ff90ec615619be57d531eb681.tar.bz2
areasprotector-599142ca6989717ff90ec615619be57d531eb681.tar.xz
areasprotector-599142ca6989717ff90ec615619be57d531eb681.zip
Add luacheck configuration and some minor cleanupHEADmaster
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..6408e64
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,7 @@
+max_line_length = 160
+
+read_globals = {
+ "minetest",
+ "vector",
+ "areas",
+}