diff options
| author | cheapie <no-email-for-you@example.com> | 2025-01-11 23:10:13 -0600 |
|---|---|---|
| committer | cheapie <no-email-for-you@example.com> | 2025-01-11 23:10:13 -0600 |
| commit | f9991863f5816920a1c8d8446e53895d95b4fc33 (patch) | |
| tree | 8aa5df658642ed9730e65765b2e61bb003b1dcb7 /.luacheckrc | |
| download | techage_forceload-main.tar techage_forceload-main.tar.gz techage_forceload-main.tar.bz2 techage_forceload-main.tar.xz techage_forceload-main.zip | |
Diffstat (limited to '.luacheckrc')
| -rw-r--r-- | .luacheckrc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..69ccd7a --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,11 @@ +globals = { + "techage_forceload", +} + +read_globals = { + "core", + "minetest", + "default", + "vector", + "VoxelArea", +} |
