[Luacheck] Set VT globals as read-only
This has no effect as the related warnings (121 and 122) are disabled.
This commit is contained in:
parent
5713a61c93
commit
99aed87ba6
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ stds["VMF"] = {
|
|||
}
|
||||
|
||||
stds["VT1"] = {
|
||||
globals = {
|
||||
read_globals = {
|
||||
string = { fields = { "split" }},
|
||||
debug = { fields = {
|
||||
"load_level", "level_loaded", "spawn_hero", "animation_log_specific_profile", "upvaluejoin", "upvalueid"
|
||||
|
@ -415,7 +415,7 @@ stds["VT1"] = {
|
|||
}
|
||||
|
||||
stds["VT2"] = {
|
||||
globals = {
|
||||
read_globals = {
|
||||
"IngameViewLayoutLogic", "HeroWindowIngameView",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue