2018-02-23 14:35:37 -06:00
|
|
|
<?xml version="1.0"?>
|
2018-04-27 17:04:12 -05:00
|
|
|
<ruleset name="WPStrava (WordPress-Extra) Coding Standards">
|
2018-02-23 14:35:37 -06:00
|
|
|
|
|
|
|
|
<!-- 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>
|
2018-03-23 11:21:14 -05:00
|
|
|
|
2021-03-26 10:53:20 -05:00
|
|
|
<rule ref="PHPCompatibility"/>
|
|
|
|
|
<config name="testVersion" value="5.3-7.4"/>
|
|
|
|
|
<arg name="extensions" value="php"/>
|
|
|
|
|
|
|
|
|
|
<file>./src</file>
|
2018-04-27 17:04:12 -05:00
|
|
|
<file>./wp-strava.php</file>
|
|
|
|
|
|
2018-03-23 11:21:14 -05:00
|
|
|
<exclude-pattern>*/vendor/*</exclude-pattern>
|
2018-04-06 16:19:22 -05:00
|
|
|
</ruleset>
|