-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathphpcompat.xml.dist
More file actions
31 lines (26 loc) · 1.07 KB
/
Copy pathphpcompat.xml.dist
File metadata and controls
31 lines (26 loc) · 1.07 KB
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
29
30
31
<?xml version="1.0"?>
<!--
PHPCompatibilityWP ruleset. Default testVersion 7.4-; override at runtime.
bin/compat.sh static sets testVersion from readme Requires PHP.
-->
<ruleset name="CloudflareStreamCompat">
<description>PHPCompatibilityWP checks for Cloudflare Stream plugin PHP.</description>
<file>.</file>
<exclude-pattern>*/node_modules/*</exclude-pattern>
<exclude-pattern>*/dist/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>
<exclude-pattern>*/.git/*</exclude-pattern>
<exclude-pattern>*/tests/*</exclude-pattern>
<exclude-pattern>*/bin/*</exclude-pattern>
<exclude-pattern>*/plans/*</exclude-pattern>
<exclude-pattern>*/ref/*</exclude-pattern>
<exclude-pattern>\.wp-env\.json</exclude-pattern>
<exclude-pattern>\.wp-env\.override\.json</exclude-pattern>
<arg name="extensions" value="php"/>
<arg value="sp"/>
<arg name="basepath" value="."/>
<arg name="colors"/>
<arg name="parallel" value="8"/>
<config name="testVersion" value="7.4-"/>
<rule ref="PHPCompatibilityWP"/>
</ruleset>