rokucommunity / bslint

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

No rule for unused function params #72

Open triwav opened 2 years ago

triwav commented 2 years ago

There is currently a rule for unused-variable however this does not catch unused function params where as Roku's checking does complain about these. Would be great to either make another new rule specifically for this or add function params to the list of things checked as part of unused-variable