PluginProbe
TinyPNG – JPEG, PNG & WebP image compression / 3.2.0
TinyPNG – JPEG, PNG & WebP image compression v3.2.0
3.8.0 3.7.0 3.6.14 trunk 1.0.0 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.4.0 1.5.0 1.6.0 1.7.0 1.7.1 1.7.2 2.0.0 2.0.1 2.0.2 2.1.0 2.2.0 2.2.1 2.2.2 2.2.3 All 57 releases
tiny-compress-images / phpcs.xml
phpcs.xml
26 lines 784 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>
3 <config name="installed_paths" value="vendor/wp-coding-standards/wpcs"/>
4
5 <rule ref="WordPress-Core"/>
6 <rule ref="Generic.Files.LineLength">
7 <properties>
8 <property name="lineLimit" value="100"/>
9 <property name="absoluteLineLimit" value="100"/>
10 </properties>
11 <exclude-pattern>src/views</exclude-pattern>
12 </rule>
13 <rule ref="WordPress.WP.I18n.UnorderedPlaceholders">
14 <severity>0</severity>
15 </rule>
16
17 <file>tiny-compress-images.php</file>
18 <file>src</file>
19 <file>test</file>
20 <exclude-pattern>src/css</exclude-pattern>
21 <exclude-pattern>src/data</exclude-pattern>
22 <exclude-pattern>src/js</exclude-pattern>
23 <exclude-pattern>src/vendor</exclude-pattern>
24 <exclude-pattern>test/</exclude-pattern>
25 </ruleset>
26