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 e21fe00 commit 542b75fCopy full SHA for 542b75f
Rules/AvoidLongLines.cs
@@ -132,7 +132,7 @@ public override RuleSeverity GetSeverity()
132
/// Gets the severity of the returned diagnostic record: error, warning, or information.
133
/// </summary>
134
/// <returns></returns>
135
- public DiagnosticSeverity GetDiagnosticSeverity()
+ private DiagnosticSeverity GetDiagnosticSeverity()
136
{
137
return DiagnosticSeverity.Warning;
138
}
0 commit comments