Exit Rules

exit_statement_300

phase_4 error indent

This rule checks the indent of the exit keyword.

Violation

end if;

  exit;

Fix

end if;

exit;