From 574328c870e4abf5ae37319859ceafcbd250b7e0 Mon Sep 17 00:00:00 2001 From: JoseDouglas26 Date: Sun, 9 Jun 2024 10:09:51 -0300 Subject: [PATCH] Changes on Lua checkers --- .luacheckrc | 1 + .luarc.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 69c015665..d8b2f19c3 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -25,6 +25,7 @@ read_globals = { "indexof", "insert_all", "key_value_swap", + "merge" } }, diff --git a/.luarc.json b/.luarc.json index 7e9e92042..f9eaaca64 100644 --- a/.luarc.json +++ b/.luarc.json @@ -16,7 +16,8 @@ "PcgRandom", "ItemStack", "AreaStore", - "vector" + "vector", + "voxelibre" ], "workspace.ignoreDir": [".luacheckrc"] }