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 a73b11c commit ffc8d51Copy full SHA for ffc8d51
phpcs.xml
@@ -46,7 +46,8 @@
46
<exclude name="Generic.Commenting.DocComment.MissingShort"/>
47
<exclude name="Universal.Operators.DisallowShortTernary.Found"/>
48
<exclude name="PEAR.Functions.FunctionCallSignature.Indent"/>
49
- <exclude name="Squiz.Commenting.FunctionComment.ThrowsNoFullStop"/>
+ <exclude name="Squiz.Commenting.FunctionComment.ThrowsNoFullStop"/>
50
+ <exclude name="WordPress.WP.I18n.MissingTranslatorsComment"/>
51
</rule>
52
53
<exclude-pattern>.idea/*</exclude-pattern>
@@ -120,4 +121,4 @@
120
121
<severity>0</severity>
122
123
-</ruleset>
124
+</ruleset>
0 commit comments