rokucommunity / bslint

A linter for BrightScript and BrighterScript.
MIT License
27 stars 14 forks source link

Improve var usage tracking in loops #66

Closed elsassph closed 1 year ago

elsassph commented 2 years ago

In a loop (for, goto), you might set a variable for the benefit of the next iteration - such assignment might be marked as "unused".

elsassph commented 1 year ago

Actually a duplicate of #47