add exclusion for short array syntax

This commit is contained in:
Ron Rennick 2023-12-14 10:07:41 -04:00
parent 8292ff1cca
commit 8c09ae3817
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@
<rule ref="Generic.Arrays.DisallowShortArraySyntax.Found"> <rule ref="Generic.Arrays.DisallowShortArraySyntax.Found">
<exclude-pattern>src/Internal/Admin/</exclude-pattern> <exclude-pattern>src/Internal/Admin/</exclude-pattern>
<exclude-pattern>src/Admin/</exclude-pattern> <exclude-pattern>src/Admin/</exclude-pattern>
<exclude-pattern>src/Blocks/</exclude-pattern>
<exclude-pattern>src/StoreApi/</exclude-pattern>
</rule> </rule>
<!-- Temporary --> <!-- Temporary -->