Skip to content

Commit 542b75f

Browse files
authored
AvoidLongLines: Make internal function DiagnosticSeverity private (#1851)
1 parent e21fe00 commit 542b75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rules/AvoidLongLines.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public override RuleSeverity GetSeverity()
132132
/// Gets the severity of the returned diagnostic record: error, warning, or information.
133133
/// </summary>
134134
/// <returns></returns>
135-
public DiagnosticSeverity GetDiagnosticSeverity()
135+
private DiagnosticSeverity GetDiagnosticSeverity()
136136
{
137137
return DiagnosticSeverity.Warning;
138138
}

0 commit comments

Comments
 (0)