diff --git a/.luacheckrc b/.luacheckrc index cc54a3ce..094a2d93 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -16,7 +16,7 @@ read_globals = { "Settings", "unpack", -- Silence errors about custom table methods. - table = { fields = { "copy", "indexof" } }, + table = { fields = { "copy", "indexof", "insert_all" } }, -- Silence warnings about accessing undefined fields of global 'math' math = { fields = { "sign" } } }