Skip to content

Commit 8e35459

Browse files
authored
Update CodeInspectionType
1 parent 144a6e1 commit 8e35459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Inspections/Concrete/EmptyWhileWendBlockInspection.cs

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

19-
public override CodeInspectionType InspectionType => CodeInspectionType.CodeQualityIssues;
19+
public override CodeInspectionType InspectionType => CodeInspectionType.MaintainabilityAndReadabilityIssues;
2020

2121
protected override IEnumerable<IInspectionResult> DoGetInspectionResults()
2222
{

0 commit comments

Comments
 (0)