From b832ca00dab7ee97e009d760295ff29af4a72924 Mon Sep 17 00:00:00 2001 From: wsor4035 <24964441+wsor4035@users.noreply.github.com> Date: Sun, 25 Feb 2024 11:54:11 -0500 Subject: [PATCH] update .luacheckrc and move some globals over to read --- .luacheckrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.luacheckrc b/.luacheckrc index 332f00a..97da4c3 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -4,9 +4,7 @@ allow_defined_top = true exclude_files = {".luacheckrc"} globals = { - "minetest", "sound_api", "xcompat", "default", - "mcl_sounds", "ks_sounds", "nodes_nature", "fl_stone", - "fl_topsoil", "fl_trees", "hades_sounds", "rp_sounds", + "xcompat", } read_globals = { @@ -20,5 +18,7 @@ read_globals = { "vector", "ItemStack", "dump", "DIR_DELIM", "VoxelArea", "Settings", "PcgRandom", "VoxelManip", "PseudoRandom", --mod produced - "fl_dyes", "fl_hand", "fl_tools", "mobkit", "fl_tnt", "i3", + "minetest", "default", "mcl_sounds", "ks_sounds", + "nodes_nature", "fl_stone", "fl_topsoil", "fl_trees", + "hades_sounds", "rp_sounds", } \ No newline at end of file