rokucommunity / bslint

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

Function argument as type / return as type #13

Closed elsassph closed 3 years ago

elsassph commented 3 years ago

Options to enforce that a function arguments should all have arg as X and functions returning a value should declare as X as return value.

elsassph commented 3 years ago

Done