sky-uk / bslint

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

False positive for spaces around <> operators warning #154

Closed JackIngleton closed 7 years ago

JackIngleton commented 7 years ago

@siekermantechnology Reported that the "spaces around operators" check is giving false positive warnings on if statements with a <> operator, such as if (parsedJSONObject <> invalid).