-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml.dist
More file actions
29 lines (23 loc) · 768 Bytes
/
Copy pathphpcs.xml.dist
File metadata and controls
29 lines (23 loc) · 768 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
<?xml version="1.0"?>
<ruleset name="Display Posts Extended">
<description>Project rules for WordPress Coding Standards and PHPCompatibility.</description>
<file>.</file>
<exclude-pattern>vendor/*</exclude-pattern>
<exclude-pattern>.git/*</exclude-pattern>
<exclude-pattern>.idea/*</exclude-pattern>
<arg name="extensions" value="php"/>
<arg name="parallel" value="8"/>
<arg value="ps"/>
<config name="testVersion" value="7.4-8.3"/>
<rule ref="WordPress"/>
<rule ref="WordPress-Docs"/>
<rule ref="PHPCompatibilityWP"/>
<rule ref="WordPress.NamingConventions.PrefixAllGlobals">
<properties>
<property name="prefixes" type="array">
<element value="be"/>
<element value="display_posts"/>
</property>
</properties>
</rule>
</ruleset>