forked from Automattic/vip-go-mu-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpcs.xml
28 lines (25 loc) · 1.17 KB
/
phpcs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<ruleset name="VIP-Go-mu-plugins">
<description>VIP Go mu-plugins</description>
<config name="ignore_warnings_on_exit">true</config>
<exclude-pattern>.git/*</exclude-pattern>
<exclude-pattern>advanced-post-cache/*</exclude-pattern>
<exclude-pattern>akismet/*</exclude-pattern>
<exclude-pattern>cron-control/*</exclude-pattern>
<exclude-pattern>debug-bar-cron/*</exclude-pattern>
<exclude-pattern>debug-bar/*</exclude-pattern>
<exclude-pattern>drop-ins/*</exclude-pattern>
<exclude-pattern>http-concat/*</exclude-pattern>
<exclude-pattern>jetpack/*</exclude-pattern>
<exclude-pattern>lib/proxy/ip-utils.php</exclude-pattern>
<exclude-pattern>tests/test-lib-proxy-ip-utils.php</exclude-pattern>
<exclude-pattern>query-monitor/*</exclude-pattern>
<exclude-pattern>rewrite-rules-inspector/*</exclude-pattern>
<exclude-pattern>shared-plugins/*</exclude-pattern>
<exclude-pattern>vaultpress/*</exclude-pattern>
<exclude-pattern>vip-dashboard/*</exclude-pattern>
<exclude-pattern>vip-support/*</exclude-pattern>
<exclude-pattern>wordpress-importer/*</exclude-pattern>
<exclude-pattern>wp-cron-control/*</exclude-pattern>
<rule ref="WordPress-VIP"/>
</ruleset>