mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 04:58:28 +08:00
21 lines
547 B
XML
21 lines
547 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="WooCommerce Coding Standards">
|
|
<description>My projects ruleset.</description>
|
|
|
|
<!-- Configs -->
|
|
<config name="minimum_supported_wp_version" value="4.7" />
|
|
<config name="testVersion" value="7.0-" />
|
|
|
|
<!-- Rules -->
|
|
<rule ref="WooCommerce-Core" />
|
|
|
|
<rule ref="WordPress.WP.I18n">
|
|
<properties>
|
|
<property name="text_domain" type="array" value="paypal-payments-for-woocommerce" />
|
|
</properties>
|
|
</rule>
|
|
|
|
<rule ref="PHPCompatibility">
|
|
<exclude-pattern>tests/</exclude-pattern>
|
|
</rule>
|
|
</ruleset>
|