Fix issues found by luacheck
This commit is contained in:
parent
450027c3b7
commit
ebf4316594
6 changed files with 14 additions and 18 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue