Skip to content

Commit 10461d3

Browse files
authored
Merge pull request #6 from Automattic/update/disallowShortArraySyntax
Ignore Generic.Arrays.DisallowShortArraySyntax
2 parents 10a8daf + 7bfa431 commit 10461d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NeutronRuleset/ruleset.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,7 @@
9595
<rule ref="WordPress.PHP.DevelopmentFunctions.error_log_var_export">
9696
<severity>0</severity>
9797
</rule>
98+
<rule ref="Generic.Arrays.DisallowShortArraySyntax">
99+
<severity>0</severity>
100+
</rule>
98101
</ruleset>

0 commit comments

Comments
 (0)