Exclude phpcs comment hook rule for now

This commit is contained in:
dinamiko 2022-06-23 12:04:44 +02:00
parent 2b4f77818b
commit c35baea617

View file

@ -25,6 +25,11 @@
<exclude name="WordPress.PHP.DisallowShortTernary" />
</rule>
<rule ref="WooCommerce">
<exclude name="WooCommerce.Commenting.CommentHooks.MissingHookComment" />
<exclude name="WooCommerce.Commenting.CommentHooks.MissingSinceComment" />
</rule>
<rule ref="Squiz.Commenting.FunctionComment">
<properties>
<property name="skipIfInheritdoc" value="true" />