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 fc5529e commit b4f03f2Copy full SHA for b4f03f2
phpcs.xml.dist
@@ -73,4 +73,9 @@
73
<exclude-pattern>*/utils/behat-tags\.php$</exclude-pattern>
74
</rule>
75
76
+ <!-- This is a procedural stand-alone file that is adding polyfills when
77
+ applicable only. -->
78
+ <rule ref="WordPress.NamingConventions.PrefixAllGlobals">
79
+ <exclude-pattern>*/features/bootstrap/polyfills\.php$</exclude-pattern>
80
+ </rule>
81
</ruleset>
0 commit comments