Fix .luacheckrc warnings

master
LoneWolfHT 2022-02-23 21:18:07 -08:00
parent 3eacc17e73
commit d3a0da6921
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ unused_args = false
max_line_length = 999 max_line_length = 999
globals = { globals = {
"minetest", "lavastuff", "armor", "minetest", "lavastuff", "armor", "gettext", "intllib", "ngettext",
} }
read_globals = { read_globals = {
@ -23,7 +23,7 @@ read_globals = {
"nodecore", "nodecore",
-- Other mods -- Other mods
"stairsplus", "toolranks", "gettext", "intllib", "stairsplus", "toolranks",
} }
exclude_files = { exclude_files = {