From 80fba224a158f3e387af95b80a3808a9630315c2 Mon Sep 17 00:00:00 2001 From: Athozus Date: Sun, 7 Apr 2024 16:59:10 +0200 Subject: [PATCH] Add table.insert_all() to luacheck --- .luacheckrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 6d9e8bc..d79a46e 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -5,7 +5,7 @@ globals = { read_globals = { -- Stdlib string = {fields = {"split"}}, - table = {fields = {"copy", "getn", "indexof"}}, + table = {fields = {"copy", "getn", "indexof", "insert_all"}}, beerchat = {fields = {"has_player_muted_player", "execute_callbacks"}}, -- Minetest