File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ public override string GetName()
140
140
/// </summary>
141
141
public override RuleSeverity GetSeverity ( )
142
142
{
143
- return RuleSeverity . Information ;
143
+ return RuleSeverity . Warning ;
144
144
}
145
145
146
146
/// <summary>
@@ -149,7 +149,7 @@ public override RuleSeverity GetSeverity()
149
149
/// <returns></returns>
150
150
public DiagnosticSeverity GetDiagnosticSeverity ( )
151
151
{
152
- return DiagnosticSeverity . Information ;
152
+ return DiagnosticSeverity . Warning ;
153
153
}
154
154
155
155
/// <summary>
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ public override string GetName()
133
133
/// </summary>
134
134
public override RuleSeverity GetSeverity ( )
135
135
{
136
- return RuleSeverity . Information ;
136
+ return RuleSeverity . Warning ;
137
137
}
138
138
139
139
/// <summary>
@@ -142,7 +142,7 @@ public override RuleSeverity GetSeverity()
142
142
/// <returns></returns>
143
143
public DiagnosticSeverity GetDiagnosticSeverity ( )
144
144
{
145
- return DiagnosticSeverity . Information ;
145
+ return DiagnosticSeverity . Warning ;
146
146
}
147
147
148
148
/// <summary>
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ public override string GetName()
140
140
/// </summary>
141
141
public override RuleSeverity GetSeverity ( )
142
142
{
143
- return RuleSeverity . Information ;
143
+ return RuleSeverity . Warning ;
144
144
}
145
145
146
146
/// <summary>
@@ -149,7 +149,7 @@ public override RuleSeverity GetSeverity()
149
149
/// <returns></returns>
150
150
public DiagnosticSeverity GetDiagnosticSeverity ( )
151
151
{
152
- return DiagnosticSeverity . Information ;
152
+ return DiagnosticSeverity . Warning ;
153
153
}
154
154
155
155
/// <summary>
You can’t perform that action at this time.
0 commit comments