rokucommunity / bslint

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

Disallow field type when using alias #118

Open TwitchBronBron opened 3 months ago

TwitchBronBron commented 3 months ago

Add a rule to flag when a field using an alias also has a type attribute. These can get out of sync and then cause runtime issues.