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:
parent
738e0d7292
commit
9e52fc11a6
@ -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" } }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user