File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
CodeSniffer/Standards/Snap Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 5
5
<rule ref =" PSR2" />
6
6
7
7
<rule ref =" PSR1.Classes.ClassDeclaration" >
8
- <properties >
9
- <property name =" enforce_namespaces" value =" false" />
10
- </properties >
8
+ <properties >
9
+ <property name =" enforce_namespaces" value =" false" />
10
+ </properties >
11
11
</rule >
12
12
13
13
<!-- Other nice things -->
14
14
<rule ref =" Generic.CodeAnalysis.UnusedFunctionParameter" />
15
- <rule ref =" Generic.Metrics.CyclomaticComplexity" />
15
+ <rule ref =" Generic.Metrics.CyclomaticComplexity" >
16
+ <properties >
17
+ <property name =" absoluteComplexity" value =" 99" />
18
+ </properties >
19
+ </rule >
16
20
<rule ref =" Generic.Metrics.NestingLevel" />
17
21
<rule ref =" Generic.Strings.UnnecessaryStringConcat" >
18
- <properties >
19
- <property name =" error" value =" false" />
20
- </properties >
22
+ <properties >
23
+ <property name =" error" value =" false" />
24
+ </properties >
21
25
</rule >
22
26
<rule ref =" Squiz.Arrays.ArrayBracketSpacing" />
23
27
<rule ref =" Squiz.Classes.LowercaseClassKeywords" />
You can’t perform that action at this time.
0 commit comments