Skip to content

Commit c59566b

Browse files
authored
Update CodeInspectionType
Update to MaintainabilityAndReadabilityIssues in EmptyCaseBlockInspection
1 parent 7ffd582 commit c59566b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Inspections/Concrete/EmptyCaseBlockInspection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public EmptyCaseBlockInspection(RubberduckParserState state)
1919
public override IInspectionListener Listener { get; } =
2020
new EmptyCaseBlockListener();
2121

22-
public override CodeInspectionType InspectionType => CodeInspectionType.CodeQualityIssues;
22+
public override CodeInspectionType InspectionType => CodeInspectionType.MaintainabilityAndReadabilityIssues;
2323

2424
protected override IEnumerable<IInspectionResult> DoGetInspectionResults()
2525
{

0 commit comments

Comments
 (0)