Reports floating-point values being compared with
==
or
!=
. Floating point values are inherently inaccurate, and comparing them for exact equality is almost never the desired semantics. This inspection ignores comparisons with zero literals.