rokucommunity / bslint

A linter for BrightScript and BrighterScript.
MIT License
28 stars 15 forks source link

Properly handle TypeCastExpression in v1 #117

Closed TwitchBronBron closed 1 month ago

TwitchBronBron commented 1 month ago

bslint is treating typecast expressions like grouping expressions and validating the types as if they were runtime variables. We shouldn't do that.

Also, do we even need LINT1001 anymore with how rhobust v1 is?

image

markwpearce commented 1 month ago

closed with #122