mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-04 13:47:12 -04:00
Make Luacheck happy
This commit is contained in:
parent
f963ab2a8e
commit
abdd3f12df
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,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…
Add table
Add a link
Reference in a new issue