If loop-counter is not modified by -- or ++, then, within condition, the loop-counter shall only be used as an operand to <=, <, > or >=
If loop-counter is not modified by -- or ++, then, within condition, the loop-counter shall only be used as an operand to <=, <, > or >=.
If you expect a rule violation but do not see it, refer to Coding Standard Violations Not Displayed.
| Group: Statements |
| Category: Required, Automated |