PluginProbe
Tag Groups is the Advanced Way to Display Your Taxonomy Terms / trunk
Tag Groups is the Advanced Way to Display Your Taxonomy Terms vtrunk
2.2.2 2.2.1 2.2.0 trunk 1.40.0 1.40.2 1.41.0 1.42.1 1.43.0 1.43.1 1.43.10 1.43.10.1 1.43.2 1.43.3 1.43.4 1.43.5 1.43.6 1.43.7 1.43.9 1.44.0 1.44.1 1.44.3 1.44.3.1 2.0.0 2.0.1 All 36 releases
tag-groups / .phpcs-plugin-review.xml

.phpcs-plugin-review.xml in Tag Groups is the Advanced Way to Display Your Taxonomy Terms trunk, at .phpcs-plugin-review.xml

33 lines 1.4 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
14 <exclude-pattern>/\.cursor/*</exclude-pattern>
15 <exclude-pattern>/\.github/*</exclude-pattern>
16 <exclude-pattern>/\.idea/*</exclude-pattern>
17 <exclude-pattern>/\.vscode/*</exclude-pattern>
18 <exclude-pattern>/\.wordpress-org/*</exclude-pattern>
19 <exclude-pattern>/bin/*</exclude-pattern>
20 <exclude-pattern>/dev-workspace-cache/*</exclude-pattern>
21 <exclude-pattern>/dist/*</exclude-pattern>
22 <exclude-pattern>/languages/*</exclude-pattern>
23 <exclude-pattern>/lib/vendor/*</exclude-pattern>
24 <exclude-pattern>/node_modules/*</exclude-pattern>
25 <exclude-pattern>/tests-old/*</exclude-pattern>
26 <exclude-pattern>/tests/*</exclude-pattern>
27 <exclude-pattern>/vendor/*</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>