mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
Rename linting pass to match internal changes
The name is cleaner and more correct
This commit is contained in:
parent
fc4cfede58
commit
fff104b439
@ -233,7 +233,7 @@ print({
|
||||
})
|
||||
```
|
||||
|
||||
## DeadLocal (20)
|
||||
## UninitializedLocal (20)
|
||||
|
||||
It's easy to forget to initialize a local variable and then proceed to use it regardless. This can happen due to a typo, or sometimes it can happen because the original variable definition is shadowed. When a local variable doesn't have an initial value and is used without ever being assigned to, this warning is emitted:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user