Add table.insert_all() to luacheck

This commit is contained in:
Athozus 2024-04-07 16:59:10 +02:00
parent 30b9a0fba4
commit 1f208c6a21

View File

@ -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