[Luacheck] Add VT2 globals
This commit is contained in:
parent
b2ca577c73
commit
5713a61c93
1 changed files with 8 additions and 2 deletions
10
.luacheckrc
10
.luacheckrc
|
@ -13,7 +13,7 @@ ignore = {
|
|||
"611", -- disable "line contains only whitespace"
|
||||
}
|
||||
|
||||
std = "+VT1+VMF"
|
||||
std = "+VT1+VT2+VMF"
|
||||
|
||||
stds["VMF"] = {
|
||||
globals = {
|
||||
|
@ -412,4 +412,10 @@ stds["VT1"] = {
|
|||
"UICalibrationView", "profiler_scopes_trace", "flow_callback_overcharge_reset_unit",
|
||||
"RandomTable_05_05", "POOL_blackboard", "PlayGoTutorialSystem",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stds["VT2"] = {
|
||||
globals = {
|
||||
"IngameViewLayoutLogic", "HeroWindowIngameView",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue