Skip to content

Commit 144a6e1

Browse files
authored
Update CodeInspectionType
1 parent 66dc604 commit 144a6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Inspections/Concrete/EmptyIfBlockInspection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ internal class EmptyIfBlockInspection : ParseTreeInspectionBase
1818
public EmptyIfBlockInspection(RubberduckParserState state)
1919
: base(state, CodeInspectionSeverity.DoNotShow) { }
2020

21-
public override CodeInspectionType InspectionType => CodeInspectionType.CodeQualityIssues;
21+
public override CodeInspectionType InspectionType => CodeInspectionType.MaintainabilityAndReadabilityIssues;
2222

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

0 commit comments

Comments
 (0)