Files
wp-strava/phpcs.xml
T
Justin Foell 85e75c5bde (Re)add tests directory to PHPCS checks;
Fix formatting in tests
2019-03-01 12:28:31 -06:00

18 lines
595 B
XML

<?xml version="1.0"?>
<ruleset name="WPStrava (WordPress-Extra) 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>
<file>./lib</file>
<file>./wp-strava.php</file>
<exclude-pattern>*/vendor/*</exclude-pattern>
<config name="installed_paths" value="../../../vendor/wp-coding-standards/wpcs/" />
</ruleset>