From 6b091d4a5cb2e37a991e2e729d8a3d520f9e6e27 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 20 Jul 2022 15:46:28 +0100 Subject: [PATCH] Fix luacheck table.insert_all warning --- .luacheckrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index c90eff5..b759e1c 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -8,5 +8,5 @@ globals = { read_globals = { "minetest", "vector", - table={fields={"copy"}}, + table={fields={"copy", "insert_all"}}, }