-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml
More file actions
33 lines (27 loc) · 765 Bytes
/
phpcs.xml
File metadata and controls
33 lines (27 loc) · 765 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
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<ruleset name="WC Data Type">
<config name="minimum_wp_version" value="6.6"/>
<config name="testVersion" value="8.0-"/>
<rule ref="Oblak"/>
<rule ref="Oblak-WooCommerce"/>
<rule ref="Oblak-Advanced"/>
<rule ref="Oblak-Slevomat"/>
<rule ref="Squiz.Commenting">
<severity>0</severity>
</rule>
<rule ref="WooCommerce.Commenting">
<severity>0</severity>
</rule>
<rule ref="WordPress.WP.I18n">
<properties>
<property name="text_domain" type="array" extend="true">
<element value="default"/>
<element value="woocommerce"/>
</property>
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Operators.SpreadOperatorSpacing">
<severity>0</severity>
</rule>
<file>src/</file>
</ruleset>