summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 1b67400..a5aea61 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -5,6 +5,9 @@ globals = {
}
read_globals = {
- "minetest",
+ "dump",
+ table = { fields = { "indexof", "copy" } },
+
+ "core",
"unified_inventory",
}