WordPress-Coding-Standards/bin/phpcs.xml
2016-10-05 05:18:44 +02:00

17 lines
675 B
XML

<?xml version="1.0"?>
<ruleset name="WordPress Coding Standards">
<description>The Coding standard for the WordPress Coding Standards itself.</description>
<!-- Exclude one sniff which is nothing but a slimmed down copy of an upstream sniff.
Leaving the code standard of this sniff alone, will facilitate easier syncing
with the upstream sniff now and in the future. -->
<exclude-pattern>/WordPress/Sniffs/Arrays/ArrayDeclarationSniff.php</exclude-pattern>
<rule ref="WordPress-Extra">
<exclude name="Generic.Files.LowercasedFilename" />
<exclude name="WordPress.NamingConventions.ValidVariableName" />
</rule>
<rule ref="WordPress-Docs" />
</ruleset>