Add table.combine to luacheckrc

This commit is contained in:
Elias Fleckenstein 2021-03-26 14:10:18 +01:00
parent 880c9768a9
commit c47eae3165

View File

@ -19,7 +19,7 @@ read_globals = {
"Settings",
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn", "indexof", "insert_all"}},
table = {fields = {"copy", "getn", "indexof", "insert_all", "combine"}},
math = {fields = {"hypot"}},
}