mirror of
https://github.com/10h30/wp-strava.git
synced 2026-06-05 15:10:01 +09:00
Updated composer file and phpcs rules
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user