File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 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 #############################################################################
You can’t perform that action at this time.
0 commit comments