Skip to content

Commit c8369e4

Browse files
committed
Edit style rules
1 parent 2e4bac6 commit c8369e4

File tree

6 files changed

+6
-9
lines changed

6 files changed

+6
-9
lines changed

Numbers/rules.ruleset

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!--SA1124 is DoNotUseRegions-->
2121
<!--Rule Action='Warning' Id='SA1124'/-->
2222
<!--"... where T : ..." rule disabled -->
23-
<!--Rule Action='Warning' Id='SA1127'/-->
23+
<Rule Action='None' Id='SA1127'/>
2424
<!-- "Put constructor initializers on their own line" -->
2525
<Rule Action='None' Id='SA1128'/>
2626
<!--Rule Action='Warning' Id='SA1200'/-->

Numbers20/rules.ruleset

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!--SA1124 is DoNotUseRegions-->
2121
<!--Rule Action='Warning' Id='SA1124'/-->
2222
<!--"... where T : ..." rule disabled -->
23-
<!--Rule Action='Warning' Id='SA1127'/-->
23+
<Rule Action='None' Id='SA1127'/>
2424
<!-- "Put constructor initializers on their own line" -->
2525
<Rule Action='None' Id='SA1128'/>
2626
<!--Rule Action='Warning' Id='SA1200'/-->

Numbers40/rules.ruleset

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!--SA1124 is DoNotUseRegions-->
2121
<!--Rule Action='Warning' Id='SA1124'/-->
2222
<!--"... where T : ..." rule disabled -->
23-
<!--Rule Action='Warning' Id='SA1127'/-->
23+
<Rule Action='None' Id='SA1127'/>
2424
<!-- "Put constructor initializers on their own line" -->
2525
<Rule Action='None' Id='SA1128'/>
2626
<!--Rule Action='Warning' Id='SA1200'/-->

Test/rules.ruleset

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!--SA1124 is DoNotUseRegions-->
2121
<!--Rule Action='Warning' Id='SA1124'/-->
2222
<!--"... where T : ..." rule disabled -->
23-
<!--Rule Action='Warning' Id='SA1127'/-->
23+
<Rule Action='None' Id='SA1127'/>
2424
<!-- "Put constructor initializers on their own line" -->
2525
<Rule Action='None' Id='SA1128'/>
2626
<!--Rule Action='Warning' Id='SA1200'/-->
@@ -43,6 +43,5 @@
4343
<!--Rule Action='Warning' Id='SX1101'/-->
4444
<!--Rule Action='Warning' Id='SX1309'/-->
4545
<!--Rule Action='Warning' Id='SX1309S'/-->
46-
<Rule Id='SA0001' Action='None'/>
4746
</Rules>
4847
</RuleSet>

Test20/rules.ruleset

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!--SA1124 is DoNotUseRegions-->
2121
<!--Rule Action='Warning' Id='SA1124'/-->
2222
<!--"... where T : ..." rule disabled -->
23-
<!--Rule Action='Warning' Id='SA1127'/-->
23+
<Rule Action='None' Id='SA1127'/>
2424
<!-- "Put constructor initializers on their own line" -->
2525
<Rule Action='None' Id='SA1128'/>
2626
<!--Rule Action='Warning' Id='SA1200'/-->
@@ -43,6 +43,5 @@
4343
<!--Rule Action='Warning' Id='SX1101'/-->
4444
<!--Rule Action='Warning' Id='SX1309'/-->
4545
<!--Rule Action='Warning' Id='SX1309S'/-->
46-
<Rule Id='SA0001' Action='None'/>
4746
</Rules>
4847
</RuleSet>

Test40/rules.ruleset

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!--SA1124 is DoNotUseRegions-->
2121
<!--Rule Action='Warning' Id='SA1124'/-->
2222
<!--"... where T : ..." rule disabled -->
23-
<!--Rule Action='Warning' Id='SA1127'/-->
23+
<Rule Action='None' Id='SA1127'/>
2424
<!-- "Put constructor initializers on their own line" -->
2525
<Rule Action='None' Id='SA1128'/>
2626
<!--Rule Action='Warning' Id='SA1200'/-->
@@ -43,6 +43,5 @@
4343
<!--Rule Action='Warning' Id='SX1101'/-->
4444
<!--Rule Action='Warning' Id='SX1309'/-->
4545
<!--Rule Action='Warning' Id='SX1309S'/-->
46-
<Rule Id='SA0001' Action='None'/>
4746
</Rules>
4847
</RuleSet>

0 commit comments

Comments
 (0)