woocommerce-paypal-payments/phpcs.xml.dist
David Remer 005a55c213 phpcs
2020-04-06 11:16:18 +03:00

10 lines
270 B
XML

<?xml version="1.0"?>
<ruleset name="Inpsyde Coding Standard">
<rule ref="Inpsyde"/>
<file>./src</file>
<file>./modules.local</file>
<exclude-pattern>*\.(inc|css|js)$</exclude-pattern>
<exclude-pattern>*\.(inc|css|js)$</exclude-pattern>
</ruleset>