forked from textpattern/textpattern
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml
More file actions
Latest commit
15 lines (15 loc) · 481 Bytes
/
Copy pathphpcs.xml
File metadata and controls
15 lines (15 loc) · 481 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<ruleset>
<ruleref="PSR2">
<excludename="Generic.Files.LineEndings.InvalidEOLChar" />
</rule>
<ruleref="PSR1.Classes.ClassDeclaration.MissingNamespace">
<severity>0</severity>
</rule>
<ruleref="Squiz.Classes.ValidClassName.NotCamelCaps">
<severity>0</severity>
</rule>
<ruleref="PEAR.NamingConventions.ValidClassName" />
<file>./</file>
<exclude-pattern>*/vendor/*</exclude-pattern>
</ruleset>