-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml.dist
More file actions
26 lines (21 loc) · 1.13 KB
/
Copy pathphpcs.xml.dist
File metadata and controls
26 lines (21 loc) · 1.13 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
<?xml version="1.0"?>
<ruleset name="MP Ukagaka">
<description>PHPCS ruleset for MP Ukagaka. Existing violations are managed by tools/php/phpcs-baseline.php.</description>
<arg name="basepath" value="."/>
<arg name="colors"/>
<arg name="extensions" value="php"/>
<arg name="parallel" value="8"/>
<config name="testVersion" value="7.4-"/>
<config name="installed_paths" value="tools/php/vendor/phpcsstandards/phpcsutils,tools/php/vendor/phpcsstandards/phpcsextra,tools/php/vendor/wp-coding-standards/wpcs,tools/php/vendor/phpcompatibility/php-compatibility,tools/php/vendor/phpcompatibility/phpcompatibility-paragonie,tools/php/vendor/phpcompatibility/phpcompatibility-wp"/>
<file>mp-ukagaka.php</file>
<file>includes</file>
<file>options</file>
<exclude-pattern>*/vendor/*</exclude-pattern>
<exclude-pattern>*/tools/*</exclude-pattern>
<exclude-pattern>*/tests/*</exclude-pattern>
<exclude-pattern>*/js/*</exclude-pattern>
<exclude-pattern>*/languages/*</exclude-pattern>
<exclude-pattern>*/ghost/*</exclude-pattern>
<rule ref="WordPress"/>
<rule ref="PHPCompatibilityWP"/>
</ruleset>