mirror of
https://github.com/10h30/wp-strava.git
synced 2026-06-05 15:10:01 +09:00
16 lines
578 B
XML
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>
|