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 11e1447 commit 798d137Copy full SHA for 798d137
HM/ruleset.xml
@@ -24,9 +24,9 @@
24
<exclude name="WordPress.PHP.DevelopmentFunctions.error_log_trigger_error" />
25
<exclude name="Generic.Formatting.MultipleStatementAlignment.NotSameWarning" />
26
27
- <!-- We like short arrays and ternaries around here -->
28
- <exclude name="Generic.Arrays.DisallowShortArraySyntax" />
29
- <exclude name="WordPress.PHP.DisallowShortTernary" />
+ <!-- We like short arrays and short ternaries around here -->
+ <exclude name="Universal.Arrays.DisallowShortArraySyntax" />
+ <exclude name="Universal.Operators.DisallowShortTernary" />
30
31
<!--
32
OK, real talk right now. Yoda conditions are ridiculous.
0 commit comments