Array Constraint Rules

array_constraint_500

phase_6 error case case_keyword

This rule checks the open keyword in array constraints has the proper case.

Refer to Configuring Uppercase and Lowercase Rules for more information.

Violation

subtype t_my_array is t_array(OPEN)(t_range);

Fix

subtype t_my_array is t_array(open)(t_range);