1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-01-06 21:40:17 +01:00

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

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