File tree 3 files changed +31
-18
lines changed
3 files changed +31
-18
lines changed Original file line number Diff line number Diff line change 1
1
<ruleset name =" Oblak-Advanced" >
2
2
3
- <rule ref =" WordPress" >
3
+ <rule ref =" WordPress" >
4
4
<exclude name =" WordPress.DB.DirectDatabaseQuery.NoCaching" />
5
5
<exclude name =" WordPress.DB.DirectDatabaseQuery.DirectQuery" />
6
6
<exclude name =" WordPress.DB.DirectDatabaseQuery.SchemaChange" />
7
7
<exclude name =" WordPress.Arrays.ArrayDeclarationSpacing" />
8
-
9
8
</rule >
10
9
11
10
</ruleset >
Original file line number Diff line number Diff line change 75
75
<rule ref =" SlevomatCodingStandard.ControlStructures.NewWithParentheses" />
76
76
<rule ref =" SlevomatCodingStandard.ControlStructures.RequireMultiLineCondition" >
77
77
<properties >
78
- <property name =" minLineLength" value =" 111 " />
78
+ <property name =" minLineLength" value =" 180 " />
79
79
<property name =" booleanOperatorOnPreviousLine" value =" true" />
80
80
<property name =" alwaysSplitAllConditionParts" value =" false" />
81
81
</properties >
85
85
<rule ref =" SlevomatCodingStandard.ControlStructures.RequireNullSafeObjectOperator" />
86
86
<rule ref =" SlevomatCodingStandard.ControlStructures.RequireSingleLineCondition" >
87
87
<properties >
88
- <property name =" maxLineLength" value =" 110 " />
88
+ <property name =" maxLineLength" value =" 150 " />
89
89
<property name =" alwaysForSimpleConditions" value =" true" />
90
90
</properties >
91
91
</rule >
149
149
<!-- Slevomat Sniffs - Operators -->
150
150
<rule ref =" SlevomatCodingStandard.Operators.DisallowEqualOperators" />
151
151
<rule ref =" SlevomatCodingStandard.Operators.RequireCombinedAssignmentOperator" />
152
- <rule ref =" SlevomatCodingStandard.Operators.SpreadOperatorSpacing" />
153
152
154
153
<!-- Slevomat Sniffs - PHP -->
155
154
<rule ref =" SlevomatCodingStandard.PHP.DisallowDirectMagicInvokeCall" />
You can’t perform that action at this time.
0 commit comments