[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:
ManuelBlanc 2018-10-26 01:52:43 +02:00
parent 5713a61c93
commit 99aed87ba6

View file

@ -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",
},
}