From d3a0da6921a0b14315b644b41c054b22c8ae6b70 Mon Sep 17 00:00:00 2001 From: LoneWolfHT Date: Wed, 23 Feb 2022 21:18:07 -0800 Subject: [PATCH] Fix .luacheckrc warnings --- .luacheckrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.luacheckrc b/.luacheckrc index d8093fc..f915b43 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -2,7 +2,7 @@ unused_args = false max_line_length = 999 globals = { - "minetest", "lavastuff", "armor", + "minetest", "lavastuff", "armor", "gettext", "intllib", "ngettext", } read_globals = { @@ -23,7 +23,7 @@ read_globals = { "nodecore", -- Other mods - "stairsplus", "toolranks", "gettext", "intllib", + "stairsplus", "toolranks", } exclude_files = {