We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710d5ab commit efacf6dCopy full SHA for efacf6d
Rules/AvoidNullOrEmptyHelpMessageAttribute.cs
@@ -91,7 +91,7 @@ public IEnumerable<DiagnosticRecord> AnalyzeScript(Ast ast, string fileName)
91
yield return new DiagnosticRecord(message,
92
paramAst.Extent,
93
GetName(),
94
- DiagnosticSeverity.Error,
+ DiagnosticSeverity.Warning,
95
fileName,
96
paramAst.Name.VariablePath.UserPath);
97
}
0 commit comments