``` <!-- Allow short syntax arrays. --> <rule ref="Generic.Arrays.DisallowLongArraySyntax"/> <!-- Disallow long array syntax --> <rule ref="Generic.Arrays.DisallowShortArraySyntax.Found"> <exclude-pattern>*</exclude-pattern> </rule> ```