issues
search
rokucommunity
/
bslint
A linter for BrightScript and BrighterScript.
MIT License
28
stars
15
forks
source link
If statement linting
#7
Closed
elsassph
closed
3 years ago
elsassph
commented
4 years ago
What about:
disallow one-liners
never or always have
then
in
if
statements?
enforcing parenthesis for the condition, e.g.
if (cond)
(might seem silly but we do it)
elsassph
commented
3 years ago
Done
What about:
then
inif
statements?if (cond)
(might seem silly but we do it)