Merge branch 'post-recap-may-2022' of https://github.com/vegorov-rbx/luau into post-recap-may-2022

This commit is contained in:
Vyacheslav Egorov 2022-06-01 18:28:42 +03:00
commit f0f94a0e35

View file

@ -69,7 +69,7 @@ We have also fixed various issues that have caused crashes, with many of them co
## Linter improvements
`global-used-as-local` lint warning has been extended to notice when global variable writes always happen before their use in a local scope, suggesting that they can be replaced with a local variable:
`GlobalUsedAsLocal` lint warning has been extended to notice when global variable writes always happen before their use in a local scope, suggesting that they can be replaced with a local variable:
```lua
function bar()