diff options
| author | cheapie <no-email-for-you@example.com> | 2026-04-12 10:40:06 -0500 |
|---|---|---|
| committer | cheapie <no-email-for-you@example.com> | 2026-04-12 10:40:06 -0500 |
| commit | 2a3e24bd0f6edc1c39ab7e615a7d486c93a72018 (patch) | |
| tree | d632d1090bdba6d1aeb5da321d91df3bfa2c352a /.luacheckrc | |
| parent | 599142ca6989717ff90ec615619be57d531eb681 (diff) | |
| download | areasprotector-2a3e24bd0f6edc1c39ab7e615a7d486c93a72018.tar areasprotector-2a3e24bd0f6edc1c39ab7e615a7d486c93a72018.tar.gz areasprotector-2a3e24bd0f6edc1c39ab7e615a7d486c93a72018.tar.bz2 areasprotector-2a3e24bd0f6edc1c39ab7e615a7d486c93a72018.tar.xz areasprotector-2a3e24bd0f6edc1c39ab7e615a7d486c93a72018.zip | |
Diffstat (limited to '.luacheckrc')
| -rw-r--r-- | .luacheckrc | 3 |
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", } |
