PluginProbe
Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms / trunk
Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms vtrunk
3.53.0 3.52.0 3.51.0 3.50.0 3.45.0 3.38.0 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.40.0 3.40.1 3.41.0 3.42.0 3.43.0 3.44.0 3.5.0 3.5.1 3.5.2 3.5.3 3.6.0 3.6.1 3.6.2 All 177 releases
simple-tags / .phpcs-plugin-review.xml

.phpcs-plugin-review.xml in Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms trunk, at .phpcs-plugin-review.xml

33 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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>