Updated composer file and phpcs rules

This commit is contained in:
Justin Foell
2018-04-06 16:19:22 -05:00
parent 71060c35b0
commit cfa65ec068
5 changed files with 18 additions and 29 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<ruleset name="WPStrava">
<ruleset name="WPStrava (WordPress-VIP) Coding Standards">
<!-- Include the whole WordPress-Extra standard -->
<rule ref="WordPress-Extra">
@@ -11,4 +11,5 @@
<exclude-pattern>*/tests/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>
</ruleset>
<config name="installed_paths" value="vendor/wp-coding-standards/wpcs" />
</ruleset>