Skip to content

Commit 82e6a08

Browse files
authored
Update CodeInspectionType
1 parent 016f402 commit 82e6a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rubberduck.Inspections/Concrete/EmptyForEachBlockInspection.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ internal class EmptyForEachBlockInspection : ParseTreeInspectionBase
1616
public EmptyForEachBlockInspection(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
{
@@ -38,4 +38,4 @@ public override void EnterForEachStmt([NotNull] VBAParser.ForEachStmtContext con
3838
}
3939
}
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)