Skip to content

Commit 48ab58a

Browse files
iRon7liamjpeters
andauthored
Update Rules/MissingTryBlock.cs
Co-authored-by: Liam Peters <liamjpeters@gmail.com>
1 parent cee9c87 commit 48ab58a

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

Rules/MissingTryBlock.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,6 @@ public override RuleSeverity GetSeverity()
108108
return RuleSeverity.Warning;
109109
}
110110

111-
/// <summary>
112-
/// Gets the severity of the returned diagnostic record: error, warning, or information.
113-
/// </summary>
114-
/// <returns></returns>
115-
public DiagnosticSeverity GetDiagnosticSeverity()
116-
{
117-
return DiagnosticSeverity.Warning;
118-
}
119-
120111
/// <summary>
121112
/// Retrieves the name of the module/assembly the rule is from.
122113
/// </summary>

0 commit comments

Comments
 (0)