sky-uk / bslint

A linter for the BrightScript language.
BSD 3-Clause "New" or "Revised" License
24 stars 9 forks source link

Operator spacing should not be flagged for ++ or -1 #168

Open lounger opened 6 years ago

lounger commented 6 years ago

Switching on the rule spaces_around_operators will be flagged up incorrectly with new brightscript increment(++) or decrement (--) operations. Also negative numbers are flagged up.