Skip to content

Commit efacf6d

Browse files
author
Kapil Borle
committed
updates severity level.
1 parent 710d5ab commit efacf6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rules/AvoidNullOrEmptyHelpMessageAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public IEnumerable<DiagnosticRecord> AnalyzeScript(Ast ast, string fileName)
9191
yield return new DiagnosticRecord(message,
9292
paramAst.Extent,
9393
GetName(),
94-
DiagnosticSeverity.Error,
94+
DiagnosticSeverity.Warning,
9595
fileName,
9696
paramAst.Name.VariablePath.UserPath);
9797
}

0 commit comments

Comments
 (0)