PluginProbe
Imsanity / 2.5.0
Imsanity v2.5.0
2.9.4 2.9.3 2.9.2 trunk 2.4.3 2.5.0 2.6.0 2.7.0 2.7.2 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.9.0 2.9.1
imsanity / phpcs.ruleset.xml

phpcs.ruleset.xml in Imsanity 2.5.0, at phpcs.ruleset.xml

16 lines 484 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0"?>
2 <ruleset name="WordPress Coding Standards for Plugins">
3 <description>Generally-applicable sniffs for WordPress plugins</description>
4
5 <exclude-pattern>*/vendor/*</exclude-pattern>
6 <exclude-pattern>*/tests/*</exclude-pattern>
7
8 <rule ref="WordPress-Core" />
9 <rule ref="WordPress-Docs" />
10 <rule ref="WordPress.PHP.NoSilencedErrors">
11 <properties>
12 <property name="custom_whitelist" type="array" value="exif_read_data"/>
13 </properties>
14 </rule>
15 </ruleset>
16