Pattern: Missing use of logical operator
Issue: -
This rule prohibits is
, isnt
, not
, and
, or
, yes
, on
, no
, off
. Use ==
,
!=
, !
, &&
, ||
, true
, false
instead.
Pattern: Missing use of logical operator
Issue: -
This rule prohibits is
, isnt
, not
, and
, or
, yes
, on
, no
, off
. Use ==
,
!=
, !
, &&
, ||
, true
, false
instead.