| 1 |
<?xml version="1.0"?> |
| 2 |
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PublishPressPluginReview" |
| 3 |
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd"> |
| 4 |
<description>WordPress.org plugin review standards (Plugin Check)</description> |
| 5 |
|
| 6 |
<arg name="extensions" value="php"/> |
| 7 |
<arg name="colors"/> |
| 8 |
<arg name="cache"/> |
| 9 |
<ini name="memory_limit" value="256M"/> |
| 10 |
<arg name="basepath" value="."/> |
| 11 |
<arg name="parallel" value="20"/> |
| 12 |
<arg value="ps"/> |
| 13 |
<exclude-pattern>*/\.github/*</exclude-pattern> |
| 14 |
<exclude-pattern>/\.vscode/*</exclude-pattern> |
| 15 |
<exclude-pattern>/\.idea/*</exclude-pattern> |
| 16 |
<exclude-pattern>/tests/*</exclude-pattern> |
| 17 |
<exclude-pattern>/tests-old/*</exclude-pattern> |
| 18 |
<exclude-pattern>/.wordpress-org/*</exclude-pattern> |
| 19 |
<exclude-pattern>/bin/*</exclude-pattern> |
| 20 |
<exclude-pattern>*/vendor/*</exclude-pattern> |
| 21 |
<exclude-pattern>/dist/*</exclude-pattern> |
| 22 |
<exclude-pattern>/languages/*</exclude-pattern> |
| 23 |
<exclude-pattern>*/node_modules/*</exclude-pattern> |
| 24 |
<exclude-pattern>/dev-workspace/*</exclude-pattern> |
| 25 |
<exclude-pattern>/dev-workspace-cache/*</exclude-pattern> |
| 26 |
<exclude-pattern>/cache/*</exclude-pattern> |
| 27 |
<exclude-pattern>/.cache/*</exclude-pattern> |
| 28 |
|
| 29 |
<file>.</file> |
| 30 |
<file>readme.txt</file> |
| 31 |
|
| 32 |
<rule ref="vendor/publishpress/publishpress-phpcs-standards/standards/plugin-check-rulesets/plugin-review.xml"/> |
| 33 |
</ruleset> |