mirror of
https://github.com/10h30/wp-strava.git
synced 2026-06-05 15:10:01 +09:00
Add PHPCompatibility
This commit is contained in:
@@ -8,10 +8,12 @@
|
||||
<exclude name="WordPress.Files.FileName.InvalidClassFileName" />
|
||||
</rule>
|
||||
|
||||
<file>./includes</file>
|
||||
<rule ref="PHPCompatibility"/>
|
||||
<config name="testVersion" value="5.3-7.4"/>
|
||||
<arg name="extensions" value="php"/>
|
||||
|
||||
<file>./src</file>
|
||||
<file>./wp-strava.php</file>
|
||||
|
||||
<exclude-pattern>*/vendor/*</exclude-pattern>
|
||||
|
||||
<config name="installed_paths" value="../../../vendor/wp-coding-standards/wpcs/" />
|
||||
</ruleset>
|
||||
|
||||
Reference in New Issue
Block a user