Fix issues found by luacheck

This commit is contained in:
rubenwardy 2019-08-28 18:54:24 +01:00
parent 450027c3b7
commit ebf4316594
6 changed files with 14 additions and 18 deletions

View file

@ -14,7 +14,8 @@ ignore = {"631"}
globals = {
"crafting", "vector", "table", "minetest", "worldedit", "ctf", "ctf_flag",
"ctf_colors", "hudkit", "default", "treasurer", "ChatCmdBuilder", "ctf_map",
"ctf_match", "ctf_stats", "ctf_treasure", "ctf_playertag", "chatplus"
"ctf_match", "ctf_stats", "ctf_treasure", "ctf_playertag", "chatplus", "irc",
"armor",
}
read_globals = {
@ -23,7 +24,6 @@ read_globals = {
"dump", "DIR_DELIM",
"sfinv", "creative",
"irc",
"VoxelArea", "ItemStack",
"Settings",
"prometheus", "hb",