Skip to content

Commit da6c27d

Browse files
committed
Update phpcs config
1 parent bfaccf4 commit da6c27d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpcs.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
<!-- This is a procedural stand-alone file that is never loaded in a WordPress context,
7878
so this file does not have to comply with WP naming conventions. -->
7979
<rule ref="WordPress.NamingConventions.PrefixAllGlobals">
80-
<exclude-pattern>*/maybe-generate-wp-cli-coverage\.php$</exclude-pattern>
80+
<exclude-pattern>*/generate-coverage\.php$</exclude-pattern>
8181
</rule>
8282
<rule ref="WordPress.WP.GlobalVariablesOverride">
83-
<exclude-pattern>*/maybe-generate-wp-cli-coverage\.php$</exclude-pattern>
83+
<exclude-pattern>*/generate-coverage\.php$</exclude-pattern>
8484
</rule>
8585
</ruleset>

0 commit comments

Comments
 (0)