Skip to content

Commit 96de2d3

Browse files
Remove unnecessary exclusions
Co-authored-by: Alain Schlesser <[email protected]>
1 parent f466b50 commit 96de2d3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

phpcs.xml.dist

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,7 @@
3232
#############################################################################
3333
-->
3434

35-
<rule ref="WP_CLI_CS">
36-
<!-- The `while` control structure is the only one where assignments in conditions are mostly valid. -->
37-
<exclude name="WordPress.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition"/>
38-
39-
<!-- This is a bug in PHPCS. A fix for which has been pulled already and is expected to be
40-
merged in PHPCS 3.5.0. Once this repos upgrades to that version, this exclusion
41-
should be removed. -->
42-
<exclude name="PSR2.Namespaces.NamespaceDeclaration.BlankLineAfter"/>
43-
</rule>
35+
<rule ref="WP_CLI_CS"/>
4436

4537
<!--
4638
#############################################################################

0 commit comments

Comments
 (0)