Fix luacheck warnings

This commit is contained in:
LoneWolfHT 2021-07-29 11:21:35 -07:00
parent cf9b9c38ff
commit 46dc08bc6f

View File

@ -2,7 +2,7 @@ unused_args = false
max_line_length = 999 max_line_length = 999
globals = { globals = {
"minetest", "lavastuff", "minetest", "lavastuff", "armor",
} }
read_globals = { read_globals = {
@ -20,7 +20,7 @@ read_globals = {
"mcl_sounds", "mcl_sounds",
-- Other mods -- Other mods
"armor", "stairsplus", "toolranks", "stairsplus", "toolranks",
} }
exclude_files = { exclude_files = {