We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3770d6 commit 8ff848cCopy full SHA for 8ff848c
ruleset.xml
@@ -15,14 +15,7 @@
15
<exclude-pattern>*/vendor/*</exclude-pattern>
16
17
<rule ref="Joomla">
18
- <exclude name="Generic.Arrays.DisallowShortArraySyntax"/>
19
<!-- Required due to converting to variable names matching GitHub API spec which are named in snake case -->
20
<exclude name="Joomla.NamingConventions.ValidVariableName"/>
21
</rule>
22
-
23
- <rule ref="Joomla.Classes.InstantiateNewClasses">
24
- <properties>
25
- <property name="shortArraySyntax" value="true"/>
26
- </properties>
27
- </rule>
28
</ruleset>
0 commit comments