julia-vscode / StaticLint.jl

Static Code Analysis for Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compare against nothing

jtrakk opened this issue · 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.