We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016f402 commit 82e6a08Copy full SHA for 82e6a08
Rubberduck.Inspections/Concrete/EmptyForEachBlockInspection.cs
@@ -16,7 +16,7 @@ internal class EmptyForEachBlockInspection : ParseTreeInspectionBase
16
public EmptyForEachBlockInspection(RubberduckParserState state)
17
: base(state, CodeInspectionSeverity.DoNotShow) { }
18
19
- public override CodeInspectionType InspectionType => CodeInspectionType.CodeQualityIssues;
+ public override CodeInspectionType InspectionType => CodeInspectionType.MaintainabilityAndReadabilityIssues;
20
21
protected override IEnumerable<IInspectionResult> DoGetInspectionResults()
22
{
@@ -38,4 +38,4 @@ public override void EnterForEachStmt([NotNull] VBAParser.ForEachStmtContext con
38
}
39
40
41
-}
+}
0 commit comments