In math and Python, we can use x < y < z
style comparison to compare multiple value.
However, we can't use the comparison in Ruby. However, the comparison is not syntax error.
This cop checks the bad usage of comparison operators.
x < y < z
x < y && y < z