Add table.insert_all() to luacheck
This commit is contained in:
parent
30b9a0fba4
commit
1f208c6a21
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user