julia-vscode/StaticLint.jl

Compare against nothing

jtrakk opened this issue · 1 comments

NothingEquality => "Compare against `nothing` using `===`",
NothingNotEq => "Compare against `nothing` using `!==`",

I heard these are no longer necessary in Julia 1.7?

Imho we should keep this in anyways.