Index Constraint Rules
index_constraint_100
This rule checks for whitespace before the opening parenthesis.
Refer to Configuring Whitespace Rules for options on changing the number of whitespaces..
Violation
subtype my_array3 is my_array2(open) (7 downto 0);
Fix
subtype my_array3 is my_array2(open)(7 downto 0);