checkUseIteratorVariableNameOutsideLoop

Checks if loop iterator variables are used outside the for-loop. Using a loop iterator variable name outside the for-loop might indicate a programming error.

Exemption tag: %@ok<UIVOL>