Range Constraint Rules
range_constraint_500
This rule checks the range keyword in range constraints has the proper case.
Refer to Configuring Uppercase and Lowercase Rules for more information.
Violation
subtype t_range is natural RANGE 1 to 0;
Fix
subtype t_range is natural range 1 to 0;