Skip to content

Commit bb859c8

Browse files
committed
Remove a WordPress-Extra exclusion
The PHPCS check of our VIPCS code passes without needing the exclusion of the `WordPress.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition` check.
1 parent 7e5d952 commit bb859c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.phpcs.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<rule ref="WordPress-Extra">
1717
<exclude name="WordPress.Files.FileName"/>
1818
<exclude name="WordPress.NamingConventions.ValidVariableName"/>
19-
<exclude name="WordPress.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition"/>
2019
</rule>
2120

2221
<rule ref="WordPress-Docs"/>

0 commit comments

Comments
 (0)