mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Exclude phpcs rule
This commit is contained in:
parent
ac2bfa13af
commit
576b70c3c4
1 changed files with 3 additions and 1 deletions
|
@ -51,11 +51,13 @@
|
||||||
<exclude name="Squiz.Commenting.FileComment.Missing" />
|
<exclude name="Squiz.Commenting.FileComment.Missing" />
|
||||||
<exclude name="Squiz.Commenting.FileComment.MissingPackageTag" />
|
<exclude name="Squiz.Commenting.FileComment.MissingPackageTag" />
|
||||||
</rule>
|
</rule>
|
||||||
|
<rule ref="Squiz.Commenting.ClassComment">
|
||||||
|
<exclude name="Squiz.Commenting.ClassComment.Missing" />
|
||||||
|
</rule>
|
||||||
<rule ref="Generic.Commenting.DocComment">
|
<rule ref="Generic.Commenting.DocComment">
|
||||||
<exclude name="Generic.Commenting.DocComment.MissingShort" />
|
<exclude name="Generic.Commenting.DocComment.MissingShort" />
|
||||||
</rule>
|
</rule>
|
||||||
|
|
||||||
|
|
||||||
<arg name="extensions" value="php"/>
|
<arg name="extensions" value="php"/>
|
||||||
<file>api</file>
|
<file>api</file>
|
||||||
<file>src</file>
|
<file>src</file>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue