Skip to content

Commit 480d17b

Browse files
committed
improvements
1 parent 8dad64b commit 480d17b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codeat.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<ruleset name="Codeat">
33
<description>Codeat coding standard.</description>
44

5-
<exclude name="Squiz.Commenting.FileComment.SpacingAfterOpen" />
6-
<exclude name="Squiz.PHP.DisallowMultipleAssignments.Found"/>
75
<rule ref="PHPDoc"/>
86

97
<rule ref="WordPress">
@@ -22,11 +20,13 @@
2220
<exclude name="WordPress.VIP.ValidatedSanitizedInput"/>
2321
<exclude name="WordPress.XSS.EscapeOutput" />
2422
<exclude name="WordPress.PHP.YodaConditions"/>
23+
<exclude name="WordPress.PHP.DevelopmentFunctions.error_log_error_log" />
2524
<exclude name="WordPress.Variables.GlobalVariables"/>
2625
<exclude name="WordPress.WP.I18n.NonSingularStringLiteralDomain"/>
2726
<exclude name="WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter" />
2827
<exclude name="WordPress.Arrays.ArrayDeclaration.NoComma" />
2928
<exclude name="WordPress.CSRF.NonceVerification.NoNonceVerification"/>
29+
<exclude name="WordPress.Classes.ClassInstantiation.MissingParenthesis" />
3030
</rule>
3131

3232
<rule ref="WordPress.VIP.RestrictedFunctions">

0 commit comments

Comments
 (0)