mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 15:21:21 +00:00
Make Luacheck happy
This commit is contained in:
parent
738e0d7292
commit
9e52fc11a6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue