From 9e52fc11a6fc78fdef516ba8c20f96b9945b4889 Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Tue, 30 May 2023 10:33:07 +0200 Subject: [PATCH] Make Luacheck happy --- .luacheckrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } }