Skip to content

Commit 0344578

Browse files
committed
Remove unneeded namespace rule configuration
1 parent f2d1736 commit 0344578

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

phpcs.xml.dist

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,6 @@
4040
https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
4141
<config name="testVersion" value="5.4-"/>
4242

43-
<!-- Verify that everything in the global namespace is either namespaced or prefixed.
44-
See: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties#naming-conventions-prefix-everything-in-the-global-namespace -->
45-
<rule ref="WordPress.NamingConventions.PrefixAllGlobals">
46-
<properties>
47-
<property name="prefixes" type="array" extend="true">
48-
<element value="WP_CLI"/><!-- Namespaces. -->
49-
<element value="wpcli"/><!-- Global variables and such. -->
50-
</property>
51-
</properties>
52-
</rule>
53-
5443
<!--
5544
#############################################################################
5645
SELECTIVE EXCLUSIONS

0 commit comments

Comments
 (0)