It would be useful to have a linter that checks for `x == NA` where I meant to write `is.na(x)`. Is that possible?