Skip to content

Commit 73455be

Browse files
authored
Change severity of UseCorrectCasing to be Information (#2082)
1 parent 37ddc1c commit 73455be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rules/UseCorrectCasing.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ private DiagnosticRecord GetDiagnosticRecord(Ast ast, string fileName, string co
204204
string.Format(CultureInfo.CurrentCulture, message, extent.Text, correction),
205205
extent,
206206
GetName(),
207-
DiagnosticSeverity.Warning,
207+
DiagnosticSeverity.Information,
208208
fileName,
209209
correction,
210210
suggestedCorrections: GetCorrectionExtent(ast, extent, correction));
@@ -217,7 +217,7 @@ private DiagnosticRecord GetDiagnosticRecord(CommandParameterAst ast, string fil
217217
string.Format(CultureInfo.CurrentCulture, message, extent.Text, correction),
218218
extent,
219219
GetName(),
220-
DiagnosticSeverity.Warning,
220+
DiagnosticSeverity.Information,
221221
fileName,
222222
correction,
223223
suggestedCorrections: GetCorrectionExtent(ast, extent, correction));

0 commit comments

Comments
 (0)