mirror of
https://github.com/10h30/wp-strava.git
synced 2026-06-05 15:10:01 +09:00
20 lines
626 B
XML
20 lines
626 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>
|
|
|
|
<rule ref="PHPCompatibility"/>
|
|
<config name="testVersion" value="5.3-8.0"/>
|
|
<arg name="extensions" value="php"/>
|
|
|
|
<file>./src</file>
|
|
<file>./wp-strava.php</file>
|
|
|
|
<exclude-pattern>*/vendor/*</exclude-pattern>
|
|
</ruleset>
|