woocommerce-paypal-payments/phpcs.xml.dist

11 lines
270 B
Text
Raw Normal View History

2020-03-19 16:47:08 +01:00
<?xml version="1.0"?>
<ruleset name="Inpsyde Coding Standard">
<rule ref="Inpsyde"/>
<file>./src</file>
2020-04-06 11:16:18 +03:00
<file>./modules.local</file>
<exclude-pattern>*\.(inc|css|js)$</exclude-pattern>
<exclude-pattern>*\.(inc|css|js)$</exclude-pattern>
2020-03-19 16:47:08 +01:00
</ruleset>