Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy pathphpcs.xml
More file actions
Latest commit
28 lines (22 loc) · 925 Bytes
/
Copy pathphpcs.xml
File metadata and controls
28 lines (22 loc) · 925 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
<?xml version="1.0"?>
<rulesetname="">
<description>Generally-applicable sniffs for WordPress plugins</description>
<ruleref="WordPress-Core">
<excludename="WordPress.Files.FileName.NotHyphenatedLowercase" />
<excludename="WordPress.Files.FileName.InvalidClassFileName" />
<excludename="WordPress.DB.PreparedSQL.InterpolatedNotPrepared" />
<excludename="WordPress.DB.PreparedSQL.NotPrepared" />
</rule>
<ruleref="WordPress-Extra" />
<ruleref="WordPress-Docs" />
<ruleref="PHPCompatibility"/>
<configname="testVersion"value="5.3-"/>
<argname="extensions"value="php"/>
<argvalue="psvn"/>
<exclude-pattern>*/bin/*</exclude-pattern>
<exclude-pattern>*/lib/*</exclude-pattern>
<exclude-pattern>*/tests/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>
<exclude-pattern>*/node_modules/*</exclude-pattern>
<exclude-pattern>.github/</exclude-pattern>
</ruleset>