rokucommunity / bslint

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

Adds Name Shadowing lint rule #124

Closed markwpearce closed 1 month ago

markwpearce commented 1 month ago

Addresses #99

Checks for name shadowing - that is, when a name in a namespace overrides an existing type/function.

image