Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathphpcbf.xml
More file actions
Latest commit
64 lines (54 loc) · 2.1 KB
/
Copy pathphpcbf.xml
File metadata and controls
64 lines (54 loc) · 2.1 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0"?>
<rulesetname="Proton Coding Standard">
<argname="basepath"value="."/>
<argname="colors"/>
<argvalue="sp"/>
<argname="extensions"value="php"/>
<configname="ignore_warnings_on_exit"value="1"/>
<file>./app</file>
<file>./tests</file>
<file>./config</file>
<ruleref="PSR12">
<excludename="PSR12.Operators.OperatorSpacing.NoSpaceBefore"/>
<excludename="PSR12.Operators.OperatorSpacing.NoSpaceAfter"/>
<excludename="PSR12.ControlStructures.ControlStructureSpacing.FirstExpressionLine"/>
<excludename="PSR12.ControlStructures.ControlStructureSpacing.CloseParenthesisLine"/>
<excludename="PSR12.ControlStructures.ControlStructureSpacing.LineIndent"/>
<excludename="PSR12.Classes.AnonClassDeclaration.SpaceAfterKeyword"/>
</rule>
<ruleref="PSR12.Files.FileHeader">
<excludename="PSR12.Files.FileHeader.SpacingAfterBlock"/>
<type>warning</type>
<exclude-pattern>*/</exclude-pattern>
</rule>
<ruleref="PSR1.Files.SideEffects.FoundWithSymbols">
<exclude-pattern>./tests</exclude-pattern>
<severity>0</severity>
</rule>
<ruleref="Generic.Files.LineLength.TooLong">
<severity>0</severity>
</rule>
<ruleref="Squiz.Functions.FunctionDeclarationArgumentSpacing.SpaceBeforeEquals">
<severity>0</severity>
</rule>
<ruleref="PSR1.Methods.CamelCapsMethodName.NotCamelCaps">
<severity>0</severity>
</rule>
<ruleref="PSR1.Classes.ClassDeclaration.MultipleClasses">
<exclude-pattern>*/tests/</exclude-pattern>
<severity>0</severity>
</rule>
<ruleref="Generic.Metrics.CyclomaticComplexity">
<properties>
<propertyname="absoluteComplexity"value="50"/>
</properties>
<severity>0</severity>
</rule>
<ruleref="Generic.Metrics.NestingLevel">
<properties>
<propertyname="nestingLevel"value="2"/>
<propertyname="absoluteNestingLevel"value="4"/>
</properties>
<severity>0</severity>
</rule>
</ruleset>