Files
wp-strava/phpcs.xml
T
Justin Foell 55073b2c01 Added WordPress-Extra rulset with some exclusions
Don't add dev assets when exporting via git
2018-02-23 14:35:37 -06:00

10 lines
374 B
XML

<?xml version="1.0"?>
<ruleset name="WPStrava">
<!-- 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>
</ruleset>