summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2026-04-12 10:40:06 -0500
committercheapie <no-email-for-you@example.com>2026-04-12 10:40:06 -0500
commit2a3e24bd0f6edc1c39ab7e615a7d486c93a72018 (patch)
treed632d1090bdba6d1aeb5da321d91df3bfa2c352a /.luacheckrc
parent599142ca6989717ff90ec615619be57d531eb681 (diff)
downloadareasprotector-2a3e24bd0f6edc1c39ab7e615a7d486c93a72018.tar
areasprotector-2a3e24bd0f6edc1c39ab7e615a7d486c93a72018.tar.gz
areasprotector-2a3e24bd0f6edc1c39ab7e615a7d486c93a72018.tar.bz2
areasprotector-2a3e24bd0f6edc1c39ab7e615a7d486c93a72018.tar.xz
areasprotector-2a3e24bd0f6edc1c39ab7e615a7d486c93a72018.zip
Replace the old half-broken visualization code with vizlibHEADmaster
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 6408e64..d5ba049 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -1,7 +1,8 @@
max_line_length = 160
read_globals = {
- "minetest",
+ "core",
"vector",
"areas",
+ "vizlib",
}