Make Luacheck happy

This commit is contained in:
Lars Mueller 2023-05-30 10:33:07 +02:00 committed by Imre Péntek
parent 738e0d7292
commit 9e52fc11a6
1 changed files with 1 additions and 1 deletions

View File

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