NL025: IGNORE is unnecessary
NL025: IGNORE is unnecessary
type: code-smell
priority: minor
#pitfall
#confusing
Description
If an IGNORE
is not the only statement in a block, it is unnecessary and can be removed.
If an IGNORE
is not the only statement in a block, it is unnecessary and can be removed.