From d2664158535f8332049189730d23165066dcd838 Mon Sep 17 00:00:00 2001 From: wsor4035 <24964441+wsor4035@users.noreply.github.com> Date: Sun, 25 Feb 2024 11:55:25 -0500 Subject: [PATCH] move one global back in .luacheckrc --- .luacheckrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.luacheckrc b/.luacheckrc index 97da4c3..e7d839d 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -4,7 +4,7 @@ allow_defined_top = true exclude_files = {".luacheckrc"} globals = { - "xcompat", + "minetest", "xcompat", } read_globals = { @@ -18,7 +18,5 @@ read_globals = { "vector", "ItemStack", "dump", "DIR_DELIM", "VoxelArea", "Settings", "PcgRandom", "VoxelManip", "PseudoRandom", --mod produced - "minetest", "default", "mcl_sounds", "ks_sounds", - "nodes_nature", "fl_stone", "fl_topsoil", "fl_trees", - "hades_sounds", "rp_sounds", + "default", "mcl_sounds", "ks_sounds", "nodes_nature", "fl_stone", "fl_topsoil", "fl_trees", "hades_sounds", "rp_sounds", } \ No newline at end of file