Skip to content

Commit d0aecb9

Browse files
committed
Add util file to be ignored from WPCS
1 parent 7ed37f3 commit d0aecb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpcs.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@
6363
so this file does not have to comply with WP naming conventions. -->
6464
<rule ref="WordPress.NamingConventions.PrefixAllGlobals">
6565
<exclude-pattern>*/utils/behat-tags\.php$</exclude-pattern>
66+
<exclude-pattern>*/utils/wp-version-resolver\.php$</exclude-pattern>
6667
</rule>
6768
<rule ref="WordPress.WP.GlobalVariablesOverride">
6869
<exclude-pattern>*/utils/behat-tags\.php$</exclude-pattern>
70+
<exclude-pattern>*/utils/wp-version-resolver\.php$</exclude-pattern>
6971
</rule>
7072

7173
<!-- This is a procedural stand-alone file that is adding polyfills when

0 commit comments

Comments
 (0)