Add PHPCompatibility

This commit is contained in:
Justin Foell
2021-03-26 10:53:20 -05:00
parent e251fa5a81
commit 1626abfcde
3 changed files with 141 additions and 8 deletions
+5 -3
View File
@@ -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>