File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 218
218
<Rules AnalyzerId =" StyleCop.Analyzers" RuleNamespace =" StyleCop.Analyzers.LayoutRules" >
219
219
<Rule Id =" SA1500" Action =" Warning" /> <!-- Braces for multi-line statements should not share line -->
220
220
<Rule Id =" SA1501" Action =" Warning" /> <!-- Statement should not be on a single line -->
221
- <Rule Id =" SA1502" Action =" Warning " /> <!-- Element should not be on a single line -->
221
+ <Rule Id =" SA1502" Action =" None " /> <!-- Element should not be on a single line -->
222
222
<Rule Id =" SA1503" Action =" Hidden" /> <!-- Braces should not be omitted -->
223
223
<Rule Id =" SA1504" Action =" Warning" /> <!-- All accessors should be single-line or multi-line -->
224
224
<Rule Id =" SA1505" Action =" Warning" /> <!-- Opening braces should not be followed by blank line -->
227
227
<Rule Id =" SA1508" Action =" Warning" /> <!-- Closing braces should not be preceded by blank line -->
228
228
<Rule Id =" SA1509" Action =" Warning" /> <!-- Opening braces should not be preceded by blank line -->
229
229
<Rule Id =" SA1510" Action =" Warning" /> <!-- Chained statement blocks should not be preceded by blank line -->
230
- <Rule Id =" SA1511" Action =" None " /> <!-- While-do footer should not be preceded by blank line -->
230
+ <Rule Id =" SA1511" Action =" Warning " /> <!-- While-do footer should not be preceded by blank line -->
231
231
<Rule Id =" SA1512" Action =" Warning" /> <!-- Single-line comments should not be followed by blank line -->
232
232
<Rule Id =" SA1513" Action =" Warning" /> <!-- Closing brace should be followed by blank line -->
233
233
<Rule Id =" SA1514" Action =" Warning" /> <!-- Element documentation header should be preceded by blank line -->
You can’t perform that action at this time.
0 commit comments