forked from kadet1090/XmlSerializer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml
More file actions
29 lines (19 loc) · 838 Bytes
/
Copy pathphpcs.xml
File metadata and controls
29 lines (19 loc) · 838 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="VCS">
<description>Vaioni Coding Standards</description>
<arg name="colors"/>
<rule ref="Doctrine">
<exclude name="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix"/>
<exclude name="SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly.ReferenceViaFallbackGlobalName"/>
<exclude name="Squiz.NamingConventions.ValidVariableName.NotCamelCaps"/>
<exclude name="Squiz.NamingConventions.ValidVariableName.MemberNotCamelCaps"/>
</rule>
<rule ref="Squiz.PHP.CommentedOutCode"/>
<rule ref="Generic.VersionControl.GitMergeConflict"/>
<rule ref="Squiz.Arrays.ArrayDeclaration.MultiLineNotAllowed">
<exclude-pattern>*</exclude-pattern>
</rule>
<arg name="tab-width" value="4" />
<file>src</file>
<file>tests</file>
</ruleset>