From 9069fbdfa946079f41a432cf9dc202de5e58670a Mon Sep 17 00:00:00 2001 From: theFox6 Date: Wed, 29 May 2019 17:34:32 +0200 Subject: [PATCH] added dump2 to luacheck --- .luacheck_tidy | 2 +- .luacheckrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.luacheck_tidy b/.luacheck_tidy index 524d56c..e795ca2 100644 --- a/.luacheck_tidy +++ b/.luacheck_tidy @@ -2,7 +2,7 @@ allow_defined_top = true read_globals = { "minetest", - "dump", "vector", + "dump2", "vector", "VoxelManip", "VoxelArea", table = { fields = { "copy" } }, "lightning", diff --git a/.luacheckrc b/.luacheckrc index 3486036..075ac9b 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,7 +1,7 @@ allow_defined_top = true read_globals = { - "dump", + "dump2", "minetest", "vector", "VoxelManip",