Files
wp-strava/phpcs.xml
T
2018-04-06 16:19:22 -05:00

16 lines
578 B
XML

<?xml version="1.0"?>
<ruleset name="WPStrava (WordPress-VIP) Coding Standards">
<!-- Include the whole WordPress-Extra standard -->
<rule ref="WordPress-Extra">
<!-- Exlude these class naming conventions - we're using a PSR autoload standard -->
<exclude name="WordPress.Files.FileName.NotHyphenatedLowercase" />
<exclude name="WordPress.Files.FileName.InvalidClassFileName" />
</rule>
<exclude-pattern>*/tests/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>
<config name="installed_paths" value="vendor/wp-coding-standards/wpcs" />
</ruleset>