mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-15 12:43:41 +09:00
Removed composer autoloader for custom SPL one
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<ruleset name="WPStrava (WordPress-VIP) Coding Standards">
|
||||
<ruleset name="WPStrava (WordPress-Extra) Coding Standards">
|
||||
|
||||
<!-- Include the whole WordPress-Extra standard -->
|
||||
<rule ref="WordPress-Extra">
|
||||
@@ -8,8 +8,11 @@
|
||||
<exclude name="WordPress.Files.FileName.InvalidClassFileName" />
|
||||
</rule>
|
||||
|
||||
<file>./lib</file>
|
||||
<file>./wp-strava.php</file>
|
||||
|
||||
<exclude-pattern>*/tests/*</exclude-pattern>
|
||||
<exclude-pattern>*/vendor/*</exclude-pattern>
|
||||
|
||||
<config name="installed_paths" value="vendor/wp-coding-standards/wpcs" />
|
||||
<config name="installed_paths" value="../../../vendor/wp-coding-standards/wpcs/" />
|
||||
</ruleset>
|
||||
|
||||
Reference in New Issue
Block a user