Skip to content

Commit 8ff848c

Browse files
committed
Shouldn't allow short array here
1 parent f3770d6 commit 8ff848c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ruleset.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,7 @@
1515
<exclude-pattern>*/vendor/*</exclude-pattern>
1616

1717
<rule ref="Joomla">
18-
<exclude name="Generic.Arrays.DisallowShortArraySyntax"/>
1918
<!-- Required due to converting to variable names matching GitHub API spec which are named in snake case -->
2019
<exclude name="Joomla.NamingConventions.ValidVariableName"/>
2120
</rule>
22-
23-
<rule ref="Joomla.Classes.InstantiateNewClasses">
24-
<properties>
25-
<property name="shortArraySyntax" value="true"/>
26-
</properties>
27-
</rule>
2821
</ruleset>

0 commit comments

Comments
 (0)