Reports inclusive ranges instead of the exclusive ones.
The quick-fix will transform the inclusive range into an exclusive one.
Example:
0 to x - 1
After the quick-fix is applied:
0 until x