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 bfaccf4 commit da6c27dCopy full SHA for da6c27d
phpcs.xml.dist
@@ -77,9 +77,9 @@
77
<!-- This is a procedural stand-alone file that is never loaded in a WordPress context,
78
so this file does not have to comply with WP naming conventions. -->
79
<rule ref="WordPress.NamingConventions.PrefixAllGlobals">
80
- <exclude-pattern>*/maybe-generate-wp-cli-coverage\.php$</exclude-pattern>
+ <exclude-pattern>*/generate-coverage\.php$</exclude-pattern>
81
</rule>
82
<rule ref="WordPress.WP.GlobalVariablesOverride">
83
84
85
</ruleset>
0 commit comments