We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857bdbc commit b35cf05Copy full SHA for b35cf05
WPForms/ruleset.xml
@@ -63,6 +63,8 @@
63
<exclude name="Universal.Arrays.DisallowShortArraySyntax.Found"/>
64
</rule>
65
66
+ <rule ref="WordPressVIPMinimum.Performance.WPQueryParams"/>
67
+
68
<!-- Re-enable certain sniffs that were disabled by WordPress* standards. -->
69
<rule ref="Squiz.Commenting.FunctionComment.ParamCommentNotCapital">
70
<severity>5</severity>
composer.json
@@ -12,6 +12,7 @@
12
}
13
},
14
"require": {
15
+ "automattic/vipwpcs": "^3.0.1",
16
"phpcompatibility/php-compatibility": "^9.3.5",
17
"squizlabs/php_codesniffer": "^3.10.2",
18
"wp-coding-standards/wpcs": "^3.1.0"
0 commit comments