Case Generate Alternative Rules
case_generate_alternative_300
The function of this rule has been superseded with comment indent updates and is handled by rule comment_010.
case_generate_alternative_500
This rule checks the when keyword has proper case.
Refer to Configuring Uppercase and Lowercase Rules for more information.
Violation
WHEN choices =>
Fix
when choices =>
case_generate_alternative_501
This rule has been deprecated and replaced with rule choice_500.