mirror of
https://github.com/minetest/minetest_game.git
synced 2025-01-08 06:30:17 +01:00
Make Luacheck happy
This commit is contained in:
parent
738e0d7292
commit
9e52fc11a6
@ -16,7 +16,7 @@ read_globals = {
|
|||||||
"Settings",
|
"Settings",
|
||||||
"unpack",
|
"unpack",
|
||||||
-- Silence errors about custom table methods.
|
-- 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'
|
-- Silence warnings about accessing undefined fields of global 'math'
|
||||||
math = { fields = { "sign" } }
|
math = { fields = { "sign" } }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user