From 3b6b7615cad5822630926fca30a30e6acfab1241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imre=20P=C3=A9ntek?= Date: Mon, 25 Mar 2024 19:33:44 +0100 Subject: [PATCH] luacheck vs dump --- .luacheckrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 96399b6..139c9e2 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,6 +1,7 @@ read_globals = {"minetest", "vector", "VoxelArea", "ItemStack", "table", - "unified_inventory", "sfinv", "smart_inventory", "inventory_plus" + "unified_inventory", "sfinv", "smart_inventory", "inventory_plus", + "dump" } globals = {"worldedit"} -- Ignore these errors until someone decides to fix them