rokucommunity / bslint

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

Prevent usage of TODO comments #54

Closed arturocuya closed 2 years ago

arturocuya commented 2 years ago

Add following code style rules:

TwitchBronBron commented 2 years ago

We can merge todo-keywords and todo-pattern in favor of just having todo-pattern. It's easy enough to have people write "TODO|todo|FIXME", especially if it's documented that way.

arturocuya commented 2 years ago

@TwitchBronBron I'm implementing this. Is there a meaning behind the error codes for code style (CodeStyleError enum)? Why do they start with 30?

TwitchBronBron commented 2 years ago

Was this resolved by #56 ?