- Disallow the unary operators ++ and --
This rule disallows the unary operators ++ and --.
Allows unary operators ++ and -- in the afterthought (final expression) of a for loop.
You can check them out here.