-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml
More file actions
30 lines (25 loc) · 840 Bytes
/
phpcs.xml
File metadata and controls
30 lines (25 loc) · 840 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
<?xml version="1.0"?>
<ruleset name="WordPress Theme">
<config name="minimum_supported_wp_version" value="6.0" />
<config name="testVersion" value="7.4-" />
<rule ref="Oblak" />
<rule ref="Oblak-WooCommerce" />
<rule ref="Oblak-Advanced" />
<rule ref="WordPress.WP.I18n">
<properties>
<property name="text_domain" type="array" extend="true">
<element value="serbian-addons-for-woocommerce" />
<element value="woocommerce" />
</property>
</properties>
</rule>
<rule ref="WordPress.Security.EscapeOutput">
<properties>
<property name="customAutoEscapedFunctions" type="array" value="xwc_render_action_buttons" />
</properties>
</rule>
<rule ref="WordPress.Security.EscapeOutput.ExceptionNotEscaped">
<severity>0</severity>
</rule>
<file>src/</file>
</ruleset>