Pattern: Useless comparison with itself
Issue: -
This rule checks for comparison of something with itself.
# bad
x.top >= x.top
Pattern: Useless comparison with itself
Issue: -
This rule checks for comparison of something with itself.
# bad
x.top >= x.top