Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 893 Bytes

case_generate_alternative_rules.rst

File metadata and controls

52 lines (28 loc) · 893 Bytes

Case Generate Alternative Rules

case_generate_alternative_300

The function of this rule has been superceeced with comment indent updates and is handled by rule comment_010.

case_generate_alternative_500

|phase_6| |error| |case| |case_keyword|

This rule checks the when keyword has proper case.

|configuring_uppercase_and_lowercase_rules_link|

Violation

WHEN choices =>

Fix

when choices =>

case_generate_alternative_501

|phase_6| |error| |case| |case_keyword|

This rule checks the others keyword has proper case.

|configuring_uppercase_and_lowercase_rules_link|

Violation

when OTHERS =>

Fix

when others =>