-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathphpcs.xml
More file actions
25 lines (21 loc) · 1017 Bytes
/
Copy pathphpcs.xml
File metadata and controls
25 lines (21 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<ruleset name="CDEK Delivery">
<description>Coding standard for CDEK Delivery plugin</description>
<file>src</file>
<arg value="sp"/>
<arg name="colors"/>
<arg name="extensions" value="php"/>
<arg name="parallel" value="8"/>
<rule ref="WordPress-Extra">
<exclude name="WordPress.Files.FileName"/>
</rule>
<exclude-pattern>src/Blocks/CheckoutMapBlock.php</exclude-pattern>
<exclude-pattern>src/ShippingMethod.php</exclude-pattern>
<exclude-pattern>src/Actions/CalculateDeliveryAction.php</exclude-pattern>
<exclude-pattern>src/Helpers/CheckoutHelper.php</exclude-pattern>
<exclude-pattern>src/Helpers/OfficeListCache.php</exclude-pattern>
<exclude-pattern>src/Helpers/ShippingRatesCache.php</exclude-pattern>
<exclude-pattern>src/Traits/SettingsFields.php</exclude-pattern>
<exclude-pattern>src/Loader.php</exclude-pattern>
<exclude-pattern>src/Actions/EnsureShopSessionCookieAction.php</exclude-pattern>
</ruleset>