File tree 2 files changed +0
-15
lines changed
2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 82
82
<rule ref =" Squiz.WhiteSpace.LogicalOperatorSpacing" />
83
83
<rule ref =" Squiz.WhiteSpace.CastSpacing" />
84
84
<rule ref =" Squiz.WhiteSpace.ObjectOperatorSpacing" />
85
- <rule ref =" Generic.Strings.UnnecessaryStringConcat" >
86
- <properties >
87
- <property name =" allowMultiline" value =" true" />
88
- </properties >
89
- </rule >
90
85
</ruleset >
Original file line number Diff line number Diff line change @@ -138,16 +138,6 @@ we do not respect this rule:
138
138
</rule>
139
139
```
140
140
141
- - Do not use unnecessary concat operator
142
-
143
- ```
144
- <rule ref="Generic.Strings.UnnecessaryStringConcat">
145
- <properties>
146
- <property name="allowMultiline" value="true"/>
147
- </properties>
148
- </rule>
149
- ```
150
-
151
141
### Custom
152
142
- Some others checks are made about array (` => ` alignments and indentation)
153
143
You can’t perform that action at this time.
0 commit comments