added dump2 to luacheck

This commit is contained in:
theFox6 2019-05-29 17:34:32 +02:00
parent 14e6291b18
commit 9069fbdfa9
Signed by: theFox6
GPG Key ID: C884FE8D3BCE128A
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ allow_defined_top = true
read_globals = { read_globals = {
"minetest", "minetest",
"dump", "vector", "dump2", "vector",
"VoxelManip", "VoxelArea", "VoxelManip", "VoxelArea",
table = { fields = { "copy" } }, table = { fields = { "copy" } },
"lightning", "lightning",

View File

@ -1,7 +1,7 @@
allow_defined_top = true allow_defined_top = true
read_globals = { read_globals = {
"dump", "dump2",
"minetest", "minetest",
"vector", "vector",
"VoxelManip", "VoxelManip",