mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 18:30:54 +01:00
Rename linting pass to match internal changes
The name is cleaner and more correct
This commit is contained in:
parent
fc4cfede58
commit
fff104b439
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue