Index Subtype Definition Rules
index_subtype_definition_500
This rule checks the range keyword in index subtype definitions has the proper case.
Refer to Configuring Uppercase and Lowercase Rules for more information.
Violation
type t_unsigned_array is array(natural RANGE <>) of unsigned;
Fix
type t_unsigned_array is array(natural range <>) of unsigned;