rokucommunity / bslint

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

Prevent "unused var" in goto loop #65

Closed elsassph closed 2 years ago

elsassph commented 2 years ago

Prevent false positives of unused variables within goto loops by considering any var, between 1st found label and a goto statement) as being "used". Inaccurate but better than nothing?