-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml.dist
More file actions
32 lines (25 loc) · 920 Bytes
/
phpcs.xml.dist
File metadata and controls
32 lines (25 loc) · 920 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
<?xml version="1.0"?>
<ruleset name="Light Popup">
<description>PHPCS configuration for Light Popup.</description>
<file>.</file>
<exclude-pattern>/vendor/*</exclude-pattern>
<exclude-pattern>/node_modules/*</exclude-pattern>
<arg name="basepath" value="."/>
<arg name="extensions" value="php"/>
<arg name="colors"/>
<arg value="sp"/>
<rule ref="WordPress">
<exclude name="WordPress.Files.FileName"/>
</rule>
<rule ref="WordPress.WP.I18n">
<properties>
<property name="text_domain" type="array">
<element value="light-popup"/>
</property>
</properties>
</rule>
<config name="minimum_wp_version" value="6.0"/>
<config name="minimum_supported_wp_version" value="6.0"/>
<rule ref="PHPCompatibilityWP"/>
<config name="testVersion" value="8.1-"/>
</ruleset>