PluginProbe
Stream – Activity Log & Audit Trail / 3.0.2
Stream – Activity Log & Audit Trail v3.0.2
4.4.0 4.3.0 4.2.2 4.2.1 trunk 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.1 3.1.1 3.10.0 3.2.0 3.2.1 3.2.2 3.2.3 All 50 releases
stream / phpcs.ruleset.xml

phpcs.ruleset.xml in Stream – Activity Log & Audit Trail 3.0.2, at phpcs.ruleset.xml

13 lines 321 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0"?>
2
3 <ruleset name="WordPress Coding Standards for WP Stream">
4
5 <rule ref="WordPress-Extra" />
6
7 <exclude-pattern>*/tests/*</exclude-pattern>
8 <exclude-pattern>*/includes/lib/*</exclude-pattern>
9 <exclude-pattern>*/ui/lib/*</exclude-pattern>
10 <exclude-pattern>*/dev-lib/*</exclude-pattern>
11
12 </ruleset>
13