forked from bitpay/bitpay-checkout-for-woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpcs.xml
13 lines (13 loc) · 742 Bytes
/
phpcs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Example Project"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
<description>BitPay Checkout for WooCommerce Coding Standards</description>
<rule ref="WordPress">
<exclude name="Squiz.Commenting.FileComment.Missing"/>
<exclude name="Squiz.Commenting.ClassComment.Missing"/>
<exclude name="Squiz.Commenting.VariableComment.Missing"/>
<exclude name="Squiz.Commenting.FunctionComment.Missing"/>
<exclude name="WordPress.WP.AlternativeFunctions"/>
<exclude name="WordPress.DateTime.RestrictedFunctions"/>
</rule>
</ruleset>