mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
No longer requiring WPCS for file names
This commit is contained in:
parent
b8cc98e9cd
commit
eca267a874
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@
|
|||
<exclude-pattern>tests/</exclude-pattern>
|
||||
</rule>
|
||||
|
||||
<rule ref="WordPress">
|
||||
<exclude name="WordPress.Files.FileName.NotHyphenatedLowercase" />
|
||||
<exclude name="WordPress.Files.FileName.InvalidClassFileName" />
|
||||
</rule>
|
||||
|
||||
<arg name="extensions" value="php"/>
|
||||
<file>./src</file>
|
||||
<file>./modules</file>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue