diff --git a/.luacheckrc b/.luacheckrc index fef2922..710b6e2 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -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", }, }