Type Mark Rules
type_mark_500
This rule checks that the type marks without declarations in the current file have proper case.
Refer to Configuring Uppercase and Lowercase Rules for more information.
Violation
signal my_sig : MY_TYPE_MARK;
Fix
signal my_sig : my_type_mark;