Removed composer autoloader for custom SPL one

This commit is contained in:
Justin Foell
2018-04-27 17:04:12 -05:00
parent cfa65ec068
commit 7ad681cd1b
12 changed files with 35 additions and 587 deletions
+5 -2
View File
@@ -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>