tox4j / deprecated-tox4j

Deprecated, see http://github.com/TokTok/jvm-toxcore-c
http://github.com/TokTok/jvm-toxcore-c
Other
42 stars 17 forks source link

Linter: Option values being None shouldn't be checked with == None #119

Open nbraud opened 9 years ago

nbraud commented 9 years ago

Currently, expressions such as someOption == None produce no linter warning. Using .isEmpty should be preferred.