summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2025-01-11 23:10:13 -0600
committercheapie <no-email-for-you@example.com>2025-01-11 23:10:13 -0600
commitf9991863f5816920a1c8d8446e53895d95b4fc33 (patch)
tree8aa5df658642ed9730e65765b2e61bb003b1dcb7 /.luacheckrc
downloadtechage_forceload-main.tar
techage_forceload-main.tar.gz
techage_forceload-main.tar.bz2
techage_forceload-main.tar.xz
techage_forceload-main.zip
Add initial contentHEADmain
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc11
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",
+}