Open filiph opened 8 years ago
This might be linted now that https://github.com/dart-lang/linter/pull/229 is merged. I might add a test to confirm @pq can you assign this to me?
Is this in?
It is linted only if the boolean operator is &&
.
It is linted only if the boolean operator is &&.
@alexeieleusis : are you working on extending it?
Thanks!
No. But I am surprised that is not linted, I just reviewed tests and we have a few that lint expressions where the operator is ||
, so looks like a bug to me. We can leave this open and I will look into it.
Just to set the right expectations, I am a bit low on cycles for this now, but will eventually get to it.
NP. Thanks!
Common copy-paste bug.