-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathphpcs.xml.dist
More file actions
24 lines (19 loc) · 963 Bytes
/
Copy pathphpcs.xml.dist
File metadata and controls
24 lines (19 loc) · 963 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Stackable PHP Compatibility" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/PHPCSStandards/PHP_CodeSniffer/master/phpcs.xsd">
<description>PHP cross-version compatibility for the free Stackable plugin.</description>
<file>.</file>
<exclude-pattern>*/freemius/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>
<exclude-pattern>*/node_modules/*</exclude-pattern>
<exclude-pattern>*/dist/*</exclude-pattern>
<exclude-pattern>*/build/*</exclude-pattern>
<exclude-pattern>*/pro__premium_only/*</exclude-pattern>
<exclude-pattern>*/tests/*</exclude-pattern>
<arg name="extensions" value="php"/>
<arg name="basepath" value="."/>
<arg value="p"/>
<rule ref="PHPCompatibilityWP"/>
<!-- stackable-phpcompat-testversion-start -->
<config name="testVersion" value="7.4-"/>
<!-- stackable-phpcompat-testversion-end -->
</ruleset>