PluginProbe
weForms – Easy Drag & Drop Contact Form Builder For WordPress / 1.2.2
weForms – Easy Drag & Drop Contact Form Builder For WordPress v1.2.2
1.6.7 1.6.8 1.6.9 1.6.12 1.6.13 1.6.14 1.6.15 1.6.16 1.6.17 1.6.18 1.6.19 1.6.2 1.6.20 1.6.21 1.6.22 1.6.23 1.6.24 1.6.25 1.6.26 1.6.27 1.6.28 1.6.3 1.6.4 1.6.5 1.6.6 All 74 releases
weforms / phpcs.xml.dist

phpcs.xml.dist in weForms – Easy Drag & Drop Contact Form Builder For WordPress 1.2.2, at phpcs.xml.dist

19 lines 637 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">
3 <description>weForms PHP_CodeSniffer ruleset.</description>
4
5 <!-- Exclude paths -->
6 <exclude-pattern>assets/</exclude-pattern>
7 <exclude-pattern>build/</exclude-pattern>
8 <exclude-pattern>node_modules/</exclude-pattern>
9 <exclude-pattern>languages/</exclude-pattern>
10
11 <rule ref="WordPress-Core">
12 <exclude name="Generic.WhiteSpace.DisallowSpaceIndent"/>
13 <exclude name="WordPress.Arrays.CommaAfterArrayItem"/>
14 </rule>
15 <rule ref="WordPress-Docs"/>
16 <rule ref="WordPress-Extra"/>
17 <rule ref="WordPress-VIP"/>
18 </ruleset>
19