[Luacheck] Add VT2 globals

This commit is contained in:
ManuelBlanc 2018-10-26 01:43:52 +02:00
parent b2ca577c73
commit 5713a61c93

View file

@ -13,7 +13,7 @@ ignore = {
"611", -- disable "line contains only whitespace" "611", -- disable "line contains only whitespace"
} }
std = "+VT1+VMF" std = "+VT1+VT2+VMF"
stds["VMF"] = { stds["VMF"] = {
globals = { globals = {
@ -413,3 +413,9 @@ stds["VT1"] = {
"RandomTable_05_05", "POOL_blackboard", "PlayGoTutorialSystem", "RandomTable_05_05", "POOL_blackboard", "PlayGoTutorialSystem",
} }
} }
stds["VT2"] = {
globals = {
"IngameViewLayoutLogic", "HeroWindowIngameView",
},
}